Forum Discussion
Transferring specific numbers from a column to a column
- Mar 11, 2021
Hi Mtumushi
If I understand the requirement correctly, you need below formula:
=IFERROR(INDEX($A:$A,MATCH(COLUMN(),$A:$A,0),1),"")
Please let me know if it works for you. A sample file is also attached for your reference.
Thanks
Tauqeer
Hi Mtumushi
If I understand the requirement correctly, you need below formula:
=IFERROR(INDEX($A:$A,MATCH(COLUMN(),$A:$A,0),1),"")
Please let me know if it works for you. A sample file is also attached for your reference.
Thanks
Tauqeer
Thank you very much tauqeeracma. It has perfectly work
- HansVogelaarMar 12, 2021MVP
I'm surprised - tauqeeracma's formula, however nice, does something completely different from what you asked...
- tauqeeracmaMar 12, 2021Iron Contributor
Hi HansVogelaar
Your VBA code was excellent and exactly producing the desired result but @Mtumushi was interested in non-VBA solution and he wanted the solution directly in his file through email.
Thanks
Tauqeer
- HansVogelaarMar 12, 2021MVP
Ah, OK.
- MtumushiMar 12, 2021Copper Contributor
HansVogelaar I had no idea what it was... Thank you.. You really assisted