Condensing Formulas

Philbowen

New Member
Joined
Jul 18, 2011
Messages
1
Hi Excel boffins

This is my first post, so I am not sure if I am asking the correct question in the correct place, but here goes:


I have the following formula in cell D3
=((B3-$D$2)*1.17)

And I have following formula in cell E3

=IF(D3<0,"Free",ROUNDUP(D3/100,0)*100-1)

I would like to have both the above formulas in a single cell, D3

Thanks in advance
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
try this

=if(((B3-$D$2)*1.17)<0,"Free",ROUNDUP(((B3-$D$2)*1.17)/100,0)*100-1
 
Upvote 0
I have the following formula in cell D3
=((B3-$D$2)*1.17)

And I have following formula in cell E3

=IF(D3<0,"Free",ROUNDUP(D3/100,0)*100-1)

I would like to have both the above formulas in a single cell, D3
As a general method:-
  1. The bit in red is equivalent to the bits in blue, so replace the bits in blue with the bit in red.
  2. Make sure the formula in E3 works, then clear the contents of D3 and make sure the formula in E3 still works.
  3. Finally move the formula from E3 to D3 and make sure it still works.
 
Upvote 0

Forum statistics

Threads
1,224,590
Messages
6,179,749
Members
452,940
Latest member
rootytrip

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