Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Enter the formula to a cell and drag it down...OR even copy paste the cell
(not the formula) -- If this post helps click Yes --------------- Jacob Skaria "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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Enter the formula below in K2
=NETWORKDAYS(I2,J2) Copy K1 Selct K3:K100 (change 100 to your last row) Press CTRL-V (i.e. paste the copied formula) "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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The below link would be useful in understanding more about relative and
absolute reference.. http://www.cpearson.com/excel/relative.aspx If this post helps click Yes --------------- Jacob Skaria "Jacob Skaria" wrote: Enter the formula to a cell and drag it down...OR even copy paste the cell (not the formula) -- If this post helps click Yes --------------- Jacob Skaria "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 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() "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 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to calculate the number of days between two dates on a 30 day | Excel Worksheet Functions | |||
how do i calculate the number of days between two dates? | Excel Worksheet Functions | |||
calculate number of days | Excel Discussion (Misc queries) | |||
Within another function calculate and sum number of days | Excel Worksheet Functions | |||
calculate number of days btw dates | Excel Worksheet Functions |