+ Reply to Thread
Results 1 to 3 of 3

Why is this formula not working? #2

  1. #1
    Registered User
    Join Date
    03-06-2015
    Location
    Denver, CO
    MS-Off Ver
    2010 & 2013
    Posts
    53

    Why is this formula not working? #2

    this is the same issue as #2 earlier ...

    =IF(D$18>0,VLOOKUP(D$6,Data,41,FALSE),"")

    the result of this is ALWAYS the result of the lookup ... I only want it to return the lookup value if the result of d18 is greater than 0.

    thanks for the help!!!

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Why is this formula not working? #2

    Is D18 actually Null or <=0, or is an empty string such as ""?

    You didn't attach a sample of your work, so it's difficult to tell what you are working with.

    Perhaps:

    =IF(AND(D$18>0,D$18<>""),VLOOKUP(D$6,Data,41,FALSE),"")

    Also, I'd recommend reviewing the Forum Rules. Your thread title is a little ambiguous.
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Why is this formula not working? #2

    Strange double post...

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Correct/Working (Index,Match) formula not working between cells
    By barnerd in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 02-11-2014, 01:20 PM
  2. Working formula for 2007 not working in 2003, SumIfs not available in 2003: Can it be ??
    By Spreadlover in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-05-2013, 06:06 PM
  3. Replies: 9
    Last Post: 03-08-2013, 11:50 AM
  4. Replies: 2
    Last Post: 08-17-2012, 08:16 AM
  5. Replies: 2
    Last Post: 08-01-2012, 11:53 AM

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