Using Vlookup with Indirect Function in VBA

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Thanks Dinesh. This formula does not have to be modified to drag across and down. =VLOOKUP($A2, INDIRECT(B$1&"!$A$1:$B$4"), 2, 0)

krn
Автор

your tutorial were awesome!
plz make a tutorial on "Restrict excel file opening on certain computers using Physical MAC adress"

usamaraza
Автор

Hello sir, My computer is having windows 7 home edition and here dtpicker option is not available. Can you help to find alternatives of dtpicker...
Thank you in advance...

LoveYouHR
Автор

Hi, I found this video very interesting, I do have a question actually is it a problem I have, I have this formula: = VLOOKUP (D $ 2; INDIRECT ($ B $ 1); 3; FALSE), what is now the problem, both D $ 2 and the INDIRECT changed, the row 2 just stays 2 in between so actually it is D $ 2 +3 and it becomes G $ 2 and so on, with Indrect it is the same, so I go first row per row but the next row shifts 1 (or +3) and it becomes for example: = VLOOKUP (G $ 2, INDIRECT ($ E $ 1), 3, FALSE), how can I solve this, can this be done with a loping, if so you can give me an example.

gerardvaneggermond
Автор

Thanks sir for your video, I have one problem can't solved. How can i get massage in VBA if my balance is due. Ex: invoice total amount is 1000/=, Payment value 500/= so I need stop next step(finish transaction) untill I get 500 or more than invoice value. Help me sir.

niroshanmarasinhge
Автор

Hi Dinesh Ji, i can export data from a excel sheet to pdf, but i am not able to protect that pdf file, because the pdf file can be editable by Acrobat reader, pls help me how to protect pdf file

Gopal_DekTej
Автор

Hi Sir,
Thanks a lot for video.


I want to do similar thing for closed workbook for which I have path on my open sheet.
My Z1 cell has path for closed workbook that is
But i am using Vlookup(A2, INDIRECT(Z1), 3, FALSE) it is not working.
Where as Vlookup(A2, 'J:\Model\[Book2.xlsx]Sheet1'!$A$5:$W$26, 3, FALSE), this works, Please help.


Thank you in Advance


Regards,
Akash

akashagrawal
Автор

"Restrict excel file opening on certain computers using Physical MAC adress"
purpose:
i want to restrict my employee to do work at only on office computers not on any other personal computer, so i want to add the physical MAC address of my 3 office computers in VBA coding....,
so that excel file should not open on any other computer "

usamaraza