Index / Match

The Grim Discovery

Board Regular
Joined
Jan 23, 2015
Messages
241
Office Version
  1. 365
Platform
  1. Windows
Animal
Phobic
Rat
Yes
Snake
No
Spider
Unknown
Scorpion
Rat
?
Snake
Rat
?
Spider

<tbody>
</tbody>

Hello, how do I get all instances in Col A of 'Rat' to show in Col B as "yes"? This needs to be dynamic as the Col B could also be "no". I suppose I'm asking how can value in Col A have its associated value in Col B repeated wherever it is found? I'm INDEX/MATCHING myself to a standstill.

Thanks in advance.
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
How are you determining that the first value for "Rat" is actually "Yes" ?
Are you just manually typing this into Col B ?
Or is this information held somewhere else ? (this would be my preferred solution I think)
 
Upvote 0
AnimalPhobic
RatYes
SnakeNo
SpiderUnknown
Scorpionyes
Ratyes
Snakeno mytable
Ratyes
Spiderunknown batno
batnobeeyes
beeyesratyes
batnoscorpionyes
snakeno
spiderunknown
the yes by scorpion derived by
=VLOOKUP(A6,mytable,2)

<colgroup><col width="64" span="12" style="width:48pt"> </colgroup><tbody>
</tbody>
 
Upvote 0
GIVEN
AnimalPhobic
RatYes
SnakeNo
snakeUnknown
scorpionyes
mytable
batno
beeyes
ratyes
scorpionyes
snakeno
spiderunknown
the yes by scorpion derived by
=VLOOKUP(A6,mytable,2)
Scorpionyes
Ratyes
Snakeno
Ratyes
Spiderunknown
batno
beeyes
batno

<colgroup><col width="64" span="12" style="width:48pt"> </colgroup><tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,214,531
Messages
6,120,073
Members
448,943
Latest member
sharmarick

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