Hello,
I found VBA code online that seems to be written to look up on 2 or more conditions.
I need help modifying it to fit my UserForm that takes data from a table on "Raw Data" tab and inserts it into a different table on "All" tab.
In the UserForm Column 3 will be entered into TextBox4 and Column 4 into TextBox5.
Criteria: Look up Column 3 (from TextBox4) and Column 4 (TextBox5)
If Column 4 is 0 then display Column 5 in TextBox13 and display Column 6 in TextBox14
If Column 4 is greater than 0 then display Column 7 in TextBox13
The code that I found online and needs to be modified:
If new code is esier to write, then you can ignore what i found.![]()
Please Login or Register to view this content.
Thanks!
Bookmarks