Something does not work

  • Thread starter Thread starter sachinattri
  • Start date Start date
S

sachinattri

Hey Guys, thank you all for your inputs, its really cool to be a part o
this forum. Very interesting I must say.

I have a formula which does not work for some reason, would you like t
have a look

=IF((len(ab23)=10);(ISNA(VLOOKUP(Ab23;agentlist!$A$2:$A$3646;2;FALSE));"";VLOOKUP(Ab23;agentlist!$A$2:$A$3646;2;FALSE));"no")

Also, I dont want to post an attachment here because I think it woul
take up space even though it is a very small one but definately I wan
to send a file via email to someone to find out a simpler solution t
what I am doing which is

Step 1 - I get Raw data in a text file arranged by A/c nos for 6 teams
Step 2 - I have to match one number in there to pick up a name from
second sheet.
Step 3 - Then I pick up groups separetely to do my analysis.

It might look simple, and it is simple but I think I am taking a muc
longer route than I could. Anyways, the problem above is a part of tha
bigger picture only.

Thank yo
 
A cursory look suggests you forgot an if
=if(len(ab23)=10,if(isna(
 

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

formula question 2
Lookup or VLookup or something else?? 2
Remove #N/A Error 3
IF iserror does not work 8
Vlookup will not retrun value 2
can you 2
Vlookups not working 2
IF ISNA Help 4

Back
Top