Mr Canoehead
New Member
- Joined
- Nov 4, 2005
- Messages
- 4
I have the following formula to sum the contents of Cells I7:EF7 if the cell contains a number (some cells will have errors) only if the corresponding cell in row 2 contains the text "office"
{=SUM(IF(AND(I$2:EF$2="Office",(ISNUMBER(I7:EF7))),I7:EF7,0)}
with the current formula I don't get an error in the cell but the sum is always 0, even when the conditions are met.
Any suggestions?
{=SUM(IF(AND(I$2:EF$2="Office",(ISNUMBER(I7:EF7))),I7:EF7,0)}
with the current formula I don't get an error in the cell but the sum is always 0, even when the conditions are met.
Any suggestions?