Double Formulas

JonPB

New Member
Joined
Oct 29, 2002
Messages
9
Hi all,

I have created a worksheet.

http://jonnyb.homeip.net/databasedemo/package8.xls

I wish to use two formulas based upon if a column contains an instance of data. If the cell in the row is empty then formula A is to be used, else if the cell in the row contains data, formula B is to be used.

I think I could do this using Conditional Formatting but I already am using 3 conditional formulas within the rows of my worksheet. And the ADD button is grayed out.

How do I add the new formulas while still keeping the old ones?

The new formulas are to be entered in the cells of column 'ORIGINAL AMOUNT BORROWED'.

They are

(A)

(Selling Price - deposit) = Balance) = AMOUNT BORROWED

(B)

(Selling Price - deposit) = Balance)

(Balance - MGFV) = Amount Borrowed

As u can see, if the MGFV column contains a figure then the (B) calculation should be used else (A).

Any help on this would be greatly appreciated.

Thank you

Jon.
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Jon
Can you not just use a straight IF function?
That is:
=IF(MGFV<>0,formula B,formula A)

HTH
 
Upvote 0

Forum statistics

Threads
1,214,394
Messages
6,119,262
Members
448,880
Latest member
aveternik

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