Hi all,
I have been a victim of not being able to use the nested IF statement as I have too many IFs. I guess this will not be ideal using IF anyway.
I was wondering if there was another way of getting the result using another Function or VBA possibly.
My current formula looks like this
=IF(E221="LON","London",IF(E221="B","Martlet",IF(E221="KN","Kent",IF(E221="NOR","Northside",IF(E221="NWE","Hillside",IF(E221="RKN","Kent",IF(E221="RS","Roundshaw",IF(E221="RHS","Martlet",,IF(E221="HSH","Southbank"""))))))))
I think I must have about 30 codes in Column E where I need to group them to about 10.
Bookmarks