View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Adding certain cells in one column

Try this

=SUMPRODUCT((G1:G80="y")*(E1:E80))
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"JT" wrote:

In my spreadsheet cells in the range E1 through E80 contain total dollar
calculations from each of the columns to their left. Corresponding cells in
column G contain either an X or a Y. I need a formula that scans column G
for all occurrances of Y, then ads together the total of the corresponding
cells in column E.

APpreciate any help!

JT