ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Excel Formula Desperately Needed! (https://www.excelbanter.com/excel-discussion-misc-queries/177957-excel-formula-desperately-needed.html)

ThunderStorm Studio[_2_]

Excel Formula Desperately Needed!
 
Using four cells, this is what I'm trying to accomplish:

Cell 1 is the input cell, ex., I want to be able to input any number into
this cell, but have a limit of 10,000 with the excess (whatever that may be
OVER 10,000) going into cell 3 automatically.
Cell 2 should be calculated at 40% (or .40) of cell 1 (which would have a
value of between 1 and 10,000.
NOW...With the excess in cell 3, cell 4 should be calculated at 25% (or .25)

I've done it before, but can't remember for my very life HOW I accomplished
this WITHOUT having to physically place the excess amount over 10,000 into
cell 3 manually. Please HELP!!!!!!!

Wobert

dlw

Excel Formula Desperately Needed!
 
you need another cell, the input cell can't have a formula, just the number,
then you do =if(a110000,10000,a1) that gives you the imput number, or
10000, then in another cell the excess, or 0 =if(a110000,a1-10000,0)

"ThunderStorm Studio" wrote:

Using four cells, this is what I'm trying to accomplish:

Cell 1 is the input cell, ex., I want to be able to input any number into
this cell, but have a limit of 10,000 with the excess (whatever that may be
OVER 10,000) going into cell 3 automatically.
Cell 2 should be calculated at 40% (or .40) of cell 1 (which would have a
value of between 1 and 10,000.
NOW...With the excess in cell 3, cell 4 should be calculated at 25% (or .25)

I've done it before, but can't remember for my very life HOW I accomplished
this WITHOUT having to physically place the excess amount over 10,000 into
cell 3 manually. Please HELP!!!!!!!

Wobert


David Biddulph[_2_]

Excel Formula Desperately Needed!
 
Or =MIN(A1,10000) and =MAX(0,A1-10000)
--
David Biddulph

"dlw" wrote in message
...
you need another cell, the input cell can't have a formula, just the
number,
then you do =if(a110000,10000,a1) that gives you the imput number, or
10000, then in another cell the excess, or 0 =if(a110000,a1-10000,0)

"ThunderStorm Studio" wrote:

Using four cells, this is what I'm trying to accomplish:

Cell 1 is the input cell, ex., I want to be able to input any number into
this cell, but have a limit of 10,000 with the excess (whatever that may
be
OVER 10,000) going into cell 3 automatically.
Cell 2 should be calculated at 40% (or .40) of cell 1 (which would have a
value of between 1 and 10,000.
NOW...With the excess in cell 3, cell 4 should be calculated at 25% (or
.25)

I've done it before, but can't remember for my very life HOW I
accomplished
this WITHOUT having to physically place the excess amount over 10,000
into
cell 3 manually. Please HELP!!!!!!!

Wobert





All times are GMT +1. The time now is 08:30 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com