Hi,
I am trying to automate a column in a spreadsheet so that it will return $6.00 if the date column = 01/??/???? (first of the month), however it's 2am and I can't figure out the syntax to tell the formula to just look at the first part of the date.
I'd prefer something a bit more elegant than stripping everything left of the first / into a separate column - I'm sure there must be something I can do with the syntax of my formula?
=IF(A1=???, 6, 0)
Can anyone help me?
Thanks in advance.
Anne
I am trying to automate a column in a spreadsheet so that it will return $6.00 if the date column = 01/??/???? (first of the month), however it's 2am and I can't figure out the syntax to tell the formula to just look at the first part of the date.
I'd prefer something a bit more elegant than stripping everything left of the first / into a separate column - I'm sure there must be something I can do with the syntax of my formula?
=IF(A1=???, 6, 0)
Can anyone help me?
Thanks in advance.
Anne