I have an excel where i want to get row number for combination of Column values.
ColA Colb ColC
AA 123 Happy
BB 456 Sad
CC 678 Excited
So basically i want row number for combination of ColA+Colb+colc. Like AA123Happy should give row number 1. BB456Sad should give 2.
Thanks in Advance