Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi everyone:
1. I have two sheets, "Sheet1" and "Sheet2" containing data. 2. "Sheet2" have some data from "Sheet1" but also includes different data as well. 3. I can find new data (different) data in "Sheet2" by using vlookup. however I have macro running on sheet1 to create pivot table report. I am just missing those new data from Sheet2. 4. Both "Sheet1" and "Sheet2" has data from column A to X. Common lookup column being D. Row numbers change each month. I know if I run vlookup in sheet2, all the new data will return #N/A. I know I can make it return either than #N/A using iserror and if function but. How do I include those new data from "Sheet2" to "Sheet1" using VBA? so I can run the pivot macro on "Sheet1"? Thank you so much for your help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If (Vlookup 0) working, but what if Vlookup cell does not exist | Excel Worksheet Functions | |||
VLookUp - Does the VLookUp return the exact information? | Excel Worksheet Functions | |||
using a vlookup to enter text into rows beneath the vlookup cell | Excel Programming | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
Which is faster: VLOOKUP-worksheet or VB-array VLOOKUP? | Excel Programming |