Simple but stumped

butters7388

New Member
Joined
Jul 26, 2018
Messages
2
OK I have what I believe to be a simple query but I am stumped.

Pretty much a beginner user so need some help

ok so on sheet 1 I have this table

[TABLE="width: 500"]
<tbody>[TR]
[TD]Column G[/TD]
[TD]Column N[/TD]
[/TR]
[TR]
[TD]Eff Code[/TD]
[TD]Eff[/TD]
[/TR]
[TR]
[TD]Multistorey Unit[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Commercial[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Retail[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

Sheet 2 I have this table

[TABLE="width: 500"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]Column B[/TD]
[/TR]
[TR]
[TD]Multistorey Unit[/TD]
[TD]75%[/TD]
[/TR]
[TR]
[TD]Commercial[/TD]
[TD]80%[/TD]
[/TR]
[TR]
[TD]Retail[/TD]
[TD]80%[/TD]
[/TR]
</tbody>[/TABLE]


Basically I need to populate Column N in table 1.

If Column G in table 1 = Column A in table 2, then Column N will have the data shown in Column B for the corresponding item.


Hope that makes sense and I can get some help.

Cheers
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Hi,


Book1
GN
1Eff CodeEff
2Multistorey Unit75%
3Commercial80%
4Retail80%
Sheet150
Cell Formulas
RangeFormula
N2=IFERROR(VLOOKUP(G2,Sheet151!A$1:B$3,2,0),"")



Book1
AB
1Multistorey Unit75%
2Commercial80%
3Retail80%
Sheet151


N2 formula copied down, if no match is found, results Blank.
Change Sheet name in formula to match your Sheet 2.
Format Column N as "Percentage"
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,227
Messages
6,170,848
Members
452,361
Latest member
d3ad3y3

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