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

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
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,834
Messages
6,121,876
Members
449,056
Latest member
ruhulaminappu

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