G
GBL
Hi Guys (and Gals):
My problem lies within the 3rd argument of the IF function. As you
know, this is the False portion of the statement.
I've set aside 12 cells for each month into which I've put an IF
statement: IF(Month(Now())=A1,B1,"") where the A1, A2, A3... equals the
numbered months of the year and the B1, B2, B3... are the target values.
The problem is with the third argument (""). This wipes out the value
of each preceding month when the month changes. This is not what I want.
I'd like to retain these monthly values. Altering the "" (3rd argument) to
referencing the "home-cell" creates a circular reference condition that I
can't correct due to my inexperience.
Been getting a three day headache over this. Is there another attack
(function or formula) I can use that will retain the cell values across the
board when the preceding conditions are False?? In other words, have I
chosen the correct function?... or can it be modified to get what I want?
Thanks in Advance!!
My problem lies within the 3rd argument of the IF function. As you
know, this is the False portion of the statement.
I've set aside 12 cells for each month into which I've put an IF
statement: IF(Month(Now())=A1,B1,"") where the A1, A2, A3... equals the
numbered months of the year and the B1, B2, B3... are the target values.
The problem is with the third argument (""). This wipes out the value
of each preceding month when the month changes. This is not what I want.
I'd like to retain these monthly values. Altering the "" (3rd argument) to
referencing the "home-cell" creates a circular reference condition that I
can't correct due to my inexperience.
Been getting a three day headache over this. Is there another attack
(function or formula) I can use that will retain the cell values across the
board when the preceding conditions are False?? In other words, have I
chosen the correct function?... or can it be modified to get what I want?
Thanks in Advance!!