[URGENT] Macro tools to import data w/ new line items while updating the data in new

leaningxlsm

New member
Joined
Oct 25, 2016
Messages
3
Reaction score
0
Points
0
Hello Everyone,

I am really stumped in this task I have been given..Here is the summary of what I need to do.

Source File
• Sheet 1: Database of Projects with the following columns (Excel File):
Country, Business Unit, Project Name, Project Manager, Current Revenue, Last month’s Forecast, Current Forecast

• Sheet 2: Two graphs for summary of Revenue vs Last forecast for Business Unit & Country


Create a macro based Excel tool to do the following:

• Button 1: Imports new set of data to append a database with new line items and updates existing line items with a new workbook.
- I have to import the data with the same columns while appending the new ones and updating the existing entries. There should be no overwriting or duplicates. I need to also update Last months forecast with the old current forecast for exisiting entries.

• Button 2: Checks if a bubble chart exists. If yes, update it when the new data or create a new bubble chart for the existing data.
- The chart needs to be linked to the new database with the updated range.

I have figured out I need to loop through the new file, line by line, and check if the project name exists in my current database with the match function (I got the code for that through Macro Recordings), but I am unable to compile properly or move ahead. I havent yet figured out how to make button 2. I have also gone through the stickied thread, but, I need more time to absorb all that knowledge which I currently dont have.

Any assistance will be most appreciated.

Best,
Learningxlsm
 
Hello
free forums are manned by volunteers working for free on their spare time. You cannot expect them to react within the hour. We usually ask that one waits about 24 hrs before bumping.

Of course, if it's really urgent, pay sites will be more than glad to help.
 
Hello
free forums are manned by volunteers working for free on their spare time. You cannot expect them to react within the hour. We usually ask that one waits about 24 hrs before bumping.

Of course, if it's really urgent, pay sites will be more than glad to help.

Hey Peco,
Thanks for the advice, noted for the future, when I have something complex!
 
Back
Top