Is it possible to convert kilos to pounds using Excel *2010*?

HizExceLenCy

New Member
Joined
Feb 27, 2010
Messages
26
The pilot (using a flight simulator,) is programming the "Flight Management Computer" or FMC, and calculating how much fuel he needs, he said to round up to the nearest 100 kilos, then add a 100 kilos. So I'd like to know how to convert those two units.

Thanks in advance,

HizExceLenCy
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
A formula like =CONVERT(A1,"kg","lbm") would do that.

So, given pounds in A1, to return the "round up to 100 kg and add 100kg" try =CEILING(CONVERT(A1,"lbm","kg"), 100) + 100


I must admit to a bit of confusion. The title says kilograms to pounds, but the question sounds like you are doing pounds to kg.
 
Last edited:
Upvote 0
Many thanks for the reply; and many apologies for the point of confusion.

He's a pilot with with a British accent, and so he's using the metric system. Which is a foreign system to me, especially when he's talking about a 100 kilos. So, I thought I'd let Excel do the work for me.

I'm sorry that the initial message wasn't clearer.

I was wondering, now that you mention it, could you give me both conversions?

Thanks in advance,

HizExeLenCy
 
Upvote 0
Excel Help has a full explanation of how to use the CONVERT function.

The round-up part is all done with the CEILING function.
 
Upvote 0

Forum statistics

Threads
1,215,727
Messages
6,126,520
Members
449,316
Latest member
sravya

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