Question on this formula

daaron1983

New Member
Joined
Jan 3, 2019
Messages
1
What is it a about this formula on why t wont work? What ()"s missing? Any help will be appreciated.


=IF($G$20=$S$22,(B32-(B32*0.3%+1.5,(IF(AND($G$20=$S$23),(B32-((B32*0.15%+0.3)
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Welcome to the Forum!

First guess (I don't know whether you actually need the AND?):

=IF($G$20=$S$22,0.997*B32-1.5,IF($G$20=$S$23,0.9985*B32-0.3,"What else?"))

where "What else?" is the value you want if G20 is not equal to S22 or S23?
 
Upvote 0
.
Or is this what you were seeking :

=IF(G20=S22,(B32-(B32*0.3%+1.5)),IF(G20=S23,B32-(B32*0.15%+0.3),""))
 
Upvote 0

Forum statistics

Threads
1,215,097
Messages
6,123,076
Members
449,094
Latest member
mystic19

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