Formula seems to work but the cell is not recognizing it as a date.
I am using the following formula to compare that date to todays date with the following formula but it does not work
=IF(AN6=TODAY()," ",AG9)
Any ideas
Comment
MadTiger
SBR MVP
04-19-09
2724
#5
DATE( MID( AN6,5,2),LEFT( AN6,2),MID( AN6, 3,2))
I saw that there are several ways to do it. This one looks to be the most straight-forward. Bolded is the cell you referenced in your post. Not sure if that is what it still is, so adjust accordingly.
Comment
Formulawiz
Restricted User
01-12-09
1589
#6
Originally posted by MadTiger
DATE( MID( AN6,5,2),LEFT( AN6,2),MID( AN6, 3,2))
I saw that there are several ways to do it. This one looks to be the most straight-forward. Bolded is the cell you referenced in your post. Not sure if that is what it still is, so adjust accordingly.
Does not work. I am not sure what you are trying to do with your formula.
Comment
mrtomk
SBR High Roller
02-24-11
105
#7
Originally posted by Formulawiz
Formula seems to work but the cell is not recognizing it as a date. I am using the following formula to compare that date to todays date with the following formula but it does not work =IF(AN6=TODAY()," ",AG9) Any ideas
This formula works fine for me. What is the problem? Are you getting an error message or what?
Comment
Formulawiz
Restricted User
01-12-09
1589
#8
Originally posted by mrtomk
This formula works fine for me. What is the problem? Are you getting an error message or what?
I am getting #VALUE
Are you looking at the cell that has the value 4/26/2011 or Monday, 4/25/2011 (7:10 PM) to obtain the date
Comment
mrtomk
SBR High Roller
02-24-11
105
#9
Im using the value 4/26/2011, it doesnt give me an error, but it does give me the wrong result (ie saying it doesnt equal today when it does), I assume because of the formula and formatting.
In the cell next to the extracted value 4/26/2011 (A1), use =datevalue(A1), and that should show it as a date to use in your if function. As for the #value error, Im not sure without looking at the related cells.
Comment
MonkeyF0cker
SBR Posting Legend
06-12-07
12144
#10
Originally posted by Formulawiz
Formula seems to work but the cell is not recognizing it as a date.
I am using the following formula to compare that date to todays date with the following formula but it does not work
=IF(AN6=TODAY()," ",AG9)
Any ideas
So right click on the column heading, click on Format Cells, click on Date under the Number tab, select your date format, and click OK.
How many of these threads are you going to start? Get an Introduction to Excel book and do the work yourself. How do you expect to learn if you keep having everyone else do your work for you?
Comment
Formulawiz
Restricted User
01-12-09
1589
#11
Originally posted by MonkeyF0cker
So right click on the column heading, click on Format Cells, click on Date under the Number tab, select your date format, and click OK.
How many of these threads are you going to start? Get an Introduction to Excel book and do the work yourself. How do you expect to learn if you keep having everyone else do your work for you?
Why dont you mind your own business. If you dont want to help thats fine. Not everyone is like you. Stay out of my thread if your not interested in helping.