Very easy sum I can't work out!

rickwardyy

New Member
Joined
Mar 5, 2013
Messages
34
So In cell I3 I have a number, I need that number to times by 2 if cell I4 says 'Yes'.

Thanks in advance!
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Is the number 2 typed into I3 or is it the result of a formula? If so what is the formula?
 
Upvote 0
Ok so is £200 the result of a formula? If so what is the formula?
 
Upvote 0
If you want to change the 200 to 400 you need to use VBA, without it, i suggest if I5 is empty, or not used, use this formula: =If(I4="yes", 2xI3, I3) . As result, if there is "yes" in I4 the I3 value will be multiplied by 2, if not "yes" in I4, the original value will be shown.
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,279
Members
449,075
Latest member
staticfluids

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