A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Conditional Sum based on independent evaluation



 
 
Thread Tools Display Modes
  #1  
Old August 2nd, 2008, 02:05 AM posted to microsoft.public.excel.worksheet.functions
analysis headache
external usenet poster
 
Posts: 1
Default Conditional Sum based on independent evaluation

I am trying to figure out how to sum certain cells in a row that correspond
to a Date in the same column. For example.
A B C D E
F G
1 DATE 1/1/2008 2/1/2008 3/1/2008 4/1/2008 5/1/2008
2 VENDOR 3/1/2008 10 20 30 40 50

In this example. I want to sum all the numbers in row 2 which have a date
greater then or equal to the date in cell b2.
  #2  
Old August 2nd, 2008, 02:23 AM posted to microsoft.public.excel.worksheet.functions
smartin
external usenet poster
 
Posts: 780
Default Conditional Sum based on independent evaluation

analysis headache wrote:
I am trying to figure out how to sum certain cells in a row that correspond
to a Date in the same column. For example.
A B C D E
F G
1 DATE 1/1/2008 2/1/2008 3/1/2008 4/1/2008 5/1/2008
2 VENDOR 3/1/2008 10 20 30 40 50

In this example. I want to sum all the numbers in row 2 which have a date
greater then or equal to the date in cell b2.


Not sure how your data is laid out exactly, but if it looks like this:

A B C D E F G H
1 DATE 01/01 02/01 03/01 04/01 05/01
2 VENDOR 03/01 10 20 30 40 50 120

H2 is =SUMIF(C1:G1,"="&B2,C2:G2)
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:06 AM.


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