Hi I have the following working formula, but now need to update it.
I am now trying to add todays date rather than a blank value by adapting the formula, I am getting a #Value returned with the updated formula:-
=IF(ISBLANK('Raw data'!A2),TODAY(),DATE(YEAR('Rawdata'!A2),MONTH('Raw data'!A2),1))
anyone have any ideas what I am doing wrong please? I have tried several ways to strip the time from the date, this was the only way it would provide the output needed and was working until I add todays date. I use the output as a base for a second formula hence needing the output format to be the same.
=IF(ISBLANK('Raw data'!A2),"",DATE(YEAR('Rawdata'!A2),MONTH('Raw data'!A2),1))
I am now trying to add todays date rather than a blank value by adapting the formula, I am getting a #Value returned with the updated formula:-
=IF(ISBLANK('Raw data'!A2),TODAY(),DATE(YEAR('Rawdata'!A2),MONTH('Raw data'!A2),1))
anyone have any ideas what I am doing wrong please? I have tried several ways to strip the time from the date, this was the only way it would provide the output needed and was working until I add todays date. I use the output as a base for a second formula hence needing the output format to be the same.