Error in formula

negi

Board Regular
Joined
Apr 16, 2009
Messages
87
Hi,

I have quantity and i want convert as per SKU size.i m using below formula but not getting proper result.
Please help on this.

[TABLE="width: 478"]
<colgroup><col span="2"><col><col></colgroup><tbody>[TR]
[TD]Qnty[/TD]
[TD]SKU[/TD]
[TD]Formula[/TD]
[TD]Reqd Value[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]120[/TD]
[TD]=INT(A2/B2)&"."&A2-B2*INT(A2/B2)[/TD]
[TD]0.100[/TD]
[/TR]
[TR]
[TD]245[/TD]
[TD]120[/TD]
[TD]=INT(A3/B3)&"."&A3-B3*INT(A3/B3)[/TD]
[TD]2.005[/TD]
[/TR]
[TR]
[TD]356[/TD]
[TD]120[/TD]
[TD]=INT(A4/B4)&"."&A4-B4*INT(A4/B4)[/TD]
[TD]2.116[/TD]
[/TR]
[TR]
[TD]450[/TD]
[TD]120[/TD]
[TD]=INT(A5/B5)&"."&A5-B5*INT(A5/B5)[/TD]
[TD]3.090[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]120[/TD]
[TD]=INT(A6/B6)&"."&A6-B6*INT(A6/B6)[/TD]
[TD]0.012[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!

Forum statistics

Threads
1,223,896
Messages
6,175,265
Members
452,627
Latest member
KitkatToby

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