Babasinski
New Member
- Joined
- Oct 6, 2017
- Messages
- 1
I'm trying to write a code into VBA for Index Match and I can't seem to get it to work. I also can't figure out how to attach files or print screens so hopefully the information that I provide is sufficient.
I used Name Manager to identify all information in Column A as Reviews; Column B as What; and Column C as When. In cell F1 I have the column titled as "Review". In cell G1 I have the column titled as "Analyst sent final report to Reviewed Manager & Director".
Starting in cell F2 I have unique Review numbers. I have entered into cell G2, {=IFERROR(INDEX($C$2:$C$257,MATCH(F2,IF($B2:$B$257=$G$1,$A$2:$A$257),0)),"")}
How would I code this formula in VBA to work?
I used Name Manager to identify all information in Column A as Reviews; Column B as What; and Column C as When. In cell F1 I have the column titled as "Review". In cell G1 I have the column titled as "Analyst sent final report to Reviewed Manager & Director".
Starting in cell F2 I have unique Review numbers. I have entered into cell G2, {=IFERROR(INDEX($C$2:$C$257,MATCH(F2,IF($B2:$B$257=$G$1,$A$2:$A$257),0)),"")}
How would I code this formula in VBA to work?