+ Reply to Thread
Results 1 to 4 of 4

Sheets for warehouse bays update based on products in master list

Hybrid View

Kayley Sheets for warehouse bays... 03-26-2019, 12:04 PM
6StringJazzer Re: Sheets for warehouse bays... 03-26-2019, 12:11 PM
Kayley Re: Sheets for warehouse bays... 03-26-2019, 12:19 PM
JeteMc Re: Sheets for warehouse bays... 03-28-2019, 10:19 AM
  1. #1
    Registered User
    Join Date
    03-26-2019
    Location
    Cornwall UK
    MS-Off Ver
    Office 2013
    Posts
    2

    Sheets for warehouse bays update based on products in master list

    Hello, I have two spreadsheets I am hoping to combine into one and have to only update one part.

    One sheet is an alphabetical list of the products in the warehouse with a list of bay locations next to it.

    IE ITEMX CB11 CB21 CB31

    Each aisle then has a sheet which is a visual diagram of the bays within the warehouse. Each cell corresponds to a bay. So each cell will have a product despcription written in it and underneath will be the name of the bay (CB11, CB21)

    What I would like is to only have to update the alphabetical list and then the 'Map/diagram' pages to update themselves.

    I hope this makes sense and somewhere someone knows a formula to achieve this. Thank you.

    Moderator's note: Please take the time to review our rules. There aren't many, and they are all important. Rule #1 requires good titles. "Formula help" does not tell us about your specific question. I have updated it for you this time because you are a new member. --6StringJazzer
    Last edited by 6StringJazzer; 03-26-2019 at 12:09 PM.

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,995

    Re: Sheets for warehouse bays update based on products in master list

    Although your description gives an idea of what you want to do, a solution is completely dependent on what your data organization looks like. Please attach a sample file, without private data.

    The paper clip icon does not work for attachments. To attach a file, under the text box where you type your reply click the Go Advanced button. On the next screen scroll down and click on Manage Attachments, which will show a pop-up window to Select and Upload a file. Then close the window.
    Jeff
    | | |·| |·| |·| |·| | |:| | |·| |·|
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Registered User
    Join Date
    03-26-2019
    Location
    Cornwall UK
    MS-Off Ver
    Office 2013
    Posts
    2

    Re: Sheets for warehouse bays update based on products in master list

    Hopefully this gives you a better idea of what I mean. Please do let me know if it requires more expansion (I am not very good with excel).

    Apologies also for the subject I typed four different things and had no idea what I was really asking for if I am honest!
    Attached Files Attached Files

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    19,014

    Re: Sheets for warehouse bays update based on products in master list

    Hello Kayley and Welcome to Excel Forum.
    This formula reproduces the results that are manually placed on the Isle A sheet:
    Formula: copy to clipboard
    =IF(A2="","",IFERROR(INDEX('Pallet list by Product'!$A$1:$A$14,AGGREGATE(15,6,ROW($A$1:$A$14)/('Pallet list by Product'!$B$1:$W$14=A2),1)),""))

    Select Cell A1 and paste the formula into the formula bar,
    Drag the fill handle over to cell L1,
    Select (Auto Fill Options) Fill without formatting,
    While A1:L1 are still selected simultaneously press the Ctrl and c keys,
    Select cell A3 and simultaneously press the Ctrl and v keys,
    Select (Paste Options) formulas,
    Select cell A5 and simultaneously press the Ctrl and v keys,
    Select (Paste Options) formulas...
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. Replies: 3
    Last Post: 01-10-2019, 09:34 AM
  2. Replies: 5
    Last Post: 02-16-2018, 06:50 AM
  3. Replies: 8
    Last Post: 09-22-2017, 05:41 AM
  4. Excel formula bar to display the result of the formula , not the formula?
    By max_max in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-18-2016, 07:15 PM
  5. Replies: 11
    Last Post: 06-06-2014, 03:34 PM
  6. how to hide formula in formula box, view lookup result in formula box?
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-14-2013, 04:06 PM

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