Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to have a cell on excel automatically calculate if someone was hired
today, what day will they have completed their 90 days with a company. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=today()+90
-- David Biddulph "Phxlatinoboi®" wrote in message ... I need to have a cell on excel automatically calculate if someone was hired today, what day will they have completed their 90 days with a company. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
With hire date in A1 =A1+90 Format with whatever Date format you prefer -- Regards Roger Govier "Phxlatinoboi®" wrote in message ... I need to have a cell on excel automatically calculate if someone was hired today, what day will they have completed their 90 days with a company. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"Phxlatinoboi®" wrote:
I need to have a cell on excel automatically calculate if someone was hired today, what day will they have completed their 90 days with a company. Assuming hire dates (real dates) are in A2 down In B2: =IF(A2="","",A2+90) Copy B2 down -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|