VBA learner ITG
Active Member
- Joined
- Apr 18, 2017
- Messages
- 272
- Office Version
- 365
- Platform
- Windows
- MacOS
hi all,
Need your guidance if possible on how to amend the below array formula to do a lookup all tabs listed below?
=IFERROR(INDEX('4.RANGING CONVENIENCE'!$B:$B,SMALL(IF(B$1='4.RANGING CONVENIENCE'!$A:$A,ROW('4.RANGING CONVENIENCE'!$A:$A)- MIN(ROW('4.RANGING CONVENIENCE'!$A:$A))+1,""), ROW()-2)),"")
Tabs that needs to be lookedup:
[TABLE="width: 230"]
<colgroup><col></colgroup><tbody>[TR]
[TD]4.RANGING CONVENIENCE[/TD]
[/TR]
[TR]
[TD]5.RANGING FRESH[/TD]
[/TR]
[TR]
[TD]6.RANGING GROCERY & HOME[/TD]
[/TR]
[TR]
[TD]7.RANGING DRINKS[/TD]
[/TR]
[TR]
[TD]8.RANGING BAKERY SNACKING[/TD]
[/TR]
</tbody>[/TABLE]
I have tried also amending the above formula to a Named Range and removed the ref to a singlular worksheet but it doesnt work.
Any advice and guidance appreciated.
Need your guidance if possible on how to amend the below array formula to do a lookup all tabs listed below?
=IFERROR(INDEX('4.RANGING CONVENIENCE'!$B:$B,SMALL(IF(B$1='4.RANGING CONVENIENCE'!$A:$A,ROW('4.RANGING CONVENIENCE'!$A:$A)- MIN(ROW('4.RANGING CONVENIENCE'!$A:$A))+1,""), ROW()-2)),"")
Tabs that needs to be lookedup:
[TABLE="width: 230"]
<colgroup><col></colgroup><tbody>[TR]
[TD]4.RANGING CONVENIENCE[/TD]
[/TR]
[TR]
[TD]5.RANGING FRESH[/TD]
[/TR]
[TR]
[TD]6.RANGING GROCERY & HOME[/TD]
[/TR]
[TR]
[TD]7.RANGING DRINKS[/TD]
[/TR]
[TR]
[TD]8.RANGING BAKERY SNACKING[/TD]
[/TR]
</tbody>[/TABLE]
I have tried also amending the above formula to a Named Range and removed the ref to a singlular worksheet but it doesnt work.
Any advice and guidance appreciated.