Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Miguel
 
Posts: n/a
Default sumif less than 11/30/2005

I need to make a formula which will add all items in another tab which are
less than 11/30/05 and have the same vendor
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Roger Govier
 
Posts: n/a
Default sumif less than 11/30/2005

Hi Miguel

With your data on Sheet1, Dates in column A, Vendor in column B, and row
1 as a header.
On Sheet2 with Date require entered in A1 and Vendor required in B1,
enter in C1
=SUMPRODUCT(--(Sheet1!$A$2:$A$100<=A1),--(Sheet1!$B$2:$B$100=B1))

--
Regards

Roger Govier


"Miguel" wrote in message
...
I need to make a formula which will add all items in another tab which
are
less than 11/30/05 and have the same vendor



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default sumif less than 11/30/2005

=SUMPRODUCT(--(DateRange<DATE(2005,11,30),--(VendorRange="Vendor1"),Range_to
Sum)


--

Regards,

Peo Sjoblom

"Miguel" wrote in message
...
I need to make a formula which will add all items in another tab which are
less than 11/30/05 and have the same vendor



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Roger Govier
 
Posts: n/a
Default sumif less than 11/30/2005

Sorry, forgot to add the column of data being added, which I assume is
column C on sheet1
=SUMPRODUCT(--(Sheet1!$A$2:$A$100<=A1),--(Sheet1!$B$2:$B$100=B1),Sheet1$C$2:$C$100)


--
Regards

Roger Govier


"Roger Govier" wrote in message
...
Hi Miguel

With your data on Sheet1, Dates in column A, Vendor in column B, and
row 1 as a header.
On Sheet2 with Date require entered in A1 and Vendor required in B1,
enter in C1
=SUMPRODUCT(--(Sheet1!$A$2:$A$100<=A1),--(Sheet1!$B$2:$B$100=B1))

--
Regards

Roger Govier


"Miguel" wrote in message
...
I need to make a formula which will add all items in another tab which
are
less than 11/30/05 and have the same vendor





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
How to use SUMIF to return sums between two values located in cells ScottBerger Excel Worksheet Functions 2 April 23rd 23 09:05 PM
Embedding a Sumif in a sumif C.Pflugrath Excel Worksheet Functions 5 August 31st 05 07:31 PM
SUMIF with Mutiple Ranges & Criteria PokerZan Excel Discussion (Misc queries) 5 August 4th 05 10:31 PM
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function Oscar Excel Worksheet Functions 2 January 11th 05 11:01 PM
help with "criterea" in the sumif function [email protected] Excel Worksheet Functions 3 December 17th 04 06:27 PM


All times are GMT +1. The time now is 04:08 PM.

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

About Us

"It's about Microsoft Excel"