About 162,000 results
Open links in new tab
  1. Add Multiple Columns in One Step - Power Query - MrExcel

    Jul 7, 2014 · Re: Add multiple columns in a single step (Power Query) Hi , To what I could understood you wnat to append columns if you append two columns that have different …

  2. How to Add Cells then Divide by that Total in the Same Cell

    Oct 13, 2016 · Hi All! I'm sorry if this has been in a previous post, I could not find what I was looking for. I need help with what probably is a simple formula... I need to Sum Cells A1 and …

  3. Combine two columns into one, with a hyphen - MrExcel

    Jan 2, 2005 · I recently received help splitting one column into two using the DATA>TEXT TO COLUMNS>DELIMITED ability. I have now found myself wanting to combine two other …

  4. Excel 2024: Use a Pivot Table to Compare Lists

    May 22, 2024 · If you have two lists to compare, you need to add two columns of VLOOKUP. In the figure below, you are trying to compare Tuesday to Monday and Wednesday to Tuesday …

  5. Excel: How Can I Add More Rows or Columns to My Spreadsheet?

    Jun 24, 2025 · In earlier versions of Excel such as version 2003, there were 256 columns and 65,536 rows. For many years there was a clamor for Microsoft to add more rows and columns …

  6. Power Query add two columns with a null value - MrExcel

    Aug 22, 2006 · I have a data set and I am trying to simply add to columns together, both columns are decimal type. Some of the values are null in one column or the other and no matter what I …

  7. AddItem to two columns in a listbox within a For each loop - add …

    Jun 8, 2016 · The scripting works when i is replaced with a row number but only adds to a single "row" in the List. My thought was to do something like - Range ("A" & Rows.Count).End …

  8. Formula to join two cells with a dot in between? - MrExcel

    Nov 28, 2016 · Hi I have a list of names where I'd like to combine the First Name and Surname (but have a dot in between them), then add a corporation at the end of each...

  9. Populating multi column combobox | MrExcel Message Board

    Mar 1, 2010 · Hi all, I am looking for a VBA code to populate a two column combobox using data from two columns of data on different locations in a spreadsheet. Any idea how to do this? …

  10. Add from multiselect listbox items with multiple columns to …

    May 10, 2021 · To add items to a multiple column listbox you use AddItem to add a new row with just the first column item and then put the remaining column items in the new row's List array.