+ Reply to Thread
Results 1 to 2 of 2

Lookup formulas

  1. #1
    Heather O'Malley
    Guest

    Lookup formulas

    Hello,

    I am trying to use a look up to avoid a manual update of some trade statistics =E2=80=93=
    however when I look up a ref that is not within my lookup range it gives the previous row=
    s data.

    For example, 04090000074 is within the data range and is correct but the 2 below are no=
    t and should be zero but pick up the nearest references data.

    My lookup formula is: IF(ISNA(VLOOKUP($E3,[ukm0604q.xls]disk!$E$2:$R$2218,1=
    1))=3DTRUE,0,VLOOKUP($E3,[ukm0604q.xls]disk!$E$2:$R$2218,11))


    04090000074 0 12300 0 0
    04090000092 0 12300 0 0
    04090000352 0 12300 0 0

    Any help is appreciated.

    Thanks

  2. #2
    Arvi Laanemets
    Guest

    Re: Lookup formulas

    Hi

    =IF(ISNA(VLOOKUP($E3,[ukm0604q.xls]disk!$E$2:$R$2218,11,0)),0,VLOOKUP($E3,[ukm0604q.xls]disk!$E$2:$R$2218,11,0))


    --
    Arvi Laanemets
    ( My real mail address: arvi.laanemets<at>tarkon.ee )



    "Heather O'Malley" <[email protected]> wrote in message
    news:[email protected]...
    Hello,

    I am trying to use a look up to avoid a manual update of some trade
    statistics – however when I look up a ref that is not within my lookup range
    it gives the previous rows data.

    For example, 04090000074 is within the data range and is correct but the 2
    below are not and should be zero but pick up the nearest references data.

    My lookup formula is:
    IF(ISNA(VLOOKUP($E3,[ukm0604q.xls]disk!$E$2:$R$2218,11))=TRUE,0,VLOOKUP($E3,[ukm0604q.xls]disk!$E$2:$R$2218,11))


    04090000074 0 12300 0 0
    04090000092 0 12300 0 0
    04090000352 0 12300 0 0

    Any help is appreciated.

    Thanks



+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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