• 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. B

    Decimal and match excel formulas questions.

    Try, =TEXT(LEN(A2)-FIND(".",A2&"."),"0;;;")
  2. B

    Count Formula based on column and row

    Try, In D12, formula copied across and down: =SUM(ISNUMBER(OFFSET($C$2,MATCH($C12,$C$3:$C$8,0),6,,25))*(OFFSET($C$2,MATCH($C12,$C$3:$C$8,0)+2,6,,25)=D$11)) Or, =SUM(OFFSET($C$2,MATCH($C12,$C$3:$C$8,0),6,,25)*(OFFSET($C$2,MATCH($C12,$C$3:$C$8,0)+2,6,,25)=D$11)) Remark: please confirm which...
  3. B

    Calculate percentage of target achieved when target is a negative number

    Open a new thread for your new question. This post is closed.
  4. B

    Vlookup with Sum

    Basically you need 2 Vlookup and Iferror functions for multiple tables lookup & sum, something like: In F2, formula copied down: =SUM(IFERROR(VLOOKUP(A2,A$2:B$15,2,0),0),IFERROR(VLOOKUP(A2,C$2:D$15,2,0),0)) Regards
  5. B

    Calculate No. of Days Based on Entered Dates

    Or this, result as same as mohamed's formula. =MAX(0,MIN(B5,B$2)-MAX(A5,A$2))
  6. B

    Extract multiple words from a cell in excel (solved)

    What is your Excel version?
  7. B

    Offset function attempting to sum specific column in the array

    Here is my modified table layout In Cell A16, which have a dropdown list created by Data Validation, for you to select Project A or B or C ....... Then, 1] B17, formula copied across right : =SUM(N(OFFSET($A$2,MATCH($A$16,$A$3:$A$6,0),{2,9,10}+(COLUMNS($B$1:B$1)-1)*24))) 2] B18, formula...
  8. B

    Offset function attempting to sum specific column in the array

    1] You don't know how to handle the basic Offset function. 2] I remove the Sum function and test the Offset function =OFFSET('2020 Project Load(Budgeted)'!$AKQ$12,,(COLUMNS($E$12:E12)-1)*24,,1) And It always return A,0....... , but I think you wanted return 5,5,....... 3] Without any...
  9. B

    Offset function attempting to sum specific column in the array

    Always upload a file to state what you have? and what do you want? with expected results in few example lines. Regards
  10. B

    vlookup with match function

    Then, try this =LOOKUP(9^9,'FROM WEB'!F1:F1000/('FROM WEB'!B1:B1000=B4)/('FROM WEB'!H1:H1000=E4))
  11. B

    Custom number format not working

    You want format date with all CAPS, but you would not using custom number format. You would need to use an in cell TEXT function to enforce UPPER, e.g. in H2 formula copied down: =UPPER(TEXT(F2, "d mmm yy"))
  12. B

    Simple question, easy answer sought. I've been out of the game for a while.

    Up load a file to us, saying what you have and what you want? Giving around 10 rows data.
  13. B

    vlookup with match function

    Try, In F4, formula copied down: =LOOKUP(9^9,'FROM WEB'!F:F/('FROM WEB'!B:B=B4)/('FROM WEB'!H:H=E4))
  14. B

    IF function when criteria is not met, it will automatically look into the next cell to verify the criteria and so on.

    Formula of using IF function+ OR function In cell F2 enter formula and copied down =IF(OR(B2="not interested",B2="voicemail"),A2,"") Or, another way to give you the same result: =IF(OR(B2={"not interested","voicemail"}),A2,"") =IF((B2="not interested")+(B2="voicemail"),A2,"") Regards
  15. B

    Rotating name formula

    This can be used by a simply VLOOKUP function 1] You just set up a Result Table with header as same as the Source Table 2] Criteria of week is in cell M1, you enter number 1 to 33 (This example I enter 17) Then 3] In L3, formula copied across right...
  16. B

    Assist with formula to convert min to percentage of an hour

    Or, In J6, formula copied across and down: =IF(C6="","",DOLLARDE(C6,60))
  17. B

    Convert text to numbers

    Or, try this formula way to remove the 1st character In E2, formula copied down: =0+SUBSTITUTE(D2,LEFT(D2),"") Then, using Column E data for your calculation.
  18. B

    calculate the distance between two points

    @vletm Yes, with my MS Excel 2021, I can see the @ sign It also work after do you named step by step. I think the formula copy/paste from web by the OP and resulted "#NOME?" , because his Excel version does not support the @ sign .
  19. B

    calculate the distance between two points

    In addition to our Vletm's explanation. 1] Maybe your Excel do not support this @ sign 2] @ sign is popularly knows as Implicit intersection operator to support Dynamic Array formula method. It can be found in Excel 2019 & Office 365. So, In your K2 formula...
  20. B

    lookup all the sheet names that contain an item

    Maybe, In C2, formula copies across right and down: =IFERROR(OFFSET(INDIRECT("'"&$B2&"'!A500"),MATCH($A2,INDIRECT("'"&$B2&"'!$A500:A600"),0)-1,AGGREGATE(15,6,COLUMN($A$1:$AZ$1)/(INDIRECT("'"&$B2&"'!A500:AZ500")="R Mat"),COLUMN(A$1))-1),"")
  21. B

    lookup all the sheet names that contain an item

    1] What's wrong with your column B formula results? 2] What's your column B expected results?
  22. B

    Text & Special Character Split

    This formula work for Excel 2010 and up In B2, formula copied across right and down: =TRIM(MID(SUBSTITUTE(", "&SUBSTITUTE(SUBSTITUTE($A2,", and",",")," and",","),", ",REPT(" ",50)),COLUMN(A1)*50,50))
  23. B

    Modify the code column equation

    Try, AC4 formula copied down: =VLOOKUP(LEFT(Basic!U4,FIND(" ",Basic!U4&" ")-1),Setting!$B$2:$D$6,2+AND(ISNUMBER(MATCH(D4,Setting!$J$2:$J$16,0)),ISNUMBER(MATCH(Basic!V4,Setting!$F$2:$F$23,0))),)
  24. B

    Help for IF function

    Maybe, D8, formula copied across right: =IF(D4>=$D$2,OFFSET($D$6,,MONTH(D4)-MONTH($D$2)),"")
  25. B

    Excel formula Problem

    Or, =SUM(COUNTIF(B:B,{"P","OD"}))
Back
Top