+ Reply to Thread
Results 1 to 2 of 2

USING INDEX AND RECIEVING #VALUE ERROR MESSAGE

Hybrid View

Guest USING INDEX AND RECIEVING... 07-10-2005, 11:05 AM
Guest Re: USING INDEX AND RECIEVING... 07-11-2005, 12:05 AM
  1. #1
    gordo
    Guest

    USING INDEX AND RECIEVING #VALUE ERROR MESSAGE

    tHIS IS THE FORMULA I AM USING AND AM RECEIVING THE ABOVE ERROR
    MESSAGE.
    =INDEX('[Goods in.xls]Backups'!$E$2:$E$3000,LARGE((B7='[Goods
    in.xls]Backups'!$A$2:$A$3000)*ROW('[Goods
    in.xls]Backups'!$A$2:$A$3000),COUNTIF('[Goods
    in.xls]Backups'!$A$2:$A$3000,B7)-'[Goods
    in.xls]Backups'!$E$2:$E$3000+-1)-1)

    Cells E2-E3000 hold the locations i want to bring back and cells
    a2:a3000 hold the SKU.
    B7 is the SKU on the workbook, what i am trying to do is bring back
    loctaions for a paticular SKU where on most occasions hold more than
    one location....


    Can anyone please advide, i would be happy to send the workbook to
    anyone who can help


  2. #2
    Biff
    Guest

    Re: USING INDEX AND RECIEVING #VALUE ERROR MESSAGE

    Hi!

    My best guess is that you're looking for the last instance of a SKU:

    Array entered (add the appropriate file and sheet names)

    =INDEX(E2:E3000,LARGE((A2:A3000=B7)*(ROW(1:2999)),1))

    Biff

    "gordo" <gordon.brown24@btinternet.com> wrote in message
    news:1121007133.346461.20680@g14g2000cwa.googlegroups.com...
    > tHIS IS THE FORMULA I AM USING AND AM RECEIVING THE ABOVE ERROR
    > MESSAGE.
    > =INDEX('[Goods in.xls]Backups'!$E$2:$E$3000,LARGE((B7='[Goods
    > in.xls]Backups'!$A$2:$A$3000)*ROW('[Goods
    > in.xls]Backups'!$A$2:$A$3000),COUNTIF('[Goods
    > in.xls]Backups'!$A$2:$A$3000,B7)-'[Goods
    > in.xls]Backups'!$E$2:$E$3000+-1)-1)
    >
    > Cells E2-E3000 hold the locations i want to bring back and cells
    > a2:a3000 hold the SKU.
    > B7 is the SKU on the workbook, what i am trying to do is bring back
    > loctaions for a paticular SKU where on most occasions hold more than
    > one location....
    >
    >
    > Can anyone please advide, i would be happy to send the workbook to
    > anyone who can help
    >




+ 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