• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Formula based on total [SOLVED]

rajeshn_in

New Member
Rows as below


23.700
23.700
23.700
23.700
23.700
26.450
26.450
26.450
_______
197.85

Please provide formula for above rows.

I just try to put maximum rows as 23.7, balance total distribute into same value.

for above rows

First Target is 23.7, balance rows can adjust below 27.7
 
197.85

I want to divide above total into 8 parts.

23.700
23.700
23.700
23.700
23.700
26.450
26.450
26.450
_______
197.85

I just try to put maximum row 23.7, balance total distribute into same value.main aim is to adjust weight of maximum rows to 23.7. Remaining rows can be adjusted to below 27.7. But the total weight must not change.

Please provide one formula for above rows.
 
Small help
Please see attachment,

In G Column, How can I get round-figure for last digit like below

23620
23570
23610
23530
27540
27540
27680
25390
 

Attachments

Hi ,

Use the MROUND function , as in :

=MROUND(IF(ROWS($F$5:F5)<=8-ROUNDUP(($F$13-8*23600)/4000,0),ROUND(23690-RAND()*200,200),ROUND(27690-RAND()*200,200)),10)

Narayan
 
Back
Top