+ Reply to Thread
Results 1 to 6 of 6

warehouse, indicate postion in graph

  1. #1
    Forum Contributor
    Join Date
    07-15-2015
    Location
    germany
    MS-Off Ver
    365
    Posts
    100

    warehouse, indicate postion in graph

    Dear All,

    I have a map with positions indicated by a GH letter code, Bay number and a Post number.

    Besides that I have a list with codes that need to be filled in the MAP. I would like to fill these codes in the map in by a formula but I cannot create the right formula. Can you help me with this.

    see example where I filled the map manually.

    Regards
    Attached Files Attached Files
    Last edited by jaapaap; 07-05-2016 at 03:17 AM.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,829

    Re: warehouse, indicate postion in graph

    You can use this formula in AH4:

    =IF(AD4=1,"A",IF(AD4=2,"B",""))&TEXT(AE4,"00")&TEXT(AF4,"00")

    to join those codes together. Copy it down where you have data. Then in C4 you can use this formula:

    =IFERROR(INDEX($AG:$AG,MATCH($A$3&TEXT($AB4,"00")&TEXT(C$3,"00"),$AH:$AH,0)),"")

    Copy across and down to suit your map. Note for the lower map you will need to change the $A$3 (shown in red above) to $A$21, or you could just make it "B".

    Note also that you may have to change the commas ( , ) in the formulae to semicolons ( ; ) according to your regional settings.

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    07-15-2015
    Location
    germany
    MS-Off Ver
    365
    Posts
    100

    Re: warehouse, indicate postion in graph

    Dear Pete,

    It works in the sheet. That was a simplification of the reality. I have added the actual map and I have still 2 things to overcome.

    The bay number and on the right I have the other side of the building. Can you create a formula that covers both?

    Regards
    Attached Files Attached Files
    Last edited by jaapaap; 07-05-2016 at 08:36 AM.

  4. #4
    Forum Contributor
    Join Date
    07-15-2015
    Location
    germany
    MS-Off Ver
    365
    Posts
    100

    Re: warehouse, indicate postion in graph

    added the wrong sheet, sorry
    Attached Files Attached Files

  5. #5
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,829

    Re: warehouse, indicate postion in graph

    Put this formula in AC6:

    =IFERROR(INDEX($AZ:$AZ,MATCH(TEXT($AA6,"00")&TEXT($AB6,"00")&TEXT(AC$5,"00"),$BA:$BA,0)),"")

    then copy across and down to suit the plan on the right hand side.

    Hope this helps.

    Pete

  6. #6
    Forum Contributor
    Join Date
    07-15-2015
    Location
    germany
    MS-Off Ver
    365
    Posts
    100

    Re: warehouse, indicate postion in graph

    Dear Pete,

    This is what I needed. Thanks for the solution!!

+ 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. [SOLVED] Transpose data from X postion to Y position
    By mathanraj76 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-06-2016, 12:11 AM
  2. Create Textbox based on the postion of the picture
    By kumarcoolz in forum Word Programming / VBA / Macros
    Replies: 2
    Last Post: 02-04-2014, 07:18 PM
  3. Lock spin button postion in protected worksheet
    By Rocky2013 in forum Excel General
    Replies: 0
    Last Post: 06-11-2013, 11:47 PM
  4. Formulas relative to table postion?
    By BobMan45 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-29-2013, 12:19 AM
  5. Macro: assign value of x-y postion
    By james.carey in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-17-2011, 12:23 PM
  6. Default cursor postion
    By SVTF in forum Excel General
    Replies: 11
    Last Post: 04-14-2010, 09:48 AM
  7. [SOLVED] passing arguments by postion through application.run
    By ben in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-13-2005, 09: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