Question

ntrddragn

New Member
Joined
Sep 14, 2011
Messages
7
Hi Im new here but i have a question regarding excel but i dont know what the best function to use so i cant search it. =/

i have a sheet where users can pick from a list (list is from data validation). each item they pick has a value. what i want is for them to stop being able to pick from list once the max value (40) is reach. once that is reach and if they wanted to add more they will need to change one or of the items they have already picked. this will decrease/increase the value until again it reaches 40.

I was able to use data validation to stop at the max but the issue is once they reach the max they cant change the items that was picked already.

thanks
richard
 
I assume that the user is able to clear a cell, which will then reduce the 40 to something lower, and then they will get the list back?

Thanks
Tigs
 
Upvote 0

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
its to much to let them do that. =D its a vlookup and they dont want to have to deal with erasing and copying vlookup formulas. and if you erase the cell that contain the data validation reference it makes the vlookup reference n/a and the DV is still lock.
 
Upvote 0
Can you use an if statement to prevent the vlookup from working if it errors using the ISERROR formula?
 
Upvote 0

Forum statistics

Threads
1,224,613
Messages
6,179,903
Members
452,948
Latest member
Dupuhini

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