Difference between dates

  • Thread starter Thread starter jenny2010
  • Start date Start date
J

jenny2010

I need to calculate the difference between a date and todays date in
Workdays...

Also i would like to know how to i can have the same formula continue
through the whole row but instead of the difference between A1 and today
continue A2, A3, A4.... etc.
 
Have a look at the NETWORKDAYS function in XL Help - it does exactly
what you want, and can also take account of holidays if these are
listed somewhere.

Ensure you have the ATP add-in installed if you are not using XL 2007.

Hope this helps.

Pete
 
Assuming you have added the analysis toolpak...

=NETWORKDAYS(A1,TODAY())

Presuming you want to compare A2 to today, just drag the formula across the
row.

Placing a $ in front of the 1 would cause this NOT to calculate across the
row.
 
it didn't work i got ... ####

Sean Timmons said:
Assuming you have added the analysis toolpak...

=NETWORKDAYS(A1,TODAY())

Presuming you want to compare A2 to today, just drag the formula across the
row.

Placing a $ in front of the 1 would cause this NOT to calculate across the
row.
 
Check the format of your cell. If it's a date, change it to a number. If
not, try widening the column.

Regards,
Fred.
 
Nice!! Thanks a bunch!

Fred Smith said:
Check the format of your cell. If it's a date, change it to a number. If
not, try widening the column.

Regards,
Fred.
 
Back
Top