Excluding a Cell range from a selection in a drop down list

Jasmaine86

New Member
Joined
Jul 26, 2023
Messages
10
Office Version
  1. 365
Platform
  1. Windows
Hi All,

I currently have a budget sheet where when i select a customer from a drop down list, the ratio will calculate and change the result to show the overall profit as per selected customer.

The client was created by a data validation list and the ratio through a xlookup.

The ratio in coulmn B is a simple =F$3 and adjusts when you change the customer in the drop down.

Everything works as it should however, i need to exclude ROW9, Column B from the selection when i choose two particular customer as the value is not relevant - Example Client WHC needs to be 0%.

basicually, is there a IF formula to exclude CELL 9B or calculate to be 0% when customer WHC and X are selcted from the drop down list?
 

Attachments

  • Sample.JPG
    Sample.JPG
    40.6 KB · Views: 14

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
How about making the formula in column B:
Excel Formula:
=IF(OR($E$3="WHC",$E$3="X"),0,$F$3)
 
Upvote 0
Solution

Forum statistics

Threads
1,215,129
Messages
6,123,218
Members
449,091
Latest member
jeremy_bp001

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