Excel formula to back into data?

Insomnia81

New Member
Joined
Dec 16, 2015
Messages
5
https://i.imgur.com/14XjV9w.png

In the above picture I have the information in columns F through P. I was wondering if there is a formula (or even mathematically possible) to recreate the data in A through D using only F through P? Essentially working backwards.
 
Last edited:

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
@Insomnia81, yes, that's do-able. Here are the formulas ...

B3:

Code:
=$F$3

C3:

Code:
=$G$3

D3:

Code:
=$B3/$C3

B4:

Code:
=($J$3*2)-$B$3

C4:

Code:
=($K$3*2)-$C$3

D4:

Code:
=$B4/$C4

B5:

Code:
=($N$3*3)-($B$3+$B$4)

C5:

Code:
=($O$3*3)-($C$3+$C$4)

D5:

Code:
=$B5/$C5

B7:

Code:
=AVERAGE(B$3:B$5)

C7:

Code:
=AVERAGE(C$3:C$5)

D6:

Code:
=AVERAGE(D$3:D$5)
 
Upvote 0

Forum statistics

Threads
1,224,759
Messages
6,180,814
Members
452,996
Latest member
nelsonsix66

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