Retrieve data from Column A based on condition from Column B
Closed
ashjey29
rizvisa1
- Posts
- 3
- Registration date
- Monday November 23, 2015
- Status
- Member
- Last seen
- January 22, 2016
rizvisa1
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
Related:
- Retrieve data from Column A based on condition from Column B
- Split data into multiple workbooks based on column with vba code - Guide
- How can i blink data in textbox on userform based on condition ✓ - Forum - Excel
- Vba split data into multiple worksheets based on column ✓ - Forum - Excel
- How to disable a cell in excel based on condition vba ✓ - Forum - Excel
- Excel merge cells based on condition ✓ - Forum - Excel
1 reply
rizvisa1
Nov 24, 2015 at 09:12 PM
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
Nov 24, 2015 at 09:12 PM
if you flip the columns then you can use vlookup, else you have to use combination of indirect, address, and match
Nov 25, 2015 at 10:15 PM
Dec 1, 2015 at 12:25 PM