
Originally Posted by
martindwilson
since pivot tables dont do case
perhaps using the ascii code instead for the string may work
this assumes your codes are all the same length (7 characters)
=CONCATENATE(B2,C2,D2,E2,F2,G2,H2) is in j2 and draged down
adjust as necessary(problem wil occur if they are not the same length as you can't concat. #value)
see attached
Thank you, your idea worked wonderfully. The only issue I had with it was that it was a little difficult to pass on to the user as a standard way of doing things. What I ended up doing was creating some vbscript to convert the cells. It's not perfect, and it's pretty rough with some unnecessary stuff but it works.
Hopefully this will prove helpful to someone with uppercase or lowercase uniqueness issues with pivot tables.
Thank you,
khoury
Bookmarks