+ Reply to Thread
Results 1 to 3 of 3

Multiple Task needed in Excel

Hybrid View

Guest Multiple Task needed in Excel 04-17-2006, 04:50 AM
Guest RE: Multiple Task needed in... 04-17-2006, 08:55 AM
Guest RE: Multiple Task needed in... 04-17-2006, 08:30 PM
  1. #1
    Martin
    Guest

    Multiple Task needed in Excel

    How to do the following Tasks in Excel?
    On Worksheet 1 cell A1 I have to Key in the lot number. At cell B1 I want to
    auto import the dimension from Text file (in fixed pattern) created from
    Measuring equipment based on the lot number in cell A1.
    Lets say after keying the 10th lot number in cell A10 and there will be
    automatic import of 10 dimension from B1 to B10, I want to find the average
    of the dimension from B1 to B10 at cell B11. The cell B11 data will be
    updated at another workbook for shipment. How to perform all this in a single
    workbook?



  2. #2
    Tom Ogilvy
    Guest

    RE: Multiple Task needed in Excel

    Assuming you have a data sheet that equates dimension to lot number, then you
    would use a vlookup or other lookup function to return the dimension

    =if(A1="","",vlookup(A1,Data!A1:B200,2,false))

    in B11
    =if(Count(B1:B10)=10,Average(B1:B10),"")


    --
    Regards,
    Tom Ogilvy


    "Martin" wrote:

    > How to do the following Tasks in Excel?
    > On Worksheet 1 cell A1 I have to Key in the lot number. At cell B1 I want to
    > auto import the dimension from Text file (in fixed pattern) created from
    > Measuring equipment based on the lot number in cell A1.
    > Lets say after keying the 10th lot number in cell A10 and there will be
    > automatic import of 10 dimension from B1 to B10, I want to find the average
    > of the dimension from B1 to B10 at cell B11. The cell B11 data will be
    > updated at another workbook for shipment. How to perform all this in a single
    > workbook?
    >
    >


  3. #3
    Martin
    Guest

    RE: Multiple Task needed in Excel

    Thanks. But under the Vlookup Table array, I can only select 1 worksheet from
    the workbook. Is it possible to have all the sheets selected?

    "Tom Ogilvy" wrote:

    > Assuming you have a data sheet that equates dimension to lot number, then you
    > would use a vlookup or other lookup function to return the dimension
    >
    > =if(A1="","",vlookup(A1,Data!A1:B200,2,false))
    >
    > in B11
    > =if(Count(B1:B10)=10,Average(B1:B10),"")
    >
    >
    > --
    > Regards,
    > Tom Ogilvy
    >
    >
    > "Martin" wrote:
    >
    > > How to do the following Tasks in Excel?
    > > On Worksheet 1 cell A1 I have to Key in the lot number. At cell B1 I want to
    > > auto import the dimension from Text file (in fixed pattern) created from
    > > Measuring equipment based on the lot number in cell A1.
    > > Lets say after keying the 10th lot number in cell A10 and there will be
    > > automatic import of 10 dimension from B1 to B10, I want to find the average
    > > of the dimension from B1 to B10 at cell B11. The cell B11 data will be
    > > updated at another workbook for shipment. How to perform all this in a single
    > > workbook?
    > >
    > >


+ 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