Hello,
I have the following formula to display a date in a column:
=DATE(YEAR(S3),MONTH(S3)+1,DAY(NOW()))
And I've formatted the cell to display it as "October 2013" etc.
On a separate worksheet I have a conditional formula that is searching for certain values in the above column and providing a sum of the adjacent column. However, it is delivering me zeros because (I believe) it is not matching the value, it is seeing the formula. Is it possible to have a formula look for the value of a cell only?
Thank you,
Laura