Look up / Pull Value even if multiple iterations

Amanda88R

New Member
Joined
Mar 23, 2023
Messages
1
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
I am currently using INDEX MATCH to look up values across multiple sheets. However in the data it needs to compare there can be multiple iterations of the look up value. This is currently causing me issues.

To explain - we are tracking whether post numbers match the VERIFIED posts on the Prevalidated Rotation Tab (this is all dummy data) There can be multiple instances of this post BUT the Post number and the Site and Sequence Number have to MATCH. Currently using the formulas below as soon as the ones in yellow are added most of my posts dont match even though they are all on the prevalidated tab
So I think I need it to just look up IF a post exists in the data not WHERE

Prevalidated rotation formulas
concat 2 = =CONCAT([@[Seq No.]],[@Site],[@[National Post Number]])

Rotation 1 formulas
concat 2concatfound on prevalidated grid
=PVR[@[concat 2]]=CONCAT([@[Seq No.]],[@Site],[@[National Post Number]])=IF([@[concat 2]]=[@concat],"post match","posts don’t match")

Rotation 1 sheet
1679572385206.png

Prevalidated Rotation Sheet
1679572367252.png
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Can you not use a simple MATCH in column C?
IF(MATCH(Bx,'Prevalidated Rotation Sheet'!A:A, 0), "post match","posts don’t match")
 
Upvote 0

Forum statistics

Threads
1,214,925
Messages
6,122,298
Members
449,077
Latest member
Rkmenon

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