R RMar10 Feb 18, 2009 #1 This is basically what I am trying to do from cell A2; =IF(A1=1, Cell A3=2, Cell A3=99)
R RMar10 Feb 18, 2009 #3 I use that same cell (A3) for the 'Cell Link' in a drop down list. I can't put a equation in it.
D Dave Curtis Feb 18, 2009 #4 Hi, If A3 is the cell link for your dropdown list, why do you need to coerce it to read 99 if A1=1? Dave
Hi, If A3 is the cell link for your dropdown list, why do you need to coerce it to read 99 if A1=1? Dave
R RMar10 Feb 18, 2009 #5 If another condition exists, I need to override what was manually selected from the dropdown list.
N Niek Otten Feb 18, 2009 #6 Always do that in a separate cell and use that cell for further processing.