Hi
I would like cell D7 to display a drop down list (already set on another worksheet Name = POSITION) if cell S4 >1
I have tried =if($s$4>1,position) but this is not working
thanks
Hi
I would like cell D7 to display a drop down list (already set on another worksheet Name = POSITION) if cell S4 >1
I have tried =if($s$4>1,position) but this is not working
thanks
do you mean that if S4 <= 1, then there should be no D/D?
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
if S4<+ 1 then no drop down list and display blank
oops S4<=1
You could put a formula in the cell to test for whats in S4, but the 1st time you use the D/D, the formula will be over-written. You will need someone to write some VBA code for this, so I will move it to the VBA forum for you
The drop down will be used once. based on the selection a form is printed. On reopening the form the formula will be reset.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks