+ Reply to Thread
Results 1 to 5 of 5

issue with VSTACK formula

  1. #1
    Forum Contributor
    Join Date
    05-11-2020
    Location
    Kansas City
    MS-Off Ver
    Office 365
    Posts
    162

    issue with VSTACK formula

    Good afternoon All,

    I have a formula in cell A6 tab "Kitting Schedule" that I can't get to work. It should pull data based on date from cell A2 and by the qty entered into cell B2, but it isn't for reasons that I can't figure out. I have included this file and would appreciate any guidance! There is a password on these sheets- "schedule" without the quotations.

    Thank you in advance,

    Adam
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    10-19-2021
    Location
    Brazil
    MS-Off Ver
    Office 365 V2401 w/ Win10 Home 64 Bit
    Posts
    2,014

    Re: issue with VSTACK formula

    The problem is with your options, the formula is ok.
    Check this part (Table3[DateRecieved]<>"")

    I made some changes in your Table3 to test.
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    05-11-2020
    Location
    Kansas City
    MS-Off Ver
    Office 365
    Posts
    162

    Re: issue with VSTACK formula

    What did you have to modify to get it to work?

    Thank you in advance!

    Adam

  4. #4
    Forum Expert
    Join Date
    10-19-2021
    Location
    Brazil
    MS-Off Ver
    Office 365 V2401 w/ Win10 Home 64 Bit
    Posts
    2,014

    Re: issue with VSTACK formula

    The problem with your source data in Table3 is that all Table3[Kitting]="Yes" have no date in column Table3[DateRecieved], so there is no match.

    Your formula.
    =LET(v,VSTACK(FILTER(CHOOSECOLS(Table3[[Due Date]:[Notes]],4,2,12,5,1,13), (Table3[Due Date]>=A2)*(Table3[Kitting]="Yes")*(Table3[DateRecieved]<>"")*(Table3['#OfKits]>=B2);""); FILTER(CHOOSECOLS(Table35[[Due Date]:[Notes]];4;2;12;5;1;13); (Table35[Due Date]>=A2)*(Table35[Kitting]="Yes")*(Table35[DateRecieved]<>"")*(Table35['#OfKits]>=B2),"")),SORT(FILTER(v,INDEX(v,,1)<>""),5))

  5. #5
    Forum Expert
    Join Date
    10-19-2021
    Location
    Brazil
    MS-Off Ver
    Office 365 V2401 w/ Win10 Home 64 Bit
    Posts
    2,014

    Re: issue with VSTACK formula

    Tks for the feedback, glad to have helped.

+ 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. Help with VSTACK formula
    By Newtonus_Prime in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 01-31-2024, 04:38 PM
  2. VSTACK two tables into one
    By JayCeeH92 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 11-28-2023, 02:06 PM
  3. Need help for a replacement formula to VSTACK!
    By Jvs2551 in forum Excel General
    Replies: 4
    Last Post: 10-11-2023, 08:46 AM
  4. [SOLVED] feed single array via VSTACK and REDUCE issue
    By guillaume0314 in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 09-16-2023, 08:25 AM
  5. [SOLVED] Getting empty cell on SUBSTITUTE+VSTACK formula
    By oteixeira in forum Excel General
    Replies: 3
    Last Post: 01-17-2023, 02:08 PM
  6. [SOLVED] VSTACK with condition
    By Andrew-Mark in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 10-28-2022, 04:52 AM
  7. Please Help With VStack
    By KaylaP in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-24-2022, 08:04 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