Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default SUMIF data that falls within a range

I am trying to generate a SUMIF statement that looks at the value in COlumn A
to determine if it falls within a range.

DATA
Probability Fees
100% 100
76% 100
75% 100
55% 100
50% 100


To get the results in the table below my thinking was:
For Cell B1 - =SUMIF(A1:a5, .99, b1:b5)
For Cell B2 - =SUMIF(A1:a5, .75 AND <1, b1:b5)
For Cell B3 - =SUMIF(A1:a5, .50 AND <.76, b1:b5)

DESIRED RESULT
100% 100 Confirmed
76% - 99% 100 Probable
51% - 75% 200 Possible

The formula for cell B1 works, but I cannot get the range to work in the
cells for B2 and B3. Am I making any sense?

Much thanks!

Race on,
John
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default SUMIF data that falls within a range

Try these:

=SUMIF(A1:A5,"0.99",B1:B5)
=SUMIF(A1:A5,"0.75",B1:B5)-SUMIF(A1:A5,"=1", B1:B5)
=SUMIF(A1:A5,"0.50",B1:B5)-SUMIF(A1:A5,"=0.76",B1:B5)

Format as General or Number

--
Biff
Microsoft Excel MVP


"Racer X" wrote in message
...
I am trying to generate a SUMIF statement that looks at the value in COlumn
A
to determine if it falls within a range.

DATA
Probability Fees
100% 100
76% 100
75% 100
55% 100
50% 100


To get the results in the table below my thinking was:
For Cell B1 - =SUMIF(A1:a5, .99, b1:b5)
For Cell B2 - =SUMIF(A1:a5, .75 AND <1, b1:b5)
For Cell B3 - =SUMIF(A1:a5, .50 AND <.76, b1:b5)

DESIRED RESULT
100% 100 Confirmed
76% - 99% 100 Probable
51% - 75% 200 Possible

The formula for cell B1 works, but I cannot get the range to work in the
cells for B2 and B3. Am I making any sense?

Much thanks!

Race on,
John



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default SUMIF data that falls within a range

Rock and Roll - Thank you!

"Racer X" wrote:

I am trying to generate a SUMIF statement that looks at the value in COlumn A
to determine if it falls within a range.

DATA
Probability Fees
100% 100
76% 100
75% 100
55% 100
50% 100


To get the results in the table below my thinking was:
For Cell B1 - =SUMIF(A1:a5, .99, b1:b5)
For Cell B2 - =SUMIF(A1:a5, .75 AND <1, b1:b5)
For Cell B3 - =SUMIF(A1:a5, .50 AND <.76, b1:b5)

DESIRED RESULT
100% 100 Confirmed
76% - 99% 100 Probable
51% - 75% 200 Possible

The formula for cell B1 works, but I cannot get the range to work in the
cells for B2 and B3. Am I making any sense?

Much thanks!

Race on,
John

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default SUMIF data that falls within a range

You're welcome!

--
Biff
Microsoft Excel MVP


"Racer X" wrote in message
...
Rock and Roll - Thank you!

"Racer X" wrote:

I am trying to generate a SUMIF statement that looks at the value in
COlumn A
to determine if it falls within a range.

DATA
Probability Fees
100% 100
76% 100
75% 100
55% 100
50% 100


To get the results in the table below my thinking was:
For Cell B1 - =SUMIF(A1:a5, .99, b1:b5)
For Cell B2 - =SUMIF(A1:a5, .75 AND <1, b1:b5)
For Cell B3 - =SUMIF(A1:a5, .50 AND <.76, b1:b5)

DESIRED RESULT
100% 100 Confirmed
76% - 99% 100 Probable
51% - 75% 200 Possible

The formula for cell B1 works, but I cannot get the range to work in the
cells for B2 and B3. Am I making any sense?

Much thanks!

Race on,
John



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
Pulling Data that falls within a specific date range? mobius9oo Excel Worksheet Functions 3 September 11th 08 10:05 PM
Return a value that falls within a defined range Suzieq Excel Discussion (Misc queries) 2 July 25th 06 07:43 PM
Checking if a certain day falls in a range Jaydubs Excel Discussion (Misc queries) 6 March 16th 06 01:51 PM
Data falls in a range +/-1 SMac Excel Worksheet Functions 3 November 28th 05 08:34 PM
how to count if the value falls between a date range joe Excel Discussion (Misc queries) 3 September 28th 05 04:37 AM


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