Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need collum E to show the difference of collum C & D in a plus or minus
format A B C D E 1 Run Bus Time Actual Diff 2 908 24412 4:47 4:49 = + or - |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can use an IF formula. Assuming that you want a + if colum D is greater
than column C it would be: =IF(D2C2,"+","-") "Dale G" wrote: I need collum E to show the difference of collum C & D in a plus or minus format A B C D E 1 Run Bus Time Actual Diff 2 908 24412 4:47 4:49 = + or - |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() A B C D E 1 Run Bus Time Actual Diff 2 908 24412 4:47 4:49 = + or - for example above column E2 should read 0:02. (which I know is =D2-C2) If the entry in D2 is 4:46, how can I set the cell to show the negative amount, along with the ability to show the positive amount. "Dale G" wrote: I need collum E to show the difference of collum C & D in a plus or minus format A B C D E 1 Run Bus Time Actual Diff 2 908 24412 4:47 4:49 = + or - |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
plus and minus | Excel Worksheet Functions | |||
Plus or Minus | Excel Worksheet Functions | |||
How do you go one whole row minus another whole row | Charts and Charting in Excel | |||
CHANGE TRAILING MINUS TO BRACKETS OR PRECEEDING MINUS | Excel Discussion (Misc queries) | |||
charting a difference of 2 columns' w/o adding a difference column | Charts and Charting in Excel |