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

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
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,225,760
Messages
6,186,874
Members
453,381
Latest member
tcell

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