![]() |
Counting Dates
I need to count days between 2 dates in 2 cells. Like B:2-B:1. In case B2 is
empty i need that to be counted as on today-system date. Can you help on that? |
Counting Dates
This is probably what you are looking for...
=IF(B2="",TODAY()-B1,B2-B1) Rick "Riyaz" wrote in message ... I need to count days between 2 dates in 2 cells. Like B:2-B:1. In case B2 is empty i need that to be counted as on today-system date. Can you help on that? |
Counting Dates
=IF(B2="",TODAY(),B2)-B1
-- __________________________________ HTH Bob "Riyaz" wrote in message ... I need to count days between 2 dates in 2 cells. Like B:2-B:1. In case B2 is empty i need that to be counted as on today-system date. Can you help on that? |
Counting Dates
Thank you so much Bob
"Bob Phillips" wrote: =IF(B2="",TODAY(),B2)-B1 -- __________________________________ HTH Bob "Riyaz" wrote in message ... I need to count days between 2 dates in 2 cells. Like B:2-B:1. In case B2 is empty i need that to be counted as on today-system date. Can you help on that? |
All times are GMT +1. The time now is 10:50 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com