• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. AliGW

    INDEX MATCH Function

    I was going to look at that route, but then got side-tracked by other things! :DD
  2. AliGW

    INDEX MATCH Function

    You're welcome! Please don't forget to hit the LIKE button under my post. Thanks. :DD
  3. AliGW

    INDEX MATCH Function

    First, get rid of ALL of the INDEX MATCH formulae (they are clunky and slow). We'll use 365 functions instead. Next, in D10 copied across: =LET(d,TOCOL(FILTER('RepHunter Contacts - Member #12'!$BI2:.$DW5000,('RepHunter Contacts - Member #12'!$C2:.$C5000=D$2)),1)...
  4. AliGW

    INDEX MATCH Function

    I am not sure that I understand. In the workbook you have an INDEX MATCH formula that lists US states AND overseas territories (Sheet 1) - is this where you want a new formula? And if it is, and you want the states to align with the states as listed in B and C (is this correct?), where should...
  5. AliGW

    INDEX MATCH Function

    Please ... ;)
  6. AliGW

    INDEX MATCH Function

    Which version of Excel are you using? Where should overseas territories be listed?
  7. AliGW

    Non Duplicate Entries

    Please provide the workbook - we cannot manipulate screenshots.
  8. AliGW

    Match and index with additional column

    Please feel free to use the LIKE button under our posts.
  9. AliGW

    Match and index with additional column

    Threse are things you need to mention at the outset.
  10. AliGW

    Match and index with additional column

    I'll assume you have 365. In H3: C In I3: 07/12/2025 In J3 followed by ENTER: =DROP(GROUPBY(HSTACK(B4:B15,C4:C15),HSTACK(D4:D15,E4:E15,F4:F15),SUM,,0,,(B4:B15=H3)*(C4:C15=I3)),,2) AliGW on MS365 Beta Channel (Windows 11) 64 bit HIJKL 2DomainDatePassFailBlocked 3C12/07/2025242 Sheet: Sheet1
  11. AliGW

    index and match formula error

    You need SUMPRODUCT, not INDEX MATCH MATCH. In C17 copied across and down: =SUMPRODUCT($F$3:$K$12*($F$1:$K$1=$B17)*($D$3:$D$12=C$16))
  12. AliGW

    Help needed to Conditionally Format one cell based on values in a range

    You can't do calculations based on cell colour. Do the numeric values appear in the cells? You'd need to use values to work out the average and then colour the cell accordingly. Best to attach a sample workbook.
  13. AliGW

    Unique filter

    Not even a 'thank you'??? Mmm ... :confused: I based it on what you showed in post #1. You are now showing very different expectations. Please mock up in the workbook a few rows of expected results, because I really have no clue what you want. But I'll have ONE guess...
  14. AliGW

    Array, Group, Sub-total?

    Try this: =GROUPBY(A:.A,B:.B,SUM,3,0)
  15. AliGW

    Unique filter

    In G8 followed by ENTER: =LET(g,GROUPBY(Sheet1!C2:C14,HSTACK(Sheet1!H2:H14,Sheet1!I2:I14),SUM,,0), IF(D3="",g,FILTER(g,INDEX(g,,1)=D3)))
  16. AliGW

    A Little Buried in My Own Formula

    Doesn't this do what you want? =LET(u,UNIQUE(CG12:CJ1428), GLs,SUBSTITUTE(INDEX(u,,1)&"-"&INDEX(u,,2),"'",""), h,HSTACK(GLs,INDEX(u,,4)), FILTER(h,GLs<>"-"))
  17. AliGW

    Looking for a Function

    Please add 10-15 rows of expected results manually to the results sheet. I do not understanbd what you want to see in column M, nor which of the four columns of times are relevant. Add some explanatory notes next to your expected results.
  18. AliGW

    SEARCH ( ) with wildcard

    OK - in the light of this, I shall withdraw from the fray. Forgetting is one thing: completely ignoring requests for feedback is another thing entirely. My time is precious, too. I'll spend it on other things. Good luck.
  19. AliGW

    calculating tax table

    Assuming you have Excel 365, have a look at this: https://exceljet.net/formulas/income-tax-bracket-calculation#tax-calculation-with-multiple-brackets
  20. AliGW

    SEARCH ( ) with wildcard

    Not a reason to leave your helper without any feedback at all - again, a lack of basic courtesy, sadly, especially when you've been prompted multiple times for a comment. Anyway, you are still lacking parenthesis. This: =FILTER($B$5:$F$27,(--LEFT($B$5:$B$27,1)<>1) * LEN($E$5:$E$27)=18 *...
  21. AliGW

    SEARCH ( ) with wildcard

    Workbook? And a reply in the VLOOKUP thread, please. If I don’t get one, I’m out. I’m finding a lack of one extremely discourteous.
  22. AliGW

    VLOOKUP - round up to next number

    Still no response. Why???
  23. AliGW

    SEARCH ( ) with wildcard

    Try this: =FILTER($B$5:$F$27,(--LEFT($B$5:$B$27,1)<>1) * (LEN($E$5:$E$27)=18) * (IFERROR(SEARCH("DELIVER TO STATE",$E$5:$E$27),0))) Note yours was missing all the requisite parenthesis.
  24. AliGW

    SEARCH ( ) with wildcard

    What about the VLOOKUP thread? https://chandoo.org/forum/threads/vlookup-round-up-to-next-number.58513/ Happy to look, but I really would like some feedback in that other thread, which is still hanging ...
Back
Top