
Originally Posted by
Paul
Hi Sjochlin,
I can't say for sure, but it may be that you have more than 7 nested IF statements. I don't know the limitations in Excel 2011 (Mac), or if you're saving the file as one of the old file types vs. one of the new ones. This formula could be made a bit more efficient and readable, however:
=IFERROR(LOOKUP('2'!B$7,{"AbsH","AbsP","AbsR","Back","Biceps","Chest","Forearms","Lats","Legs","Shoulders","Traps","Triceps"},{"J","L","K","E","F","B","H","I","M","D","A","G"}),"")
Note that the lookup values are in ascending (alphabetical) order, and the return values are ordered to match the position of the lookup value.
Hopefully that helps!
Bookmarks