Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 21
Question Finding the answer to a formula

Good morning,

I am having a lot of trouble with the formulas in a spreadsheet and can't quite figure out how to word what it is that I need. Hopefully this will at least come close enough to get a little help. =/

=MIN (b4*12-25%,b4*12-500) + MIN(c4*12-25%,c4*12-500) fills in the cell with the correct answer, but it's not quite the answer I need. Let me illustrate:

The first part of the formula is to take b4 times 12 minus 25% --if this amount is less than or equal to 500 then use the total. If it is more than 500 then 500 should be used.
(b4*12-25%)
234.25 * 12 = 2811 - 25% = 702.75 Since this amount is more than 500, 500 should be used instead. ~~this is actually the amount that I want to show in the cell, the amount saved~~
2811 - 500 = 2311.00 ~~this is the answer that is showing up in the cell, which is not quite what I need. ~~

The formula seems to be going one step farther than I need it to go, but it's doing exactly what the formula tells it to do. I can't figure out how to tell the formula to give me the saved amount. Help?

I did ask this question yesterday, but my question was more confusing than the formula I'm trying to get. I hope this one clears up what I need a little better. Thank you!

Last edited by txheart : April 18th 08 at 03:16 PM
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,345
Default Getting the correct SUM answer

Fred Smith explains earlier in your other thread that b4*12-25% is not
taking 25% of the multiplication.

Unless I am still not understanding you try:

=MIN(B4*12*25%,500,B4*12-500)+MIN(C4*12*25%,500,C4*12-500)

The B4*12*25% returns the 702.25 you quote and B4*12-500 returns 2311 as you
say but the addition of the 500 causes 500 to be returned by that part of
the formula. Is that what you want?

It would have been better if you had remained in the same thread.

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"txheart" wrote in message
...

Good morning,

I am having a lot of trouble with the formulas in a spreadsheet and
can't quite figure out how to word what it is that I need. Hopefully
this will at least come close enough to get a little help. =/

=MIN (b4*12-25%,b4*12-500) + MIN(c4*12-25%,c4*12-500) fills in the cell
with the correct answer, but it's not quite the answer I need. Let me
illustrate:

The first part of the formula is to take b4 times 12 minus 25% --if
this amount is less than or equal to 500 then use the total. If it is
more than 500 then 500 should be used.
(b4*12-25%)
234.25 * 12 = 2811 - 25% = 702.75 Since this amount is more than 500,
500 should be used instead. ~~this is actually the amount that I want
to show in the cell, the amount saved~~
2811 - 500 = 2311.00 ~~this is the answer that is showing up in the
cell, which is not quite what I need. ~~

The formula seems to be going one step farther than I need it to go,
but it's doing exactly what the formula tells it to do. I can't figure
out how to tell the formula to give me the saved amount. Help?

I did ask this question yesterday, but my question was more confusing
than the formula I'm trying to get. I hope this one clears up what I
need a little better. Thank you!




--
txheart



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
Array formula correct but end up with 0 for answer Heather Excel Discussion (Misc queries) 5 July 30th 07 03:19 AM
Won't give correct answer Loren Excel Worksheet Functions 4 January 5th 07 06:49 PM
Finding Correct Answer caldog Excel Worksheet Functions 0 November 25th 06 07:58 PM
VLOOKUP not returning correct answer Alan Davies Excel Worksheet Functions 3 May 10th 06 03:37 PM
when i input (=r3*s3) the answer is not correct? Dianna Excel Worksheet Functions 2 March 9th 06 10:26 PM


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