Changing Date Of Birth To Years

bksparkz

New Member
Joined
Mar 20, 2014
Messages
36
Good morning all,

I have the following formula created to change the Date of Birth to years.

=DATEDIF(D72,NOW(),"y")

The only problem that I am having is for those cells that do not contain a Date of Birth yet, the years column is showing as 114 for some reason.
What formula can be used to make the formula stay in all the cells, and not show up as anything.

Thanks in advance.

.Stan
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Worked great thanks. One more thing I need.
I have 6 colums. The columns are as follows.
column 1 - number, column 2 - date, column 3-number, column 4 - date, column 5 - number, column 6 - date

I am looking to tally up how many rows have a number over or equal to 10 and are dated 1/1/14 to present.
For example, on row one there are 6 columns as mentioned before. If on column 3 the number is over 10, and the date is over 1/1/14 it should be counted as one. Even if the number is over 10 and over 1/1/14 on a different column in that row, it should still be counted as 1.

</SPAN> </SPAN> </SPAN></SPAN></SPAN>

<TBODY>
</TBODY>

</SPAN> </SPAN> </SPAN></SPAN>

<TBODY>
</TBODY>
 
Upvote 0
One way:
In a spare column Use =IF(AND(OR(A2>9,C2>9,E2>9),OR(B2>41639,D2>41639,F2>41639)),"Yes","No") then use countif to total the yeses
 
Upvote 0

Forum statistics

Threads
1,215,419
Messages
6,124,796
Members
449,189
Latest member
kristinh

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