if question to determine date older then 1900 - formula working without if

littlepete

Well-known Member
Joined
Mar 26, 2015
Messages
503
Office Version
  1. 365
Platform
  1. Windows
hello :)

I work with the dutch excel, and i DO HAVE a perfect formula to calculate dates older then january 1 1900...

however:
nowhere i find a good method to put in my long formula to determine if a date in a cell is an old date or not...

the columns q6 birth and am6 death are date layout cells (special: " dd.mm.jjjj ")
i'm not afraid to use a help column, but how can i find a way to show excel the dates older then 1900 ?

thanks !!!
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
As long as cell Q6 is a valid date, this formula will tell you if the date in cell Q6 is Before 01/01/1900 or After (or same as year):

=IFERROR(IF(YEAR(Q6)>=1900,"After"),"Before")
 
Upvote 0
Solution
As long as cell Q6 is a valid date, this formula will tell you if the date in cell Q6 is Before 01/01/1900 or After (or same as year):

=IFERROR(IF(YEAR(Q6)>=1900,"After"),"Before")
iserror I knew... iferror (dutch: als.fout) i did not know that one !!! thank you, it helps perfectly well :) !!! now my one (yes just one) person born in 1888 has a decent
row in excel, showing dates as it should :) !

thank you !!!
 
Upvote 0

Forum statistics

Threads
1,216,098
Messages
6,128,812
Members
449,468
Latest member
AGreen17

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