• 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

    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.
  2. 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...
  3. AliGW

    Array, Group, Sub-total?

    Try this: =GROUPBY(A:.A,B:.B,SUM,3,0)
  4. 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)))
  5. 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<>"-"))
  6. 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.
  7. 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.
  8. 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
  9. 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 *...
  10. 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.
  11. AliGW

    VLOOKUP - round up to next number

    Still no response. Why???
  12. 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.
  13. 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 ...
  14. AliGW

    SEARCH ( ) with wildcard

    What about the VLOOKUP thread???
  15. AliGW

    SEARCH ( ) with wildcard

    Because it's not limiting the search - it's just asking for entries that match the search string plus a space and then one further character - all of the rows have at least this. You could try this: =FILTER($B$5:$E$27,(SEARCH("DELIVER TO STATE",$D$5:$D$27)*ISERROR((SEARCH("%",$D$5:$D$27)))))...
  16. AliGW

    VLOOKUP - round up to next number

    You've started another thread and not even acknowledged the help I offered here. Some feedback for the effort I made on your behalf would have been courteous.
  17. AliGW

    VLOOKUP - round up to next number

    Any use at all???
  18. AliGW

    VLOOKUP - round up to next number

    Or this: =IFNA(IFNA(VLOOKUP(F6,$O$6:$O$17,1,0),LOOKUP(F6,$O$6:$O$17,$O$7:$O$18)),$O$6)
  19. AliGW

    VLOOKUP - round up to next number

    Try this: =IFNA(VLOOKUP(F6,$O$6:$O$17,1,0),LOOKUP(F6,$O$6:$O$17,$O$7:$O$18))
  20. AliGW

    Question - Drilling down and losing control of Data Type (eg: Whole Number, Text)

    Can you please attach a sample workbook? I suspect the whole number format was in fact a text column, but I'd need to see it to be sure.
  21. AliGW

    How to dynamically show Top and Bottom N in Matrix Table for two rows

    Where would you be selecting the date? Where should the results appear? Please manually mock up an example. This sort of 'hot clicking' isn't possible in Excel, but you could have some sort of dependent drop-dwon list instead.
  22. AliGW

    Cell with circular reference keeps jumping around

    Why can't you create a desensitised copy that shows the problem?
  23. AliGW

    Power BI Courses

    Mynda Treacy is an excellent teacher. Google "power bi mynda treacy".
Back
Top