Hi all,
Please first have a look at this link so that you may follow me:
Merge two columns into one list in excel | Get Digital Help - Microsoft Excel resource
I would like to combine List1 and List2 into a 3rd named range called List3. I was wondering if this were possible without using any additional cells/columns (i.e. I don’t want to use Column C like in the example shown in the link above).
Here'e the formula from the example:
I've played around with it, but could not come with any that worked.
Any help is greatly appreciated.
Thanks for looking!
Please first have a look at this link so that you may follow me:
Merge two columns into one list in excel | Get Digital Help - Microsoft Excel resource
I would like to combine List1 and List2 into a 3rd named range called List3. I was wondering if this were possible without using any additional cells/columns (i.e. I don’t want to use Column C like in the example shown in the link above).
Here'e the formula from the example:
Code:
=IFERROR(INDEX(List1,ROWS(C1:$C$1)),IFERROR(INDEX(List2,ROWS(C1:$C$1)-ROWS(List1)),""))
I've played around with it, but could not come with any that worked.
Any help is greatly appreciated.
Thanks for looking!