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

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
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,215,081
Messages
6,123,016
Members
449,093
Latest member
ikke

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