View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default calculate number of days

Try
=NETWORKDAYS(I2,$J$2)

and copy down

If this post helps click Yes
---------------
Jacob Skaria


"Charlene Lee" wrote:


"Charlene Lee" wrote:

i need to calculate the # of working days between 2 columns (I and J).
i'm using formula =NETWORKDAYS(I2,J2). Is there any way to use a variable
somehow so I don't have to manually change the formula for each line in
column K?..........?


ex:
=NETWORKDAYS(I2,J2)..........=NETWORKDAYS(I3,J3).. ......=NETWORKDAYS(I4,J4)

tia............charlene

but i dont want to have to change each line variable...j3...j4...j5 to increade it by 1