Good day all,
I was making a spreadsheet and ran into an issue that I was not sure how to solve.
I am using the =CONCATENATE function to write a text string for an email title as well as using =IF statements in it to determine some variable.
I ran into the problem when I wanted to reference a date in my =IF statement, in short I am trying to make it so "IF(W15=1,TODAY(),K15))" where K15 will be an actual numerical number and not a date. I can make it return numerical numbers but not a date and I am unsure if this is because of my =CONCATENATE function or if it because you can not use an =IF statement to return a date or number and it has to be one or the other.
anyone know any solutions to this?
=CONCATENATE(B1," ", G15," ", IF(W15=1,TODAY(),K15))
I was making a spreadsheet and ran into an issue that I was not sure how to solve.
I am using the =CONCATENATE function to write a text string for an email title as well as using =IF statements in it to determine some variable.
I ran into the problem when I wanted to reference a date in my =IF statement, in short I am trying to make it so "IF(W15=1,TODAY(),K15))" where K15 will be an actual numerical number and not a date. I can make it return numerical numbers but not a date and I am unsure if this is because of my =CONCATENATE function or if it because you can not use an =IF statement to return a date or number and it has to be one or the other.
anyone know any solutions to this?
=CONCATENATE(B1," ", G15," ", IF(W15=1,TODAY(),K15))