"mango" <
ma...@discussions.microsoft.com> wrote in message
news:56588D24-347E-4362...@microsoft.com...
>
> any function to do the following? thanks for the help
>
> if my cell A1 is storing 800000, how to make my
> cell A3 would be 500000 (limit 500k)
> cell A4 would be 200000 (limit 200k)
> cell A5 would be 100000 (limit 100k)
>
> if my cell A1 is storing 650000,
> cell A3 would be 500000
> cell A4 would be 150000
>
> if my cell A1 is storing 450000,
> cell A3 would be 450000 only
>
> any function to calculate so that the figure in A1 can split into
> limit of 500000, 200000 and 100000? i want to automate it and not
> calculalate manually.
>
Hi,
What if A1 is negative?
What if A1 is 900,000?
Alan.