Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cjc2797x

    Merge Cells based on value of a cell

    Hi Groves22 - that is absolutely, exactly what I needed!!! Many, many thanks to you. Hi ItIsHardToProgram - it's actually a report where group headers are merged above the detail. The data will change based on when the report is run, so the group headers can be anywhere on the sheet where...
  2. cjc2797x

    Merge Cells based on value of a cell

    I think I'm close with the below code. What I want to is merge both A1 and B1 cells together based on the value of C1. So if C1 = "Y" then merge A1 and B1, otherwise skip to the next row. My problem is the Range() function - I need to have the Range() parameters based on the current row in...
  3. cjc2797x

    Merge Cells based on value of a cell

    Thanks for your response. The above formula example will concatenate A1 and B1 on the D1 column. But what I need is to actually merge the actual values of A1 and B1 without creating another column. The only way I can think to do this is a macro that loops thru the values of column C and then...
  4. cjc2797x

    Merge Cells based on value of a cell

    I've scoured the internet for this, but haven't been able to find the code. I would like to simply merge column A with column B based on a value from column C. So if column C has a 'Y' in it, merge column A to B, if it doesn't, skip the merge and move to the next row. I've seen many examples...

Part and Inventory Search

Back
Top