beginvbaanalyst
Board Regular
- Joined
- Jan 28, 2020
- Messages
- 141
- Office Version
- 365
- Platform
- Windows
Hi Everyone,
I'd like to turn an iferror index match formula for one column and a if(change(vlookup in my second column, into just one column.
How would I go about do this?
My formulas are:
This works for finding out new loans by index matching the type to with the current Join concatenate
=IFERROR(INDEX(Table2[Type],MATCH([@[Join 2]],Table2[Join2],0)),"New")
This works by utilizing the index match to compare and bring over the old balance.
=IFERROR(IF([@[Change V2]]<>[@Type],VLOOKUP([@[Join 2]],'Jan23'!F:J,5,0),"-"),"New")
If data is needed I will provide what I'm doing.
I'd like to turn an iferror index match formula for one column and a if(change(vlookup in my second column, into just one column.
How would I go about do this?
My formulas are:
This works for finding out new loans by index matching the type to with the current Join concatenate
=IFERROR(INDEX(Table2[Type],MATCH([@[Join 2]],Table2[Join2],0)),"New")
This works by utilizing the index match to compare and bring over the old balance.
=IFERROR(IF([@[Change V2]]<>[@Type],VLOOKUP([@[Join 2]],'Jan23'!F:J,5,0),"-"),"New")
If data is needed I will provide what I'm doing.