+ Reply to Thread
Results 1 to 2 of 2

IF and LOOKUP formula help

  1. #1
    Registered User
    Join Date
    10-21-2013
    Location
    Virginia,USA
    MS-Off Ver
    Excel 2003
    Posts
    6

    IF and LOOKUP formula help

    This is my formula, The LOOKUP formula alone works except that I need it to return a "ZERO" if D44<0.

    =IF(D44>0,LOOKUP(PRIORITY!D:D,'finish sched'!AK:AK,'finish sched'!AM:AM,0))

    Thank you

  2. #2
    Registered User
    Join Date
    10-21-2013
    Location
    Virginia,USA
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: IF and LOOKUP formula help

    I figured it out, Thank you everyone who looked at this
    =IF(D44>0,LOOKUP(PRIORITY!D:D,'finish sched'!AK:AK,'finish sched'!AM:AM,0))
    just had to move the parenthesis.
    =IF(D44>0,LOOKUP(PRIORITY!D:D,'finish sched'!AK:AK,'finish sched'!AM:AM),0)

+ 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. Help with adjusting Index lookup formula to include additional lookup criteria
    By kingofcamden in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-14-2018, 01:04 PM
  2. Replies: 3
    Last Post: 08-23-2017, 07:04 PM
  3. [SOLVED] Modified LOOKUP Formula for Excluding Missing Lookup Values
    By aaochsner in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-23-2017, 07:29 PM
  4. Replies: 4
    Last Post: 05-19-2015, 08:42 PM
  5. [SOLVED] Lookup formula to find lowest value with variable lookup criteria
    By brharrii in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-27-2015, 03:00 AM
  6. [SOLVED] Can lookup formula ignore blank cells until the lookup value has been entered?
    By Ju1cy in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 06-13-2014, 01:32 PM
  7. Replies: 5
    Last Post: 02-24-2011, 11:26 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