Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hmmmm ...
The only way that I could think of doing this is with a two stage check process as below. Insert row 4, as follows: =IF(B30,0,B3) =IF(C30,0,C3) =IF(D30,0,D3) then in E3, have the following formula. =IF(SUM(B4:D4)=0,SUM(B3:D3),SUM(B4:D4)) This works for me ... To hide this final row, you can either hide the cell or change the text colour to white. It's a bit botchy but works :) Franksta |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
an excel formula for specific conditions | Excel Worksheet Functions | |||
Excel displaying formulae as constant and not calculating formula | Excel Worksheet Functions | |||
How can i get an If formula in excel to edit another cell? | Excel Worksheet Functions | |||
converting formula from lotus.123 to excel | Excel Worksheet Functions |