Date In excel

kumar lama

Board Regular
Joined
May 20, 2014
Messages
85
=IF(M5="","On Service",DATEDIF(K5,L5,"y")&" Y, "&DATEDIF(K5,L5,"ym")&
" M, "&DATEDIF(K5,L5,"md")&" D")


If Blank It's Returning #NUM!, i dont want that i want Show "On Service"

What makes Error here?

Or Can make also =If(L5=date(anydate),DATEDIF(K5,L5,"y")&" Y, "&DATEDIF(K5,L5,"ym")&
" M, "&DATEDIF(K5,L5,"md")&" D"),"On Service"

But this aslo i dont know what to do in Date If(L5=date(anydate)

Thanks
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Are you sure M5 is truly blank, the formula works for me. The only way I get a NUM! error is if there is something in M5 and the dates are the wrong way round. Try testing with ISBLANK(M5).

Excel Workbook
KLMNOP
501/12/201312/07/2015On ServiceTRUE
601/12/201312/07/201521 Y, 7 M, 11 DFALSE
712/07/201501/12/20131#NUM!FALSE
Sheet3
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

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