#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Sumif Function

Can anyone help me use a greater then constraint on a specific cell as part
of my sumif function. For example the following formula works perfectly
=SUMIF(G25:G29,"K25",I25:I29) but as soon as I add greater then the value of
cell K25 as my constraint it always returns a value of 0
=SUMIF(G25:G29,"K25",I25:I29)
I am trying to sum production data for any day that is greater then the
current date.

Thanks for the help
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Sumif Function

Try it like this:

=SUMIF(G25:G29,""&K25,I25:I29)

--
Biff
Microsoft Excel MVP


"canuck_heat" wrote in message
...
Can anyone help me use a greater then constraint on a specific cell as
part
of my sumif function. For example the following formula works perfectly
=SUMIF(G25:G29,"K25",I25:I29) but as soon as I add greater then the value
of
cell K25 as my constraint it always returns a value of 0
=SUMIF(G25:G29,"K25",I25:I29)
I am trying to sum production data for any day that is greater then the
current date.

Thanks for the help



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default Sumif Function

I *don't* believe that your formula works perfectly:

=SUMIF(G25:G29,"K25",I25:I29)

Where you have a date in K25, and you want to add the corresponding rows in
Column I that match the date in Column G!

This *would work*:

=SUMIF(G25:G29,K25,I25:I29)

AND, to revise it to "greater than", try:

=SUMIF(G25:G29,""&K25,I25:I29)

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"canuck_heat" wrote in message
...
Can anyone help me use a greater then constraint on a specific cell as

part
of my sumif function. For example the following formula works perfectly
=SUMIF(G25:G29,"K25",I25:I29) but as soon as I add greater then the value

of
cell K25 as my constraint it always returns a value of 0
=SUMIF(G25:G29,"K25",I25:I29)
I am trying to sum production data for any day that is greater then the
current date.

Thanks for the help


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 nest a left function within a sumif function? LisaK Excel Worksheet Functions 2 April 23rd 23 11:46 AM
Using the TODAY() function in a SUMIF function JPB Excel Worksheet Functions 4 July 27th 06 04:01 PM
SUMIF Function Inside SUMPRODUCT Function Abdul Waheed Excel Worksheet Functions 17 September 19th 05 04:24 PM
Can SUMIF function include AND function ShaneS Excel Worksheet Functions 1 May 17th 05 03:24 AM
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


All times are GMT +1. The time now is 03:55 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"