Different Types of Formulae in the same cell

wayneeustace

New Member
Joined
May 16, 2015
Messages
22
Hi There

I'm having trouble trying to incorporate different formula types in the same cell. Does anyone have any suggestions ?

My current data is:
Cell A1 = 15
A2 = 0.75
A3 = (either "yes" or "no")

In cell A4, I need to:
=A1/A2 (to return a % value); as well as
If A3 = blank or no, then no change; but If A3 = yes, then add 5%

Any assistance would be greatly appreciated :)

Thanks
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Actually, if I may - another problem has arisen today. How could I get the final cell to add a standard value of 5 to the total, if the previous cell = "yes".

EG:
If A3 = blank or no, then no change; but If A3 = yes, then add 5

A sample would be if the A4 cell finishes at 2.7% and A3 = "yes", then the A4 total would auto-calculate to = 7.7%

Sorry for hassle :)
 
Upvote 0
Try this modification
=A1/A2+(A3="yes")*0.05
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,695
Members
448,979
Latest member
DET4492

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