How to become an Excel master!

MrM90

New Member
Joined
Apr 5, 2017
Messages
2
Hi everyone,

I am new to this forum. I really want to learn everything on Excel and become a master at it. Can anyone suggest any good guides on Formulas/Macros?

Also I wonder if anyone can help me figure out the correct Formula I need.

I have a set of data which looks like:

Data A)

[TABLE="width: 250"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Limit[/TD]
[TD]Grade[/TD]
[/TR]
[TR]
[TD]Dave[/TD]
[TD]100k[/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]80k[/TD]
[TD]B[/TD]
[/TR]
</tbody>[/TABLE]


I then have another set of data:

Data B)


[TABLE="width: 250"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Balance[/TD]
[TD]Days[/TD]
[/TR]
[TR]
[TD]Dave[/TD]
[TD]90k[/TD]
[TD]85[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]65k[/TD]
[TD]65[/TD]
[/TR]
</tbody>[/TABLE]


So I will have data A in a separate tab saved at all times which will change only every 3 months.

Data B will be picked up monthly.

So basically I need a formula I can use so when I put data B in, it picks up the matches from data A and copies it. So it will eventually look like:

[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Balance[/TD]
[TD]Days[/TD]
[TD]Limit[/TD]
[TD]Grade[/TD]
[/TR]
[TR]
[TD]Dave[/TD]
[TD]90k[/TD]
[TD]85[/TD]
[TD]100k[/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]65k[/TD]
[TD]65[/TD]
[TD]65k[/TD]
[TD]B[/TD]
[/TR]
</tbody>[/TABLE]


I have been trying to look online for a formula and it comes up with "lookup" formula but I do not understand it. Are there any wizzes that can help please?

Thanks
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
I think you will find it is already on Hiker95's list :biggrin:


opps i did check must off got blinded while scanning the list it seems

my bad well done hiker 95 for complete list i have updated my copy as used your list in the past many times
 
Upvote 0

Forum statistics

Threads
1,223,234
Messages
6,170,891
Members
452,366
Latest member
TePunaBloke

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