LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #9   Report Post  
CP
 
Posts: n/a
Default

Hi JE,

Thanks, you got it!! It works great if one cell is =80, but if 2 cells
are =80, then A1, B1, C1 all show 0.

A2: =IF(OR(B1=80,C1=80),0,MIN(80,A1)*5)
B2: =IF(OR(A1=80,C1=80),0,MIN(80,B1)*5)
C2: =IF(OR(A1=80,B1=80),0,MIN(80,C1)*5)

Works fine for this scenario,

A B C D
1 79 80 79
2 0 400 0 400

But here's what I get for this one:

A B C D
1 79 80 81
2 0 0 0 0

Thanks, we are making progress!

CP


"JE McGimpsey" wrote:

You're restating without adding significant information.

What does "I don't want the other 2 to have value that one could
construe as being added to the total" mean? How do we determine what to
construe?

Do you really mean that you could have something like:

A B C D
1 79 79 79
2 395 395 395 1185


where A2:C2 are 5 * A1:C1 and D2 is the sum of A2:C2.

Then if 80 is entered in B2 you get

A B C D
1 79 80 79
2 0 400 0 400

???

That's easy, though to me, nonsensical:

A2: =IF(OR(B1=80,C1=80),0,MIN(80,A1)*5)
B2: =IF(OR(A1=80,C1=80),0,MIN(80,B1)*5)
C2: =IF(OR(A1=80,B1=80),0,MIN(80,C1)*5)

In article ,
"CP" wrote:

How do I explain this? (I didn't design this incentive, just doing a
reproting spreadsheet for the reps, if it were up to me, I'd just do a cell
for the total.) The reps need to see where they stand on each of the 3
components. There is already a cell for the total of the 3. Since 'x'*5 can
calculate to over $400, I don't want any of the 3 cells (A1, B1 or C1) to
show over 400 as they don't get paid over 400.

I want each of the 3 cells to stop at 400 (which I can do), but when one
reaches 400 (the cap), I don't want the other 2 to have value that one could
construe as being added to the total since this will be an official written
document of the company.


 
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
Iterate Circular Reference Brandt Excel Discussion (Misc queries) 1 August 3rd 05 11:43 PM
Highest Value / Circular Reference Help Josh M Excel Discussion (Misc queries) 1 May 23rd 05 07:33 PM
Highest Value / Circular Reference Help Josh M Excel Worksheet Functions 0 May 23rd 05 06:49 PM
Help solve a Circular Reference brupub Excel Worksheet Functions 6 February 14th 05 07:11 AM
Circular reference Pat Excel Discussion (Misc queries) 2 January 19th 05 05:52 AM


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