K
Kip
I have birthdates in a spreadsheet two ways.
A1=Birth Mont
A2=Birth Day
or
A3=mm/dd/yyyy
I am trying to calculate zodiac sign from this, so I want to enter a
formula for each sign to see if the date falls within a specific date
range. For example, any birthdates from 03/21-04/20 would be Aires. I
tried entering formula as follows:
IF(A1=3)AND(A2>=21)OR(A1=4)AND(A2<=20),1,0
This does not work. Any suggestions either using the two column method
of A1 & A2 cells or the combined bithdate in cell A3?
Thanks.
A1=Birth Mont
A2=Birth Day
or
A3=mm/dd/yyyy
I am trying to calculate zodiac sign from this, so I want to enter a
formula for each sign to see if the date falls within a specific date
range. For example, any birthdates from 03/21-04/20 would be Aires. I
tried entering formula as follows:
IF(A1=3)AND(A2>=21)OR(A1=4)AND(A2<=20),1,0
This does not work. Any suggestions either using the two column method
of A1 & A2 cells or the combined bithdate in cell A3?
Thanks.