OFFSET MATCH (WITHIN DATA VALIDATION) MISMATCH??

Dlang

New Member
Joined
Apr 2, 2020
Messages
2
Office Version
  1. 365
  2. 2013
Platform
  1. Windows
For some reason my match is exactly 1 cell down from where it needs to start and I have not been able to figure out why.
Customer A should come up 1,2,3 but I'm Getting 2,3,4

=OFFSET('Customer Info'!$A$1,MATCH($B$1,'Customer Info'!$A:$A,0),1,COUNTIF('Customer Info'!$A:$A,$B$1))

Thank you.
 

Attachments

  • 1.png
    1.png
    3.8 KB · Views: 7
  • 2.png
    2.png
    4.1 KB · Views: 7

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Hi & welcome to MrExcel
You need to use
=OFFSET('Customer Info'!$A$1,MATCH($B$1,'Customer Info'!$A:$A,0)-1,1,COUNTIF('Customer Info'!$A:$A,$B$1))
The match will return for A so you are then offsetting 1 row
 
Upvote 0

Forum statistics

Threads
1,214,908
Messages
6,122,187
Members
449,071
Latest member
cdnMech

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