Unusual Weight Calculation Help

LEVICC01

New Member
Joined
Aug 27, 2010
Messages
42
Hi,

I've spent hours trying to solve this myself, and feel really dumb that i cannot sort it. I cannot use an Add in, but instead need a formula to look at just the figures, and then convert it and im now braindead... :( Any help would be appreciated.

The format needs to be input as shown in the second column

I have 4 columns:

These are not Decimals which is why i'm struggling, this is input as 14 Stone, 13 Pound.

I need the difference column automated.

Please help.

Date Starting Weight (Stone/Pound) New Weight Difference
11/05/11 18.13 17.08 -1st.4lb
18/05/11 17.08 14.11 -2st.12lb
25/05/11 14.11 13.06 -1st.5lb
05/06/11 13.06
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Code:
      -----A----- --B-- --C-- --D--
  1      Date     Start  End  Delta
  2   11 May 2011 18.13 17.08 -1.05
  3   18 May 2011 17.08 14.11 -2.11
  4   25 May 2011 14.11 13.06 -1.05
The formula in D2 and down is

=DOLLARFR(DOLLARDE(C2,14) - DOLLARDE(B2,14), 14)
 
Upvote 0

Forum statistics

Threads
1,224,550
Messages
6,179,459
Members
452,915
Latest member
hannnahheileen

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