A
Art
Hi -
I have a problem and I'm not experienced enough to be
able to solve it so any and all assistance will be very
much appreciated.
I need to fill a column of cells with specific dollar
values dependent upon the text value of corresponding
cells in a different column. Example: If H9=A, fill M9
with $30. There are currently 10 different text values
that are used and 3 of them all have the same dollar
value (A, D, P are each worth $30). The other seven
values all have different dollar values. Using an IF for
each one I can get 7 to work but then run into the nested
limitation. Is there a way around this?
The second part of the problem is that I need to have a
fixed dollar amount added to the total whether or not
there is a text trigger for the above. In other words, if
H9=A then M9 should have $30 in it. Should H9 be empty
then M9 should be empty also - UNLESS I9 has a value of 1
which corresponds to a dollar amount of $55. In this
case, assuming that H9 has a text value of A AND I9 has a
value of 1, M9 should reflect a dollar value of $85.
Should it turn out that H9 is empty BUT I9 has a 1 value,
then M9 should reflect a dollar amount of $55.
Any ideas?
Once again, thanks in advance for your help.
Art
I have a problem and I'm not experienced enough to be
able to solve it so any and all assistance will be very
much appreciated.
I need to fill a column of cells with specific dollar
values dependent upon the text value of corresponding
cells in a different column. Example: If H9=A, fill M9
with $30. There are currently 10 different text values
that are used and 3 of them all have the same dollar
value (A, D, P are each worth $30). The other seven
values all have different dollar values. Using an IF for
each one I can get 7 to work but then run into the nested
limitation. Is there a way around this?
The second part of the problem is that I need to have a
fixed dollar amount added to the total whether or not
there is a text trigger for the above. In other words, if
H9=A then M9 should have $30 in it. Should H9 be empty
then M9 should be empty also - UNLESS I9 has a value of 1
which corresponds to a dollar amount of $55. In this
case, assuming that H9 has a text value of A AND I9 has a
value of 1, M9 should reflect a dollar value of $85.
Should it turn out that H9 is empty BUT I9 has a 1 value,
then M9 should reflect a dollar amount of $55.
Any ideas?
Once again, thanks in advance for your help.
Art