+ Reply to Thread
Results 1 to 5 of 5

Bin Location - Odds and Evens

  1. #1
    Registered User
    Join Date
    03-07-2019
    Location
    England
    MS-Off Ver
    64Bit
    Posts
    4

    Bin Location - Odds and Evens

    Hi All,

    I'm having difficulty writing a formula which will separate products by department.

    We need to create a new Dept. column in column D, using the criteria below:
    • Bin A - D to show Dept listed in F (Accessories, Footwear etc.)
    • Bin E1 - E10 to show as "Hanging"
    • E11-Even and E12-Odd (i.e. E11-02 and E12-01) to also show Dept listed in F
    • E11-Odd and E12-Even (i.e. E11-01 and E12-02) to show as "Hanging"

    Myself and a few colleagues have attempted using various formulas, but can't seem to figure it out.
    Attached Files Attached Files
    Last edited by Merchandiser; 03-08-2019 at 07:27 AM.

  2. #2
    Registered User
    Join Date
    03-07-2019
    Location
    England
    MS-Off Ver
    64Bit
    Posts
    4

    Re: Bin Location - Odds and Evens

    Apologies, i need a few posts before uploading the file

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

    Re: Bin Location - Odds and Evens

    Quote Originally Posted by Merchandiser View Post
    Apologies, i need a few posts before uploading the file
    No you don't - that applies to posting links (you need at least 10 posts to do that). You can attach a file like this:

    Click on Go Advanced (below the Edit Window) while you are composing a reply, then scroll down to and click on Manage Attachments and the Upload window will open. Click on Browse and navigate to (and double-click) the file icon that you want to attach, then click on Upload and then on Close this Window to return to the Edit window. When you have finished composing your post, click on Submit Post.

    Do NOT try to use the Paperclip icon (Attachments button), as it doesn't work on this forum.

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    03-07-2019
    Location
    England
    MS-Off Ver
    64Bit
    Posts
    4

    Re: Bin Location - Odds and Evens

    Thank you!

  5. #5
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,562

    Re: Bin Location - Odds and Evens

    This proposal employs six helper columns which may be moved and/or hidden for aesthetic purposes.
    Each column represents a rule from post #1
    The A:D rule is populated using: =IF(C2="","",IF(CODE(LEFT(C2,1))-64>4,"",F2))
    The E1:E10 rule is populated using: =IF(OR(C2="",H2<>""),"",IF(AND(CODE(LEFT(C2))-64=5,VALUE(MID(C2,2,2))<=10),"Hanging",""))
    The E11-Even:E12-Odd rules are all populated using formulas similar to: =IF(OR(C2="",H2<>"",I2<>""),"",IF(AND(CODE(LEFT(C2))-64=5,VALUE(MID(C2,2,2))=11,ISEVEN(VALUE(RIGHT(C2,2)))),F2,""))
    Column D is populated using: =H2&I2&J2&K2&L2&M2
    Note that there are other Bin locations for which rules are not specified.
    Let us know if you have any questions.
    Attached Files Attached Files
    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. [SOLVED] Calculate the odds
    By Tony Valko in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-14-2015, 07:53 PM
  2. Calculating card odds
    By JackBauer in forum Tips and Tutorials
    Replies: 2
    Last Post: 09-29-2015, 11:09 AM
  3. How to calculate Bookmaker real odds (odds less commission) in Excel 2013 ?
    By sbeekallan in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-09-2015, 08:43 AM
  4. Replies: 3
    Last Post: 08-31-2011, 09:11 AM
  5. Get Even/Odds Row ??
    By phpmann in forum Excel General
    Replies: 1
    Last Post: 10-09-2008, 03:39 AM
  6. Rounding, sig figs and the rule of evens
    By skrimpy in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-20-2005, 10:24 AM
  7. Rounding, sig figs and the rule of evens-Is there a way to modify
    By skrimpy in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-20-2005, 09:55 AM

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