#1   Report Post  
Posted to microsoft.public.excel.misc
mark petrak
 
Posts: n/a
Default please help


i have a spreadsheet im working on, but i want it to do somthing i dont
know if it can do. here is my problem

A B C H
1 A1 B1 C1 H1
2 A2 B2 C2
3 A3 B3 C3
4 A4 B4 C4
5 A5 B5 C5


so i want H1 to = a range 0f data. i want it to look in column A for
certain criteria, and if that row in column A meets the criteria it
takes that same rows column C value and adds them together. so if it
were to be a logical test it would be somthing like this

if A1:A5= A2,A4,A5. then take the sum of C2,C4,C5. and put it in H1

let me know if you guys understand what im looking for.

Thanks


--
mark petrak
------------------------------------------------------------------------
mark petrak's Profile: http://www.excelforum.com/member.php...o&userid=26804
View this thread: http://www.excelforum.com/showthread...hreadid=512366

  #2   Report Post  
Posted to microsoft.public.excel.misc
RagDyer
 
Posts: n/a
Default please help

Let's say that the "certain criteria" is in D1,

Then try this:

=SUMIF(A1:A5,D1,C1:C5)

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"mark petrak"
wrote in message
...

i have a spreadsheet im working on, but i want it to do somthing i dont
know if it can do. here is my problem

A B C H
1 A1 B1 C1 H1
2 A2 B2 C2
3 A3 B3 C3
4 A4 B4 C4
5 A5 B5 C5


so i want H1 to = a range 0f data. i want it to look in column A for
certain criteria, and if that row in column A meets the criteria it
takes that same rows column C value and adds them together. so if it
were to be a logical test it would be somthing like this

if A1:A5= A2,A4,A5. then take the sum of C2,C4,C5. and put it in H1

let me know if you guys understand what im looking for.

Thanks


--
mark petrak
------------------------------------------------------------------------
mark petrak's Profile:

http://www.excelforum.com/member.php...o&userid=26804
View this thread: http://www.excelforum.com/showthread...hreadid=512366


  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default please help

=sumif(a1:a5,a1,c1:c5)



mark petrak wrote:

i have a spreadsheet im working on, but i want it to do somthing i dont
know if it can do. here is my problem

A B C H
1 A1 B1 C1 H1
2 A2 B2 C2
3 A3 B3 C3
4 A4 B4 C4
5 A5 B5 C5

so i want H1 to = a range 0f data. i want it to look in column A for
certain criteria, and if that row in column A meets the criteria it
takes that same rows column C value and adds them together. so if it
were to be a logical test it would be somthing like this

if A1:A5= A2,A4,A5. then take the sum of C2,C4,C5. and put it in H1

let me know if you guys understand what im looking for.

Thanks

--
mark petrak
------------------------------------------------------------------------
mark petrak's Profile: http://www.excelforum.com/member.php...o&userid=26804
View this thread: http://www.excelforum.com/showthread...hreadid=512366


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
mark petrak
 
Posts: n/a
Default please help


i dont think thats is what i need, say cell A1 says X and Cell A2 says Y
and Cell3 says Z i want Cell H1 to look at the cells for the criteria of
either X and Z and list the Total of the corrisponding Column

A B H
1 X 1 =4 or b1 + b3
2 Y 2
3 Z 3


--
mark petrak
------------------------------------------------------------------------
mark petrak's Profile: http://www.excelforum.com/member.php...o&userid=26804
View this thread: http://www.excelforum.com/showthread...hreadid=512366

  #5   Report Post  
Posted to microsoft.public.excel.misc
RagDyer
 
Posts: n/a
Default please help

Then try this:

=SUM(SUMIF(A1:A5,{"x","z"},C1:C5))

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"mark petrak"
wrote in message
...

i dont think thats is what i need, say cell A1 says X and Cell A2 says Y
and Cell3 says Z i want Cell H1 to look at the cells for the criteria of
either X and Z and list the Total of the corrisponding Column

A B H
1 X 1 =4 or b1 + b3
2 Y 2
3 Z 3


--
mark petrak
------------------------------------------------------------------------
mark petrak's Profile:

http://www.excelforum.com/member.php...o&userid=26804
View this thread: http://www.excelforum.com/showthread...hreadid=512366




  #6   Report Post  
Posted to microsoft.public.excel.misc
mark petrak
 
Posts: n/a
Default please help


Thanks That Is Perfect!!!!! Yay


--
mark petrak
------------------------------------------------------------------------
mark petrak's Profile: http://www.excelforum.com/member.php...o&userid=26804
View this thread: http://www.excelforum.com/showthread...hreadid=512366

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 10:39 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"