M mmaffe23 New Member Feb 1, 2013 #1 Hi, I want to insert a formula within a dropdown box. I have an dropdown with international /Domestic, the next column is where I want to say if international then use list A, if Domestic use list B. Any assitance will be helpful.
Hi, I want to insert a formula within a dropdown box. I have an dropdown with international /Domestic, the next column is where I want to say if international then use list A, if Domestic use list B. Any assitance will be helpful.
A amrit1186 Member Feb 1, 2013 #2 Hi mmaffe23 You can use the if formula in the Data Validation->List. For eg. Name the ranges as A and B. Then the formula goes as =if(Cell = "International",A,B) Amritansh
Hi mmaffe23 You can use the if formula in the Data Validation->List. For eg. Name the ranges as A and B. Then the formula goes as =if(Cell = "International",A,B) Amritansh