formule voor datums vóór 1900

littlepete

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

mijn adressenlijst bevat veel data (geboorte, huwelijken, overlijdens,...)
en dus ook data van de oudere generatie: geboren vóór 1 januari 1900.

de formule om van 1/1/1913 te gaan naar "geboren op maandag 1 januari 1913" werkt perfect.
hoe maak ik de formule ook werkbaar voor de oudere generatie, geboren voor 1900 dus ?

Code:
=ALS(R5<>"";"☼ geboren op "&TEKST(R5;"dddd d mmmm jjjj");"")
&ALS(EN(BJ5<>"";R5<>"");" ";"")
&ALS(EN(BJ5<>"";R5<>"");"in "&BJ5;"")
&ALS(EN(BJ5<>"";R5="");"geboren in "&BJ5;"")


&ALS(EN(R5<>"";OF(AD5<>"";T5<>""));TEKEN(10);"")
&ALS(EN(T5<>"";AD5="getrouwd");"⚤ getrouwd op "&TEKST(T5;"dddd d mmmm jjjj");"")
&ALS(EN(T5<>"";AD5="relatie");"⚤ relatie begonnen op "&TEKST(T5;"dddd d mmmm jjjj");"")
&ALS(EN(T5="";AD5="getrouwd");"⚤ getrouwd";"")
&ALS(EN(T5="";AD5="relatie");"⚤ heeft een relatie";"")
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.

Forum statistics

Threads
1,215,067
Messages
6,122,949
Members
449,095
Latest member
nmaske

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