Results 1 to 6 of 6

VLOOKUP and COUNTIF but kept getting errors

Threaded View

  1. #2
    Valued Forum Contributor
    Join Date
    09-07-2006
    Posts
    520

    Re: VLOKUP and COUNTIF but kept getting errors

    It sounds like your data being compared is inconsistent,
    ie you could be trying to match text numbers with real numbers or vice versa

    Try these variations:
    =vlookup(A2&"", ... )
    A2&"" will make the numeric product code into text nums, w/o impacting on its intrinsic value
    This presumes your reference lookup data (ie the 1st col in the range) are text numbers

    =vlookup(A2+0, ... )
    A2+0 will make the text number product code into real nums, w/o impacting on its intrinsic value
    This presumes your reference lookup data (ie the 1st col in the range) are real numbers
    -------
    Success? Celebrate it, hit the little star at the bottom left of my response
    Last edited by Max, Singapore; 09-17-2012 at 04:59 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1