XLookup going "out of sync" because data missing from lookup array

pincarrot 776

New Member
Joined
Dec 29, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi Everyone,
I try to "scatter" values from one data set to table with xlookup. In reality the target-table is very big. These are 2d coordinates I try to place, data itself comes from other program. As far as I have "all the values" in the source, it goes smooth. But then when there is a gap in source data, it goes out of sync and looks for the data from the wrong place. Is there a way to fix this, Im thinking my whole approach might be wrong. In fact I have so little idea about what Im doing that I cant even find answer from Google.

Thank you for any help.
 

Attachments

  • lookup3.png
    lookup3.png
    80.1 KB · Views: 9

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Im guessing you have your data as a table.
Then how about this?:

Libro1
ABCDEFGHIJKLM
1
2
3XYDataName-12,50-12,25-12,00-11,75-11,50-11,25
4-12,5019,5050019,50500-----
5-12,2519,2530019,25-300----
6-11,2515,7520019,00------
718,75------
818,50------
918,25------
1018,00------
1117,75------
1217,50------
1317,25------
1417,00------
1516,75------
1616,50------
1716,25------
1816,00------
1915,75-----200
2015,50------
2115,25------
2215,00------
2314,75------
2414,50------
2514,25------
Hoja1
Cell Formulas
RangeFormula
H4:M25H4=IFERROR(FILTER(Table1[[Data]:[Data]],(Table1[[X]:[X]]=H$3)*(Table1[[Y]:[Y]]=$G4)),0)
 
Upvote 0
Solution
Thank you! In your output it seems to solve the thing, but it does not work for me yet. I think I have to fix some references in order to get it working?
 
Upvote 0

Forum statistics

Threads
1,215,102
Messages
6,123,099
Members
449,096
Latest member
provoking

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