append

  1. freelensia

    Append one table to another and NOT create a new master table

    Hi, I have table A like this Name Age John
  2. azizrasul

    Using Shell

    I am trying to merge 2 win2pdf files (pdf1.pdf and pdf2.pdf). I have been given the following command line to create the merged file called pdf3.pdf. Is there a way of using Shell to do this? I tried the following which didn't error but didn't do anything either...
  3. M

    sort two columns as one (append second to first)

    Hi, first - I have names in A column and dates in B column from A5:B10 second - names in D column and dates in E column from D5:E30 I can sort them independently and then copy upper of the second to the bottom of the first but I need to sort them as one, upper values of second columns to be...
  4. E

    Five Digit Append

    Looking for some VBA code to help with the following need. Rows in column G contains a five digit number. Rows in column H contains a combination of text and numbers. Combinations in column H always ends with “-XXXXX”. I need to append the five digit number in column G such that the five...
  5. C

    PowerPivot Append Paste is deleting multple blanks in text

    Hi, I want to update a sales volume list on a monthly basis. I used to have a linked table but the dashboard was getting quite heavy. I rebuilt it using a pasted table. But I am having a problem with append paste. The product numbers are up to 10 digits. The first 4 digits are a prefix, and...
  6. E

    VBA Help - New table rows event or trigger

    Hi everyone, i'm trying to trigger some code when a table gets new rows. For example, for my financial records, i periodically check for new transactions on my bank website, and copy them and append them into an excel table. When I do this, i want to input the date into a cell to know when i...
  7. A

    Copy data from a linked cell

    Hi everyone, I am new to this forum, I need HELP!! I have linked an excel cell (A1) to an external source, when ever the value from the source changes the cell will reflect the same value(used Paste Special>Link). Now I need a code which can append all the values of the cell in a different...
  8. G

    How to not append a file if it does not exist?

    Cross-posted from excelguru: So here's the situation: I pull a bunch of data out of our database through various queries and mash them all together in Power Query. For one dataset in particular, there are days where the data I need is not FTP'd to our database by the service provider until the...
  9. M

    Remove anything after the 3rd / and append some data

    We have various urls posted into our sheet that sometimes are not valid urls for what we need. So we need to strip some data from it and append some data to the end. EXAMPLE https://www.myurl.com/p/Bce6o9tg0XZ/?utm_source=google&utm_medium=cpc needs stripping to...
  10. D

    Adding a year to a date

    I have exported a file and there is a column that returns dates as text in the following format - 01/19. I need to append "2017" to every entry in that column so that the result is "01/19/2017". What would be the best approach to doing so? Thanks!
  11. B

    Copy and append data to a separate worksheet using VBA

    Hi all Been looking around and couldn't find a suitable VBA code. (I'm not well-versed in coding thus don't know enough to update the codes that I found online). Hoping I can get some help here. I have 2 worksheets. Worksheet1: Data is entered from Column A Column B Column C Column D...
  12. P

    Is it possible: append rights only to Excel worksheet?

    Hi Guys, I am working on a form in Excel VBA code of which is password protected. The idea is that user fills the form (accessible from his/hers drive or from remote location), clicks submit button and the email with details is sent. At the same time the same details are saved into other...
  13. L

    VBA to Create a Report of Cell Comments, Appending Data from Multiple Files

    Hi there. I'm attempting to create a user-friendly macro-enabled spreadsheet ("Comments Recap v2.xlsm") that will generate a report of the Excel cell Comments in selected Excel workbooks. I've got a nifty button that will enable the user to select a folder. After that, all the excel files...
  14. K

    Two Dimensional Append?

    Hey All, I've been stuck on this at work all day so turning here in my final hour of desperation! I have two tables, listed below: <tbody> Date Month Program Projected Sales 1/1/2017 1 ABC 100 2/2/2017 2 XYZ 200 3/3/2017 3 ABC 300 4/4/2017 4 XYZ 400 </tbody> <tbody> Program 1 2 3...
  15. T

    Combining Data from Multiple Tables

    Good morning, I am working on a project that requires me to combine the information from 7 different tables in Matrix format into one master table in tabular format that acts as the data source for a PivotTable. The solution needs to be something that can run every time a user has finished...
  16. 3

    Append to array without knowing ahead how many to add to

    Hi, how do I append an item to an array without knowing how many to add to ahead of time? I created a generic example to illustrate. Public Sub Add2Arr() Set sht = ThisWorkbook.Worksheets("Sheet1") lastRow = sht.Cells(sht.Rows.Count, "A").End(xlUp).Row Dim maxArr() As Variant For i =...
  17. P

    VBA import and append data to table

    I have been a user of Access for many years, but never built anything. How do I setup VBA to import and append data to a table? Thanks
  18. P

    vba to append data

    I will be loading data into a specific ws that I want to pull in with vba. the file will be in .txt format and all of the columns will be the same. I just need to append this information to the data set Thanks
  19. B

    VBA filename append index

    Hi all. I have created an SPC sheet which stores 120 spc measurements. My code which checks each data column then updates the sheet is as follows: Sub findemptycell() Application.ScreenUpdating = False 'Check that all required fields are complete else stop and set focus to empty field...
  20. K

    Macro to Search for Value in One Column and Append the value in another column

    I'm looking for a macro to look for a specific Text String in a column and then append the value in another column. We have a program that exports out to a template in excel to do generate a pricing quote for our customers and We have someone manually doing adding values to the name of the...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top