
Signature
HTH
Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings
sandymann2@mailinator.com
Replace @mailinator.com with @tiscali.co.uk
> Thank you Sandy. One more question, how do I then include a CEILING
> function
[quoted text clipped - 15 lines]
>> > growth
>> > once it hits 150 units? Any help would be appreciated.
Am I able to reference the 150 from another cell? For instance
=MIN(D3,CEILING(D2*1.05,1)), where D3 is the maximum?
> =MIN(150,CEILING(D2*1.05,1))
>
[quoted text clipped - 17 lines]
> >> > growth
> >> > once it hits 150 units? Any help would be appreciated.
Niek Otten - 27 Oct 2007 20:27 GMT
Hi Greg,
Just try!

Signature
Kind regards,
Niek Otten
Microsoft MVP - Excel
| Am I able to reference the 150 from another cell? For instance
| =MIN(D3,CEILING(D2*1.05,1)), where D3 is the maximum?
[quoted text clipped - 20 lines]
| > >> > growth
| > >> > once it hits 150 units? Any help would be appreciated.
Greg - 27 Oct 2007 20:32 GMT
I did, not work. So then no...
> Hi Greg,
>
[quoted text clipped - 24 lines]
> | > >> > growth
> | > >> > once it hits 150 units? Any help would be appreciated.
Gord Dibben - 27 Oct 2007 20:43 GMT
What is "not work"?
Either of these return the same value or a ceiling of 150
=MIN(150,CEILING(D2*1.05,1))
=MIN(D3,CEILING(D2*1.05,1)) when D3 contains 150
Isn't that what you wanted?
Gord Dibben MS Excel MVP
>I did, not work. So then no...
>
[quoted text clipped - 26 lines]
>> | > >> > growth
>> | > >> > once it hits 150 units? Any help would be appreciated.
Sandy Mann - 27 Oct 2007 20:32 GMT
Yes but surely you would not want to use D3? Are you not about to overwrite
D3 and that would give you a circular reference. Pick another cell and make
the reference to it Absolute. For example, if the cell with the Maximum
value that you want was E2 then make the formula in D3:
=MIN($E$2,CEILING(D2*1.05,1))
and copy down on the fill handle.

Signature
HTH
Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings
sandymann2@mailinator.com
Replace @mailinator.com with @tiscali.co.uk
> Am I able to reference the 150 from another cell? For instance
> =MIN(D3,CEILING(D2*1.05,1)), where D3 is the maximum?
[quoted text clipped - 22 lines]
>> >> > growth
>> >> > once it hits 150 units? Any help would be appreciated.