C
Connie
Here's my formula, which works wonderfully:
=IF(X16=2,H$10,IF(X16=3,H$11,IF(X16=4,H$12,IF(X16=5,H$13,IF
(X16=6,H$14,IF(X16=7,H$15,H$8))))))
But if none of those statements are true, I want the cell
to remain blank, so I added a comma and two quotes, and it
says now I've too many arguments, i.e.
=IF(X16=2,H$10,IF(X16=3,H$11,IF(X16=4,H$12,IF(X16=5,H$13,IF
(X16=6,H$14,IF(X16=7,H$15,H$8,""))))))
I didn't think ,"" was an argument. How many arguments
are you allowed anyway? Can anyone see a work-around?
=IF(X16=2,H$10,IF(X16=3,H$11,IF(X16=4,H$12,IF(X16=5,H$13,IF
(X16=6,H$14,IF(X16=7,H$15,H$8))))))
But if none of those statements are true, I want the cell
to remain blank, so I added a comma and two quotes, and it
says now I've too many arguments, i.e.
=IF(X16=2,H$10,IF(X16=3,H$11,IF(X16=4,H$12,IF(X16=5,H$13,IF
(X16=6,H$14,IF(X16=7,H$15,H$8,""))))))
I didn't think ,"" was an argument. How many arguments
are you allowed anyway? Can anyone see a work-around?