Importing monthly data, want it matched to the corresponding row

Fadelol

New Member
Joined
Aug 6, 2011
Messages
1
Hi,

Every month we get a list of data that we import into a larger sheet. The monthly data very rarely matches the rows in the larger sheet. Currently we go through this manually row after row adding the correct monthly data for that row. I am however certain there must be easier ways of doing this.

Example:
Code:
A********B********C********D*****
NAME*****JUNE*****JULY*****AUGUST
BOB******45*******43*******94****
DENNIS***98*******54*******35****
CARL*****43*******22*******12****
Now say that we get the monthly report for September with the following data

Code:
NAME*****SEPTEMBER
BOB******99*******
MARK*****44*******

The desired result would be to have the 99 added to the E column in the larger sheet for BOB as well as having Mark added into the larger sheet. DENNIS and CARL who are not in the report for September can have their cells either as 0 or empty in the September column.

Code:
A********B********C********D**********E********
NAME*****JUNE*****JULY*****AUGUST*****SEPTEMBER
BOB******45*******43*******94*********99*******
DENNIS***98*******54*******35******************
CARL*****43*******22*******12******************
MARK**********************************44*******

I hope I made myself clear :). Thank you for any help!
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)

Forum statistics

Threads
1,224,581
Messages
6,179,668
Members
452,936
Latest member
anamikabhargaw

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