Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I am trying to do a spreadsheet which will show gains from a total in one column and losses from the same total in another column. Please help. ![]() -- kgeorge ------------------------------------------------------------------------ kgeorge's Profile: http://www.excelforum.com/member.php...o&userid=32804 View this thread: http://www.excelforum.com/showthread...hreadid=526221 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() please give more info, I'm not sure exactly what you're trying to do. -- rbanks ------------------------------------------------------------------------ rbanks's Profile: http://www.excelforum.com/member.php...fo&userid=2944 View this thread: http://www.excelforum.com/showthread...hreadid=526221 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I will have a total in column C. Column D and F will be labeled "gains" and "losses" respectively. How do I make the "difference" from C1-C2 go into either the gain column or the loss column? -- kgeorge ------------------------------------------------------------------------ kgeorge's Profile: http://www.excelforum.com/member.php...o&userid=32804 View this thread: http://www.excelforum.com/showthread...hreadid=526221 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Cell D2 =if(C1-C2<0,0,C1-C2) Cell F2 =if(C1-C20,0,C1-C2) -- rbanks ------------------------------------------------------------------------ rbanks's Profile: http://www.excelforum.com/member.php...fo&userid=2944 View this thread: http://www.excelforum.com/showthread...hreadid=526221 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formulas not recognizing new data | Excel Discussion (Misc queries) | |||
Countif formulas change after doing a sort | Excel Worksheet Functions | |||
Array Formulas take waaaay too long... | Excel Worksheet Functions | |||
Problem with named formula's | Excel Worksheet Functions | |||
calculating formulas for all workbooks in a folder | Excel Worksheet Functions |