View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
nadine nadine is offline
external usenet poster
 
Posts: 216
Default Adding certain cells in one column

Would a SUMIF do the same thing?

"Mike H" wrote:

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