Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Rachael
 
Posts: n/a
Default Formula to sum up data using "if" function??

I don't know if the IF function is what I want, so maybe someone can help me
out.

I have drop-down lists of percentages across the top of my spreadsheet. The
user can select any percentage from 2% to 7%, but 99.9% of the time it will
be either 2%, 4%, or 5%.

Then there is a calculation at the bottom where totals in each column are
multiplied against what ever percentage has been chosen for than column.

I need a formula that will look at my rows of calculations and see if it's
2%, 4%, or 5%. Then I need it to look at the final value (total) and sum up
the total. What I mean is, I need it to sum up the final total for all 2%
values, all 4% values, and all 5% values.

Right now this is what it is (in each column, going across, where the "rate"
and "percentage" are taken from drop down lists above):

Total Time (hours and minutes) X rate (in dollars) = Total Paid X percentage
= Percentage paid

I need a formula to calculate the sums of "percentage paid" for each of 2%,
4% and 5% in a separate cell.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Formula to sum up data using "if" function??

Just use SUMIF to get the total percentage paid

=SUMIF(percent_col,2%)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Rachael" wrote in message
...
I don't know if the IF function is what I want, so maybe someone can help

me
out.

I have drop-down lists of percentages across the top of my spreadsheet.

The
user can select any percentage from 2% to 7%, but 99.9% of the time it

will
be either 2%, 4%, or 5%.

Then there is a calculation at the bottom where totals in each column are
multiplied against what ever percentage has been chosen for than column.

I need a formula that will look at my rows of calculations and see if it's
2%, 4%, or 5%. Then I need it to look at the final value (total) and sum

up
the total. What I mean is, I need it to sum up the final total for all 2%
values, all 4% values, and all 5% values.

Right now this is what it is (in each column, going across, where the

"rate"
and "percentage" are taken from drop down lists above):

Total Time (hours and minutes) X rate (in dollars) = Total Paid X

percentage
= Percentage paid

I need a formula to calculate the sums of "percentage paid" for each of

2%,
4% and 5% in a separate cell.



  #3   Report Post  
Posted to microsoft.public.excel.misc
Rachael
 
Posts: n/a
Default Formula to sum up data using "if" function??

THank you! That is what I meant. I knew it was something with "IF" but wasn't
all that sure which one!



"Bob Phillips" wrote:

Just use SUMIF to get the total percentage paid

=SUMIF(percent_col,2%)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Rachael" wrote in message
...
I don't know if the IF function is what I want, so maybe someone can help

me
out.

I have drop-down lists of percentages across the top of my spreadsheet.

The
user can select any percentage from 2% to 7%, but 99.9% of the time it

will
be either 2%, 4%, or 5%.

Then there is a calculation at the bottom where totals in each column are
multiplied against what ever percentage has been chosen for than column.

I need a formula that will look at my rows of calculations and see if it's
2%, 4%, or 5%. Then I need it to look at the final value (total) and sum

up
the total. What I mean is, I need it to sum up the final total for all 2%
values, all 4% values, and all 5% values.

Right now this is what it is (in each column, going across, where the

"rate"
and "percentage" are taken from drop down lists above):

Total Time (hours and minutes) X rate (in dollars) = Total Paid X

percentage
= Percentage paid

I need a formula to calculate the sums of "percentage paid" for each of

2%,
4% and 5% in a separate cell.




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
numerical integration integreat Excel Discussion (Misc queries) 4 May 12th 06 02:40 AM
How do I use the "if" and "round" function in the same formula ? carl Excel Worksheet Functions 2 April 27th 06 04:37 PM
Filtering Data with Rank Function SteveC Excel Worksheet Functions 0 April 26th 06 10:18 PM
ranking query JaimeTimbrell Excel Discussion (Misc queries) 2 February 16th 06 08:09 AM
Can "IF" function display calculated data as bold? Andrew Dickson Excel Worksheet Functions 1 November 10th 05 04:02 PM


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