Forum Discussion

qazzzlyt's avatar
qazzzlyt
Copper Contributor
Jan 06, 2022

Excel formula fill range formula with dynamic result

A1 has formula ={"dog","cat"}, which filled B1 with "cat".

 

In A3 the formula is =CHOOSE({1,2},A1,B1), and it worked. My goal is to fill multiple cells with one cell and need dynamic result. So this one meet my goal, but I feel CHOOSE is redundant and there should be a better way.

 

So I write A5 as ={A1,B1}, but Excel does not recognize this formula. What did I do wrong here? Any suggestions with good grammar?

 

Thank you all for help.

4 Replies

Resources