M michaell1963 New Member May 5, 2015 #1 hi i am new to vba and want to use xlsm file that i uploud ,but if can any one help me to to do it simple to understand with two coloum only and to compare value and not date. thanks.. Attachments Vacations.xlsx Vacations.xlsx 11.1 KB · Views: 0 מסמך טקסט חדש.txt מסמך טקסט חדש.txt 823 bytes · Views: 0 עותק של Main.xlsm עותק של Main.xlsm 19.5 KB · Views: 0
hi i am new to vba and want to use xlsm file that i uploud ,but if can any one help me to to do it simple to understand with two coloum only and to compare value and not date. thanks..
Deepak Excel Ninja May 10, 2015 #4 Still unclear.... Attachments EXAMPLE.xlsx EXAMPLE.xlsx 8.2 KB · Views: 1
M michaell1963 New Member May 10, 2015 #5 1 vba code,not excel formula 2 looping by vba code to find match 3 use index and match in vba not lookup
1 vba code,not excel formula 2 looping by vba code to find match 3 use index and match in vba not lookup
M michaell1963 New Member May 10, 2015 #6 CONVERT THIS FORMULA TO VBA CODE =IFERROR(INDEX($C$3:$C$7,MATCH(G9,$B$3:$B$7,0)),"") WITH LOOPING