• 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 for query: concatenate

  1. p45cal

    Combined Excel formulas

    ...is the same: To help reduce the possibilities of such incorrect matches you can put an unusual character between the 2 values when you concatenate them, so instead of: A2&B2 use say: A2 & "¬" & B2 so you get this instead: where you can see the helper column is different. Of course, then...
  2. D

    VLOOKUP not stopping on first instance of lookup value

    ...the user will enter a value that doesn't match exactly any of the possible lookup values, so return the nearest value. I know you can concatenate each possible lookup value with COUNTIF to specify the Nth occurrence of each lookup value, but I don't think that will work since the possible...
  3. P

    Which formula should be used to calculate monthly interest, emi, closing balance, and annual year monthly in the table?

    ...financial years, starting April FINANCIALYEARλ =LET( adjustedDate, 1 + EOMONTH(+date, -4), FY, YEAR(adjustedDate), CONCATENATE("FY", FY, "-", FY + 1) ) FINANCIALMONTHλ = LET( adjustedDate, 1 + EOMONTH(+date, -4), FM, MONTH(adjustedDate), "FM" &...
  4. S

    Merge and sequentially number data

    ...in cell A2) place the same value in column D (D2) and continue this pattern for the subsequent rows. If a value is empty in column A, concatenate the contents of cells B and C, Subsequently, add a continuous series of numbers for the latest 3 digits based on the preceding cell's value, which...
  5. S

    Merge and sequentially number data

    ...in cell A2), place the same value in column D (D2) and continue this pattern for the subsequent rows. If a value is empty in column A, concatenate the contents of cells B and C, Subsequently, add a continuous series of numbers for the latest 3 digits based on the preceding cell's value, which...
  6. D

    Offset one cell to right

    Very simple... Thanks a lot p45cal !!!
  7. p45cal

    Offset one cell to right

    change the 8 to a 9: =HYPERLINK("#"&LEFT(A2,2)&"!"&ADDRESS(MATCH("Total",INDIRECT(CONCATENATE("'",LEFT(A2,2),"'","!H:$H")),0),9),CONCATENATE("Pmts day ",LEFT(A2,2))) Highlighting doesn't show in the above so...
  8. J

    Key date to date

    ...instead of number format I've tried the below but it gives me error that it cannot be converted to text. Can it be also done with concatenate? Thanks = Table.AddColumn(#"Changed Type", "FIRST_BILLED_DATE.DATE", each Text.Middle([FIRST_BILLED_DATE], 6, 2) & "/" &...
  9. M

    Concatenate multiple header rows into single header row

    I receive data from our clients that has multiple header rows. I need to concatenate these headers into one single row so that I can pivot this data. I know this can be done using a power query however would like the ability to use a formula. Have tried various formulas using COUNT, LOOKUP etc...
  10. G

    Match weekday wise cities (stored in rows)

    WOW!!, its working, thanks for your help. Trying to check my actual data using your golden formulas, thanks again. You saved my a lot of time to do concatenate, text etc. etc.,,,,,,,,, thanks a lot again.
  11. G

    Match weekday wise cities (stored in rows)

    As I am unable to find a proper formula to do this, I solved my problem using concatenate, text & vlookup etc...., Plz check the attached file, waiting for reply.
  12. P

    Concatenate cells to produce a single line address

    Hello Is there a way to Concatenate this data to produce a cell with a single line address seperated with comma's? i.e 1, High St, Town, Postcode I can do a simple concatenation but it falls down where this is an empty or 'NULL' cell or if there is a house name instead of a number
  13. S

    xlookup of Concatenated Values

    OK, so it's permissible to use '&', but not concatenate in this instance. Interesting. Thanks!
  14. CA Rohit

    Concatenate / Textjoin based on certain criteria

    ...excel. However, few of the description has been split into two cells, resulting in extra line. I need a formula to combine the split cells into one cell based on date column. Attaching an excel sheet for reference. I am thinking of using concatenate and offset, but struggling with the same. TIA
  15. M

    Extract 6-digit number from text if R6 is present in the data

    Peter, how would I change your analysis formula so I could return all work instructions quoted regardless of what service skill is being scored? I'm ok on creating a unique meaningless string like "x123" and adding that to the front of all auditor comments to have an anchor point, so to say...
  16. P

    Extract 6-digit number from text if R6 is present in the data

    This is strictly for 365 (as is all my work). To place the results in the table, you will need to concatenate multiple WIs or simple select the first. = LET( followsR6, TEXTAFTER([@[Constructive_Feedback]], "R6",{1,2,3}), rationalle, TEXTBEFORE(followsR6, CHAR(10),,,1), wInstrNum...
  17. J

    Hierarchy levels order

    ...levels order. Basically, the level hierarchy doesn't appear correctly in the visual graph when I drill it up/down. I have tried to concatenate the X dates visual graphs but no joy and only year/month/QRT/dates appear individually, not concatenated. I believe it's because of the hierarchy...
  18. J

    Interconnection of Forms & Concatenation of Information

    Dear friend Monty, thank you very much for paying attention to my concern. I know what I want to do but I don't know how to program and that is why I am so detailed in my explanation. I will review what you sent me and if there is any problem I will let you know this way.
  19. Monty

    Interconnection of Forms & Concatenation of Information

    ...nivelForm.Hide End If End Sub Sub RegisterInfo() Dim nivelForm As Object Set nivelForm = Sheets("HOME").frmnivel 'Concatenate and record information in Cell I12 Dim info As String info = nivelForm.CombLISTA.Value & " " & GetSelectedOptionButton(nivelForm)...
  20. J

    When drilling the year doesn't come next to the month

    Hi. I think I know the reason for it not to work correctly. Attached is the current date hierachy levels order. I have tried to concatenate the X dates visual graphs but not joy. Before I was able to change the fields' order by dragging them up and down. I've googled it and the option of...
  21. Chihiro

    Useful PowerQuery tricks: Chihiro's notes

    ...type number)){0}, colPos = try List.PositionOf(lVal, firstNum) otherwise null in colPos Useful when columns are jagged and you need to find position of column to concatenate fields based on position. You can change above to find position of column that start with specific text etc.
  22. Monty

    Conditional column with does NOT include and OR criteria

    ...'StagingVelocity LET_FORMATDATAARC'[LETCODE_CODE]) Make sure to concatenate all the values into a single text string separated by the pipe character (|). Adjust this part for other similar CONTAINSSTRING functions in your SWITCH statement
  23. AlanSidman

    Formulas that give a strange result

    to be sure that the trailing space does not appear, change your formula to =TRIM(CONCATENATE(F1," ",B1," ",C1," ",D1))
  24. V

    Formulas that give a strange result

    claudia80 Cells D2, E2 & F2 are empties. Your formula =CONCATENATE(F2," ",B2," ",C2," ",D2) adds there space after C2. ... that's why You'll get those correct NO's. There will be same kind of challenge if any B, C, D or F-column value is 'missing'.
  25. C

    Formulas that give a strange result

    Good evening. I joined data present in different cells with the concatenate in column "I" and checked whether this is the same as that in column "A". Because they are different (the equality in the "J" column is "NO"). If I copy and paste the entire "I" column, a trailing space appears which, if...
Back
Top