If statement assistance needed

dfund

New Member
Joined
Sep 23, 2011
Messages
2
I'm trying to set up a quote spreadsheet for sales people to enter data and it show a price quote for a customer. I have a drop down menu (name of service) with 4 items (cell B4) and another drop down menu with 8 selectable speeds (G4). These relate to the pricing which is on a worksheet called Pricing. I can make part of this work with this formula - =IF(((B4="Wireless")+(G4="3 Mbps")),Pricing!C3). However even this does not work well. If I change the selection in G4 it does not change the pricing. Suggestions would be appreciated.
 
I'm trying to set up a quote spreadsheet for sales people to enter data and it show a price quote for a customer. I have a drop down menu (name of service) with 4 items (cell B4) and another drop down menu with 8 selectable speeds (G4). These relate to the pricing which is on a worksheet called Pricing. I can make part of this work with this formula - =IF(((B4="Wireless")+(G4="3 Mbps")),Pricing!C3). However even this does not work well. If I change the selection in G4 it does not change the pricing. Suggestions would be appreciated.

Try this...

=IF(AND(B4="Wireless",G4="3 Mbps"),Pricing!C3,0)
 
Upvote 0

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