if date is greater than date in a column not working

golffor1

New Member
Joined
Jan 23, 2014
Messages
11
Hello,
I am trying to calculate how if a date in A2 is greater than any date then do something. I am using the following formula: =IF(A40>$AM:$AM, "YES", "NO"). My issue is that if I change my date to something older than what is in newer than a40 then then yes doesn't change to a no...and visa versa.
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Works for me.

It's likely one or more or all of your dates are not really dates. They may just be text strings that look like dates.
Test with ISNUMBER

=ISNUMBER(A40)
and
=ISNUMBER(AM1) <- Fill this down to end of your data.

Do these return True or False ?

Maybe you could attach a sample workbook.
 
Upvote 0
I just tried to create a sample and looked at my data again. No wonder it didn't work for me, I wasn't looking at the right column. It works for me when I use your original response.
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,289
Members
452,631
Latest member
a_potato

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top