+ Reply to Thread
Results 1 to 7 of 7

Indirect function

  1. #1
    Registered User
    Join Date
    04-11-2022
    Location
    Rotterdam
    MS-Off Ver
    21
    Posts
    3

    Indirect function

    Hi everyone,

    I am using this formula in my workbook which contains crewmembers. A list will be created with all members on board. Works as a charme.
    =INDIRECT("'Crewlist'!C"&SMALL(IF(LEN(Crewlist!$C$2:$C$86)=0,"",ROW(ペewlist!$2:$86)),ROW(Crewlist!C2)))

    Now I want to use the same kind of formula to create a list of crewmembers who sign off (go home for holiday) on a certain date TODAY()+1 (thats tomorrow), which is the day after today.
    I copied this formula and changes some columns, but cant get it fixed.

    Can anyone help me out please.

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,443

    Re: Indirect function

    There are instructions at the top of the page on how to post a sample sheet.Thanks

  3. #3
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,532

    Re: Indirect function

    Welcome to the Forum Gerard140365!

    We have no idea what data is in your worksheet, or what columns they are in. Please see "HOW TO ATTACH YOUR SAMPLE WORKBOOK" in the yellow banner at the top of the page and attach your actual file.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  4. #4
    Registered User
    Join Date
    04-11-2022
    Location
    Rotterdam
    MS-Off Ver
    21
    Posts
    3

    Re: Indirect function

    Ok guys. Attached
    Attached Files Attached Files

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,895

    Re: Indirect function

    Ah no. Don't use INDIRECT it is volatile, raclaulates every time anything changes. Use this:


    =INDEX(Crewlist!C:C,AGGREGATE(15,6,ROW(Crewlist!$C$3:$C$86)/(Crewlist!$C$3:$C$86<>""),ROWS(B$23:B23)))

    and similar in ALL columns. See file.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  6. #6
    Registered User
    Join Date
    04-11-2022
    Location
    Rotterdam
    MS-Off Ver
    21
    Posts
    3

    Re: Indirect function

    Thanks Glenn. Much appreciated

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,895

    Re: Indirect function

    You're welcome.



    It would be very nice if you were to just click the Add Reputation button at the foot of any of the posts of members who helped you reach a solution.

    Finally, if that takes care of your original question, please select "Thread Tools" from the menu link (just above the first post in the thread) and mark this thread as SOLVED.

+ 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: 6
    Last Post: 10-29-2021, 05:52 PM
  2. [SOLVED] Problem with indirect function in XIRR function
    By lynnsong986 in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 01-17-2020, 05:12 PM
  3. [SOLVED] INDIRECT Function with multiple sheets - SUMIF, INDIRECT & MATCH
    By DJDRU in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-07-2014, 08:42 AM
  4. Using Indirect function inside the Search function
    By skhari in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-20-2014, 05:32 PM
  5. [SOLVED] Combining Text Function with Indirect Function
    By ninmjj in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-31-2013, 10:34 AM
  6. Sumif function using indirect function and data from different sheet
    By pronky007 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-26-2013, 12:40 PM
  7. [SOLVED] Using ROW function inside of both an Indirect and Index function returns #VALUE
    By xandermacleod in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-11-2012, 06:22 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