Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
please see attached doc.
When I make a selection, I want only code to be selected, but not a description.
Is it possible?
Thanks
You have a choice too widen the listbox or use cell wrapping, or if you don't want that too manually limit the description to a certain number of characters e.g. Left(Description,10)&'..'
If you want to ignore other selections, add them to the set analysis individually or use {1<....
Check both in attached file