Calculate Lowest Value By The Length

sanju2323

New Member
Joined
Dec 12, 2013
Messages
17
[TABLE="class: grid, width: 312, align: left"]
<tbody>[TR]
[TD="colspan: 2"]Calculate Lowest Value At Length[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]Length[/TD]
[TD]Requirement[/TD]
[/TR]
[TR]
[/TR]
[TR]
[TD]25.000[/TD]
[TD]10.000[/TD]
[TD]17.000[/TD]
[/TR]
[TR]
[TD]17.000[/TD]
[TD]15.000[/TD]
[TD]17.000[/TD]
[/TR]
[TR]
[TD]33.000[/TD]
[TD]30.000[/TD]
[TD]17.000[/TD]
[/TR]
[TR]
[TD]18.000[/TD]
[TD]40.000[/TD]
[TD]17.000[/TD]
[/TR]
[TR]
[TD]33.000[/TD]
[TD]49.000[/TD]
[TD]17.000[/TD]
[/TR]
[TR]
[TD]47.000[/TD]
[TD]60.000[/TD]
[TD]17.000[/TD]
[/TR]
[TR]
[TD]66.000[/TD]
[TD]63.000[/TD]
[TD]17.000[/TD]
[/TR]
[TR]
[TD]21.000[/TD]
[TD]88.000[/TD]
[TD]17.000[/TD]
[/TR]
[TR]
[TD]41.000[/TD]
[TD]90.000[/TD]
[TD]17.000[/TD]
[/TR]
[TR]
[TD]98.000[/TD]
[TD]100.000[/TD]
[TD]5.000[/TD]
[/TR]
[TR]
[TD]45.000[/TD]
[TD]111.000[/TD]
[TD]5.000[/TD]
[/TR]
[TR]
[TD]70.000[/TD]
[TD]118.000[/TD]
[TD]5.000[/TD]
[/TR]
[TR]
[TD]5.000[/TD]
[TD]126.000[/TD]
[TD]5.000[/TD]
[/TR]
[TR]
[TD]54.000[/TD]
[TD]133.000[/TD]
[TD]5.000[/TD]
[/TR]
[TR]
[TD]36.000[/TD]
[TD]164.000[/TD]
[TD]5.000[/TD]
[/TR]
[TR]
[TD]47.000[/TD]
[TD]174.000[/TD]
[TD]5.000[/TD]
[/TR]
[TR]
[TD]12.000[/TD]
[TD]183.000[/TD]
[TD]5.000[/TD]
[/TR]
[TR]
[TD]15.000[/TD]
[TD]200.000[/TD]
[TD]14.000[/TD]
[/TR]
[TR]
[TD]66.000[/TD]
[TD]210.000[/TD]
[TD]14.000[/TD]
[/TR]
[TR]
[TD]14.000[/TD]
[TD]220.000[/TD]
[TD]14.000[/TD]
[/TR]
[TR]
[TD]45.000[/TD]
[TD]230.000[/TD]
[TD]14.000[/TD]
[/TR]
[TR]
[TD]68.000[/TD]
[TD]240.000[/TD]
[TD]14.000[/TD]
[/TR]
[TR]
[TD]21.000[/TD]
[TD]250.000[/TD]
[TD]14.000[/TD]
[/TR]
[TR]
[TD]75.000[/TD]
[TD]260.000[/TD]
[TD]14.000[/TD]
[/TR]
[TR]
[TD]77.000[/TD]
[TD]270.000[/TD]
[TD]14.000[/TD]
[/TR]
[TR]
[TD]17.000[/TD]
[TD]290.000[/TD]
[TD]14.000[/TD]
[/TR]
[TR]
[TD]83.000[/TD]
[TD]300.000[/TD]
[TD]45.000[/TD]
[/TR]
[TR]
[TD]45.000[/TD]
[TD]325.000[/TD]
[TD]45.000[/TD]
[/TR]
[TR]
[TD]83.000[/TD]
[TD]345.000[/TD]
[TD]45.000[/TD]
[/TR]
</tbody>[/TABLE]


Please give me excel formula
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
sanju2323,

Perhaps something along these lines...


Excel 2007
ABC
1Calc @100
2ALengthAnswer
3251017
4171517
5333017
6184017
7334917
8476017
9666317
10218817
11419017
12981005
13451115
14701185
1551265
16541335
17361645
18471745
19121835
201520014
216621014
221422014
234523014
246824014
252125014
267526014
277727014
281729014
298330045
304532545
318334545
Sheet2
Cell Formulas
RangeFormula
C3{=MIN(IF(INT($B$3:$B$31/100) = INT($B3/100),$A$3:$A$31*(INT($B$3:$B$31/100)=INT($B$3:$B$31/100))))}
Press CTRL+SHIFT+ENTER to enter array formulas.


Hope that helps.
 
Upvote 0

Forum statistics

Threads
1,223,234
Messages
6,170,891
Members
452,366
Latest member
TePunaBloke

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top