Hello,
I was looking into "dynamically defined names", but am not sure that's what will work for me...
I have values changing in column A, and based on that value, the cells in column B (same row) should have a particular defined name. But there could be several possible dynamically defined names assigned. So, i.e. if A4 = 4% and A11 = 19%, the assignment would find them both, and assign B4 as MyFirstOne, and B11 as MySecondOne.
Would like to avoid VBA, but it's OK if we need to go there
Thanks a lot!
Dave
I was looking into "dynamically defined names", but am not sure that's what will work for me...
I have values changing in column A, and based on that value, the cells in column B (same row) should have a particular defined name. But there could be several possible dynamically defined names assigned. So, i.e. if A4 = 4% and A11 = 19%, the assignment would find them both, and assign B4 as MyFirstOne, and B11 as MySecondOne.
Would like to avoid VBA, but it's OK if we need to go there
Thanks a lot!
Dave