vlookup issue

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to copy data from one sheet to another. The formula which I am
using is
=IF(NOT(ISNUMBER(vlookup($A12,
sheet2!$A1:$FZ70,5,FALSE))),"",(ISNUMBER(vlookup($A12,sheet2!$A1:$FZ70,5,FALSE)))

I have lots of data so I need to use this range. When I am using this
formula. It takes lot of time for excel sheet to come up with data populated
in sheet1. Could any body help me in that.

Col index number goes like this 5,8,11,13 nad so on (adding 3 to previous
one) ina a row in excel sheet

Any help would be greatly appreciated.

Regards
kittie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

EXCEL - IF(IFERROR(VLOOKUP question 0
sort macro not working 1
Dynamic vlookup from a close workbook 4
Vlookup with multiple FOR condition 1
Vlookup 2
VLOOKUP Insert & Copy 24
vlookup function 1
Vlookup for value 1

Back
Top