P
Plum
How does one get around the 7 argument limit? I am
attempting to create a model number configurator in Excel
2003, which will provide a Letter in one cell, if a user
chooses a description from a drop-down list in another
cell. With lists of 7 entries or less, I am successfull
using =IF(B3=C8,"A",IF(B3=C9,"B"... Where column B3 is
the drop down list with the description,C8 is the
original list form which the DD is based, and "A","B"...
is a choosen text. PROVIDED I do not go beyond 7
arguments. Is there some way to break the description
list into 2 or more nested arguments so that I can make
8,9,n arguments work?
attempting to create a model number configurator in Excel
2003, which will provide a Letter in one cell, if a user
chooses a description from a drop-down list in another
cell. With lists of 7 entries or less, I am successfull
using =IF(B3=C8,"A",IF(B3=C9,"B"... Where column B3 is
the drop down list with the description,C8 is the
original list form which the DD is based, and "A","B"...
is a choosen text. PROVIDED I do not go beyond 7
arguments. Is there some way to break the description
list into 2 or more nested arguments so that I can make
8,9,n arguments work?