If then statements

adunlap13

New Member
Joined
Feb 2, 2016
Messages
7
Hi,

I am having trouble getting the correct formula to work for the below data set. My goal is to remove the two left characters from the cell and then calculate the number via a simple division formula. Basically, I'd like to be able to remove the MB or GB and then calculate it based on the letters. If the number is MB then it will need to be divided by 1024 and if it is GB it can be left how it is. My assumption is that I need to pull out the letters into the adjacent cell then write an IF THEN statement to calculate.

[TABLE="width: 500"]
<tbody>[TR]
[TD]12,365.986MB[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]901.352MB[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6.254MB[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5.098GB[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]12.999GB[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]0.234GB
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

Thanks for your help in advance!

A
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.

Forum statistics

Threads
1,226,115
Messages
6,189,053
Members
453,522
Latest member
Seeker2025

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