Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default sumproduct or other formula?

i would like to be able to sum the following according to column A's value

mar 100
april 200
may 300
june 400

if i have a cell that has may, i would like another cell to add up anything
from before, example, may will be 600, april will be 300, and june will be
1000.

Thank you.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default sumproduct or other formula?

Try this:

.................A..............B..........C...... ...D
1...........mar.............100..................m ay
2...........april............200
3...........may............300
4...........june............400

D1 = some month

=SUM(B1:INDEX(B1:B4,MATCH(D1,A1:A4,0)))

Biff

"bubble" wrote in message
...
i would like to be able to sum the following according to column A's value

mar 100
april 200
may 300
june 400

if i have a cell that has may, i would like another cell to add up
anything
from before, example, may will be 600, april will be 300, and june will be
1000.

Thank you.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default sumproduct or other formula?

Thank you!!!

"Biff" wrote:

Try this:

.................A..............B..........C...... ...D
1...........mar.............100..................m ay
2...........april............200
3...........may............300
4...........june............400

D1 = some month

=SUM(B1:INDEX(B1:B4,MATCH(D1,A1:A4,0)))

Biff

"bubble" wrote in message
...
i would like to be able to sum the following according to column A's value

mar 100
april 200
may 300
june 400

if i have a cell that has may, i would like another cell to add up
anything
from before, example, may will be 600, april will be 300, and june will be
1000.

Thank you.




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default sumproduct or other formula?

You're welcome! Thanks for the feedback.

Biff

"bubble" wrote in message
...
Thank you!!!

"Biff" wrote:

Try this:

.................A..............B..........C...... ...D
1...........mar.............100..................m ay
2...........april............200
3...........may............300
4...........june............400

D1 = some month

=SUM(B1:INDEX(B1:B4,MATCH(D1,A1:A4,0)))

Biff

"bubble" wrote in message
...
i would like to be able to sum the following according to column A's
value

mar 100
april 200
may 300
june 400

if i have a cell that has may, i would like another cell to add up
anything
from before, example, may will be 600, april will be 300, and june will
be
1000.

Thank you.






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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find value in array Brook6 Excel Worksheet Functions 26 January 30th 07 09:40 PM
Array formula and multiplying conditions KR Excel Worksheet Functions 6 September 22nd 06 12:33 AM
SumProduct Formula Help bountifulgrace Excel Worksheet Functions 2 May 4th 06 08:14 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
adding two sumproduct formulas together ski2004_2005 Excel Worksheet Functions 1 November 12th 04 09:08 PM


All times are GMT +1. The time now is 11:12 AM.

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"