![]() |
#4
|
|||||
|
|||||
![]() -------------A------------B--------------C-------------D------------E
1----------1000----------1500----------500-----------X---------- NULL 2----------1000----------1250----------250----------NULL----------X 3----------1000----------1500----------500----------NULL----------X 4-------------------------------------------------------500----------750 Formula for column D4 =SUMIF(D1: D3,"X",C1:C3) [select the space, it was become ![]() Formula for column E4 =SUMIF(E1:E3,"X",C1:C3) Whatever you put in the braces must match exactly with the string you are using (X in here) or else it won't work. HTH ![]()
__________________
You wouldn't want to see my tank. I don't use fancy equipment and I am a noob ![]() Last edited by mrhasan; 04-17-2016 at 07:23 PM. |