struggling with this
Posted by Patrick on April 27, 2001 6:51 AM
I have this in cell A3
=IF(A2,(Sheet1!F132=1),"Monday")
it returns Monday in cell A3
The value 1 is coming from a drop down list, which of
course can also....2....3...4...5...6...7
how could this be written to return the
other days of the week
=IF(A2,(Sheet1!F132=1),"Monday")+=IF(A2,(Sheet1!F132=2),"Tuesday")
etc etc ??
from here what I would like to be able to do is
to have cell A4 to be the sum of cell A3+1
to return the next day depending on the result of A3
thanks again
really would appreciate any thoughts on this