I have employees attendance data with their Emp I'd and Name.
Emp I'd for some emp are just numbers like 123456, but for some agents it's UK7432.
When I extract data from the website, I get a green arrow on Emp I'd with numbers.
When I do vlookup for emp I'd, I do not get the results.
I have to manually multiply the emp I'd with number 1 to make it a number and then Vlookup works.
I tried formating to number but it didn't work
Request you to please provide a code for multiply the emp I'd with number 1.
As the rows are not certain, I mean it can be 10 or 1000 depending on the emp data, how can I loop through to multiple emp id rill the last row
Emp I'd for some emp are just numbers like 123456, but for some agents it's UK7432.
When I extract data from the website, I get a green arrow on Emp I'd with numbers.
When I do vlookup for emp I'd, I do not get the results.
I have to manually multiply the emp I'd with number 1 to make it a number and then Vlookup works.
I tried formating to number but it didn't work
Request you to please provide a code for multiply the emp I'd with number 1.
As the rows are not certain, I mean it can be 10 or 1000 depending on the emp data, how can I loop through to multiple emp id rill the last row