Forum Discussion
Yomnaehab
Mar 09, 2023Copper Contributor
excel
Hello. I Wanted to find a way to solve this and would appreciate all the help. here I have two columns in different sheets and i want to put them in one sheet correspondingly. the thing is when i ...
- Mar 09, 2023
=IFERROR(INDEX(Tabelle2!$A$1:$A$10,SMALL(ROW(Tabelle2!$A$1:$A$10),A1)),"")Does this return the expected result? Enter the formula with ctrl+shift+enter if you don't work with Office 365 or Excel 2021.
OliverScheurich
Mar 09, 2023Gold Contributor
=IFERROR(INDEX(Tabelle2!$A$1:$A$10,SMALL(ROW(Tabelle2!$A$1:$A$10),A1)),"")Does this return the expected result? Enter the formula with ctrl+shift+enter if you don't work with Office 365 or Excel 2021.
Yomnaehab
Mar 14, 2023Copper Contributor
When I try this formula it just returns the first cell and all the other cells return blank so what am I doing wrong??
- OliverScheurichMar 14, 2023Gold Contributor
In the attached file i entered the formula in cell B1 as an arrayformula with ctrl+shift+enter. Then i draged the formula down to cell B15 and it returns the expected results.
- YomnaehabMar 14, 2023Copper Contributorhello, thank you so much now I understand how it works ^^