+ Reply to Thread
Results 1 to 10 of 10

ATT Ali Modify your Lookup tables to add another feature

  1. #1
    Forum Contributor Potholes's Avatar
    Join Date
    11-25-2011
    Location
    Brisbane
    MS-Off Ver
    Office 2021
    Posts
    774

    ATT Ali Modify your Lookup tables to add another feature

    Hi Ali

    It was brought to my attention tonight that I have not allowed for an entry on the OPEN Sheet,

    In my sample sheet we have 2 x 40km legs, with checkpoints 1,2,3, & 4, then they return to BASE
    WHAT I have NOT allowed is a column to show what time they went back out on the second leg,
    or if there is a 3rd leg we need a " Time Out " column Please.


    73s

    Peter
    Attached Files Attached Files
    One I have learnt over the last few months, " You are NEVER too old to learn ".
    Sometimes I forget to say " Thank You " for your assistance, so here I say " A BIG Thank You. "

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,410

    Re: ATT Ali Modify your Lookup tables to add another feature

    I'll have a look.

    Where have you shown what is required? I can't see any changes in the workbook. I need to have an idea of what this should look like.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,410

    Re: ATT Ali Modify your Lookup tables to add another feature

    Do you mean that we need a Time Out after each base like this:

    Excel 2016 (Windows) 32 bit
    A
    B
    1
    ChkPts ChkPts
    2
    1
    ChkPt 1
    3
    2
    ChkPt 2
    4
    3
    ChkPt 3
    5
    4
    ChkPt 4
    6
    5
    Base
    7
    6
    TimeOut
    8
    7
    ChkPt 5
    9
    8
    ChkPt 6
    10
    9
    ChkPt 7
    11
    10
    ChkPt 8
    12
    11
    Base
    13
    12
    Sheet: Sheet1

  4. #4
    Forum Contributor Potholes's Avatar
    Join Date
    11-25-2011
    Location
    Brisbane
    MS-Off Ver
    Office 2021
    Posts
    774

    Re: ATT Ali Modify your Lookup tables to add another feature

    Hi

    On the current file on the OPEN sheet Columns : J and P once the added " Time Out " column is added
    Is that enough info ??

  5. #5
    Forum Contributor Potholes's Avatar
    Join Date
    11-25-2011
    Location
    Brisbane
    MS-Off Ver
    Office 2021
    Posts
    774

    Re: ATT Ali Modify your Lookup tables to add another feature

    Thank You

    That's it exactly

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,410

    Re: ATT Ali Modify your Lookup tables to add another feature

    In L8:

    =IF(K8>MAX($J$8:$J$10),"",IF(L7="Base","TimeOut",IF(ISNA(MATCH(K8,$J$8:$J$10,0)),"ChkPt "&K8-SUM(COUNTIF(L$7:L7,{"TimeOut","Base"})),"Base")))

    Drag copy down.
    Attached Files Attached Files

  7. #7
    Forum Contributor Potholes's Avatar
    Join Date
    11-25-2011
    Location
    Brisbane
    MS-Off Ver
    Office 2021
    Posts
    774

    Re: ATT Ali Modify your Lookup tables to add another feature

    Hi Ali

    Once again you have helped out.

    Many Many Thanks

    Pete

  8. #8
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,410

    Re: ATT Ali Modify your Lookup tables to add another feature

    No worries.

  9. #9
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: ATT Ali Modify your Lookup tables to add another feature

    This was posted in the VBA forum, shouldnt it be moved to General?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  10. #10
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,410

    Re: ATT Ali Modify your Lookup tables to add another feature

    I didn’t notice. I’ll move it.

+ 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: 0
    Last Post: 07-10-2017, 09:32 PM
  2. Where's the Distinct Count feature in Pivot Tables?
    By scokaw in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 06-09-2017, 11:28 PM
  3. Cant find a way to modify my code to add a new feature.
    By dark91zc in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-14-2013, 01:03 PM
  4. Disable or modify hash mark feature...
    By Dazed&Confuseled in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-10-2012, 10:57 AM
  5. Auto table feature in excel doesnt work on multiple tables
    By Chris Lampard in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-26-2006, 08:25 AM
  6. [SOLVED] Modify Macro To LookUp 2 Tables
    By carl in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-17-2006, 03:35 PM
  7. Help on Lookup feature
    By JLH in forum Excel General
    Replies: 2
    Last Post: 12-28-2005, 04:01 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