View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default How do I make excel add in one column if conditions are met in ano

G26:M26 = 7 cells

Try this entered in G26 and copied across as needed:

=SUMIF($A1:$A20,COLUMNS($G26:G26),$B1:$B20)

--
Biff
Microsoft Excel MVP


"Jodie" wrote in message
...
For example, I want to say, if anything in column A (from rows 1-20) =1,
then
add whatever is in column B for that same row and put it in field G26.
Then
I want to say, if anything in column A (from rows 1-20) = 2, then add
whatever is in column B for that same row and it it in field H26, and so
on
through, if anything in column A (from rows 1-20) =8, then add whatever is
in
column B for that same row and put it in field M26. Does anyone know how
I
can do that??
--
Thanks!
Jodie