Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have 3 columns of times in the hh:mm:ss format. The first column (A1) is
time recieved, the second is time staged (A2, usually blank), and the third (A3) is time arrived. Is it possible to have a formula that will calculate elapsed time like: In A4 (if A2 is not blank than - A1, if it is blank than A3-A1) I have tried many different examples that I have found on here, but with no luck. Thank You!! -- Daniel |
#2
![]() |
|||
|
|||
![]()
Hi
do you mean =IF(A2="",A3-A1,A2-A1) -- Regards Frank Kabel Frankfurt, Germany Daniel wrote: I have 3 columns of times in the hh:mm:ss format. The first column (A1) is time recieved, the second is time staged (A2, usually blank), and the third (A3) is time arrived. Is it possible to have a formula that will calculate elapsed time like: In A4 (if A2 is not blank than - A1, if it is blank than A3-A1) I have tried many different examples that I have found on here, but with no luck. Thank You!! |
#3
![]() |
|||
|
|||
![]()
Thank You Frank, it worked!!
"Frank Kabel" wrote: Hi do you mean =IF(A2="",A3-A1,A2-A1) -- Regards Frank Kabel Frankfurt, Germany Daniel wrote: I have 3 columns of times in the hh:mm:ss format. The first column (A1) is time recieved, the second is time staged (A2, usually blank), and the third (A3) is time arrived. Is it possible to have a formula that will calculate elapsed time like: In A4 (if A2 is not blank than - A1, if it is blank than A3-A1) I have tried many different examples that I have found on here, but with no luck. Thank You!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|