View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MCook MCook is offline
external usenet poster
 
Posts: 13
Default SUM only Cells where there is text in Another cell

I am keeping stats for a football team. There are 2 columns A and B one for
each team. In these columns we enter text of what play was run. In Column C
we enter a number for either a loss or a gain on the play. I need to SUM
cells in column C, but want to seperate them by each team based if there is
text in the cell or not.

Example of the work sheet

A B C
Sweep Left 5
Run Right 3

I tried SUM(C3IF(A1,ISTEXT)) but I am not sure what to include if there is
no text? Using Excel 2007
Thanks