#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Formula help

Good Day;
I am trying to do the following;

sum cell A1 * A2 cells that total $135.98
I have a top dollar amount of $125
If the total of 2 cells is greater than () $125.00 I want the total cell to
have the value $125.00

Any ideas

Thanks

Chomp

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,118
Default Formula help

Try this:

=MIN(SUM(A1:A2),125)

Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP


"The Chomp" wrote:

Good Day;
I am trying to do the following;

sum cell A1 * A2 cells that total $135.98
I have a top dollar amount of $125
If the total of 2 cells is greater than () $125.00 I want the total cell to
have the value $125.00

Any ideas

Thanks

Chomp

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 430
Default Formula help

=IF(A1+A2125,125,A1+A2)
I wasn't sure about the wording of your example but you could see if this
will do the trick.

"The Chomp" wrote:

Good Day;
I am trying to do the following;

sum cell A1 * A2 cells that total $135.98
I have a top dollar amount of $125
If the total of 2 cells is greater than () $125.00 I want the total cell to
have the value $125.00

Any ideas

Thanks

Chomp

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Formula help

Thanks Ron & Tim

Things are working great

Thanks again

Chomp

"tim m" wrote:

=IF(A1+A2125,125,A1+A2)
I wasn't sure about the wording of your example but you could see if this
will do the trick.

"The Chomp" wrote:

Good Day;
I am trying to do the following;

sum cell A1 * A2 cells that total $135.98
I have a top dollar amount of $125
If the total of 2 cells is greater than () $125.00 I want the total cell to
have the value $125.00

Any ideas

Thanks

Chomp

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
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 12:42 AM.

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"