Office, Karriere und Technik Blog

Office, Karriere und Technik Blog

Anzeige

The Xreference function – difference to Sreference and Wreference

The Vreference and Hreference functions have been around in Excel for a very long time, and they’re also great for querying specific data from a table based on a search criteria. In August 2019, however, a new function in Excel was released as a beta version, which is now also fully available for users of Office 365 and Office 2021. It is about the Xreference in Excel, with which you can not only save on Vreference and Wreference, but this function also fixes some weaknesses that were there in the previously mentioned functions and where users had to work with workarounds again and again to fix them bypass.

Die Xverweis Funktion - Unterschied zu Sverweis und Wverweis

Topic Overview

Anzeige

As always, Office 365 users are ahead of the game when it comes to new functions, but over the years the Xreference should be everywhere.
In our little tutorial, we would like to explain the direct comparison using a practice-oriented example, and here you will quickly see where the weaknesses of the Vreference are compared to the Xreference.

The Xreference function – difference to Sreference and Wreference

The Vreference and Hreference functions have been around in Excel for a very long time, and they’re also great for querying specific data from a table based on a search criteria. In August 2019, however, a new function in Excel was released as a beta version, which is now also fully available for users of Office 365 and Office 2021. It is about the Xreference in Excel, with which you can not only save on Vreference and Wreference, but this function also fixes some weaknesses that were there in the previously mentioned functions and where users had to work with workarounds again and again to fix them bypass.

Die Xverweis Funktion - Unterschied zu Sverweis und Wverweis

Topic Overview

Anzeige

As always, Office 365 users are ahead of the game when it comes to new functions, but over the years the Xreference should be everywhere.
In our little tutorial, we would like to explain the direct comparison using a practice-oriented example, and here you will quickly see where the weaknesses of the Vreference are compared to the Xreference.

How does the Xreference work in Excel

In order to show the functionality and the difference to Sreference and Wreference in Excel as transparently and practically as possible, we have created a sample table with different products from a furniture store including batch numbers, versions and storage locations. The aim should be to use a number [column B] to automatically display all the remaining properties of the product in question.

So far that’s not a problem at all and can be easily solved as usual either with an Vreference or an index function. In our case, however, the main focus should be on the weaknesses of the V reference and how we can solve them better using the Xreference.

See fig. (click to enlarge)

Beispiel Xverweis und Sverweis
Ads

With the Xreference, the formula looks like this when we enter the number [ex. No.12] want to determine the remaining values:

=XREFERENCE(J4;table1[number];table1

;”not found”;0;1)

With the Sreference, the formula looks a bit more spartan if you want to determine the remaining values:

=VREFERENCE(J13,Table1[[Number]:[ProductName]],2,TRUE)

Both functions serve their purpose, but work quite differently. Because while the Vreference reacts immediately with error messages as soon as there are changes to the basic table, the Xreference is much more flexible.

Difference: 1
If we move column B to a different position in our original table and swap it with column C

, for example, there are immediately error messages with the Sreference because the references are missing. Because the search direction for the reference is always from left to right. The Xreference, on the other hand, changes its search direction automatically when columns or rows are moved and thus still returns the correct results.

Difference: 2
With the Xreference, we have the option of an alternative [e.g. Text] to enter if a value should not be found. This is sort of a built-in IF-THEN function. In this way, user-defined error messages [in our example “not found”] can be output if a value is not found in the list.

Difference: 3
If we go beyond the list with a search for the Sreference and look for the number 16 [which does not exist] in relation to our example table, then instead of error messages, the results of the last entry are simply output. So here are the product specifications of number 15. With a list as small as ours, that’s still possible, but consider a list with hundreds or even thousands of lines. Then you will very quickly have incorrect results.

See fig. (click to enlarge)

Falscher Wert bei Sverweis vs. Xverweis
Spalte verschoben -Sverweis gibt Fehler aus

As you have certainly seen, the Xreference offers advantages and more potential compared to the Sreference and the Wreference. And of course you can nest and combine the Xreference with other functions in Excel as well. For all those who want to have this function in any case, as already mentioned, the only option is to buy Office 2021 or Office 365.

You can download the table used here free of charge and try it out a bit.

How does the Xreference work in Excel

In order to show the functionality and the difference to Sreference and Wreference in Excel as transparently and practically as possible, we have created a sample table with different products from a furniture store including batch numbers, versions and storage locations. The aim should be to use a number [column B] to automatically display all the remaining properties of the product in question.

So far that’s not a problem at all and can be easily solved as usual either with an Vreference or an index function. In our case, however, the main focus should be on the weaknesses of the V reference and how we can solve them better using the Xreference.

See fig. (click to enlarge)

Beispiel Xverweis und Sverweis
Ads

With the Xreference, the formula looks like this when we enter the number [ex. No.12] want to determine the remaining values:

=XREFERENCE(J4;table1[number];table1

;”not found”;0;1)

With the Sreference, the formula looks a bit more spartan if you want to determine the remaining values:

=VREFERENCE(J13,Table1[[Number]:[ProductName]],2,TRUE)

Both functions serve their purpose, but work quite differently. Because while the Vreference reacts immediately with error messages as soon as there are changes to the basic table, the Xreference is much more flexible.

Difference: 1
If we move column B to a different position in our original table and swap it with column C

, for example, there are immediately error messages with the Sreference because the references are missing. Because the search direction for the reference is always from left to right. The Xreference, on the other hand, changes its search direction automatically when columns or rows are moved and thus still returns the correct results.

Difference: 2
With the Xreference, we have the option of an alternative [e.g. Text] to enter if a value should not be found. This is sort of a built-in IF-THEN function. In this way, user-defined error messages [in our example “not found”] can be output if a value is not found in the list.

Difference: 3
If we go beyond the list with a search for the Sreference and look for the number 16 [which does not exist] in relation to our example table, then instead of error messages, the results of the last entry are simply output. So here are the product specifications of number 15. With a list as small as ours, that’s still possible, but consider a list with hundreds or even thousands of lines. Then you will very quickly have incorrect results.

See fig. (click to enlarge)

Falscher Wert bei Sverweis vs. Xverweis
Spalte verschoben -Sverweis gibt Fehler aus

As you have certainly seen, the Xreference offers advantages and more potential compared to the Sreference and the Wreference. And of course you can nest and combine the Xreference with other functions in Excel as well. For all those who want to have this function in any case, as already mentioned, the only option is to buy Office 2021 or Office 365.

You can download the table used here free of charge and try it out a bit.

Bestseller Office Software

[atkp_list id=’32002′ template=’comparetable’][/atkp_list]

Blogverzeichnis Bloggerei.de

Bestseller Office Software

[atkp_list id=’32002′ template=’comparetable’][/atkp_list]

Blogverzeichnis Bloggerei.de

Search for:

About the Author:

Michael W. SuhrDipl. Betriebswirt | Webdesign- und Beratung | Office Training
After 20 years in logistics, I turned my hobby, which has accompanied me since the mid-1980s, into a profession, and have been working as a freelancer in web design, web consulting and Microsoft Office since the beginning of 2015. On the side, I write articles for more digital competence in my blog as far as time allows.

Search by category:

Search for:

About the Author:

Michael W. SuhrDipl. Betriebswirt | Webdesign- und Beratung | Office Training
After 20 years in logistics, I turned my hobby, which has accompanied me since the mid-1980s, into a profession, and have been working as a freelancer in web design, web consulting and Microsoft Office since the beginning of 2015. On the side, I write articles for more digital competence in my blog as far as time allows.

Search by category:

Popular Posts:

1011, 2025

Fünf vor Zwölf: Wie Sie erkennen, dass Sie kurz vor dem Burnout stehen

November 10th, 2025|Categories: Career, Homeoffice|Tags: , , |

Erschöpfung ist normal, doch wenn das Wochenende keine Erholung mehr bringt und Zynismus die Motivation ersetzt, stehen Sie kurz vor dem Burnout. Erfahren Sie, welche 7 Warnsignale Sie niemals ignorieren dürfen und warum es jetzt lebenswichtig ist, die Notbremse zu ziehen

1011, 2025

Die Renaissance des Büros: Warum Präsenz manchmal unschlagbar ist

November 10th, 2025|Categories: Homeoffice, Career|Tags: , , |

Homeoffice bietet Fokus, doch das Büro bleibt als sozialer Anker unverzichtbar. Spontane Innovation, direktes Voneinander-Lernen und echtes Wir-Gefühl sind digital kaum zu ersetzen. Lesen Sie, warum Präsenz oft besser ist und wie die ideale Mischung für moderne Teams aussieht.

1011, 2025

New Work & Moderne Karriere: Warum die Karriereleiter ausgedient hat

November 10th, 2025|Categories: Internet, Finance & Shopping, Career, Homeoffice|Tags: , |

Die klassische Karriereleiter hat ausgedient. New Work fordert ein neues Denken: Skills statt Titel, Netzwerk statt Hierarchie. Erfahre, warum das "Karriere-Klettergerüst" deine neue Realität ist und wie du dich mit 4 konkreten Schritten zukunftssicher aufstellst.

911, 2025

Die Homeoffice-Falle: Warum unsichtbare Arbeit deine Beförderung gefährdet

November 9th, 2025|Categories: Internet, Finance & Shopping, Career, Homeoffice|Tags: , |

Produktiv im Homeoffice, doch befördert wird der Kollege im Büro? Willkommen in der Homeoffice-Falle. "Proximity Bias" lässt deine Leistung oft unsichtbar werden. Lerne 4 Strategien, wie du auch remote sichtbar bleibst und deine Karriere sicherst – ganz ohne Wichtigtuerei.

911, 2025

Microsoft Loop in Teams: The revolution of your notes?

November 9th, 2025|Categories: Microsoft Office, Microsoft Excel, Microsoft Outlook, Microsoft PowerPoint, Microsoft Teams, Microsoft Word, Office 365, Software|Tags: , , |

What exactly are these Loop components in Microsoft Teams? We'll show you how these "living mini-documents" can accelerate your teamwork. From dynamic agendas to shared, real-time checklists – discover practical use cases for your everyday work.

911, 2025

Career booster 2026: These Microsoft Office skills will take you further!

November 9th, 2025|Categories: Microsoft Office, Microsoft Excel, Microsoft Outlook, Microsoft PowerPoint, Microsoft Teams, Microsoft Word, Office 365, Software|Tags: , |

A new year, new career opportunities! But which Office skills will really be in demand in 2026? "Skilled use" is no longer enough. We'll show you today's must-haves – like advanced Excel, using AI in the office, and relevant certifications for your resume.

Offers 2024: Word & Excel Templates

Anzeige

Popular Posts:

1011, 2025

Fünf vor Zwölf: Wie Sie erkennen, dass Sie kurz vor dem Burnout stehen

November 10th, 2025|Categories: Career, Homeoffice|Tags: , , |

Erschöpfung ist normal, doch wenn das Wochenende keine Erholung mehr bringt und Zynismus die Motivation ersetzt, stehen Sie kurz vor dem Burnout. Erfahren Sie, welche 7 Warnsignale Sie niemals ignorieren dürfen und warum es jetzt lebenswichtig ist, die Notbremse zu ziehen

1011, 2025

Die Renaissance des Büros: Warum Präsenz manchmal unschlagbar ist

November 10th, 2025|Categories: Homeoffice, Career|Tags: , , |

Homeoffice bietet Fokus, doch das Büro bleibt als sozialer Anker unverzichtbar. Spontane Innovation, direktes Voneinander-Lernen und echtes Wir-Gefühl sind digital kaum zu ersetzen. Lesen Sie, warum Präsenz oft besser ist und wie die ideale Mischung für moderne Teams aussieht.

1011, 2025

New Work & Moderne Karriere: Warum die Karriereleiter ausgedient hat

November 10th, 2025|Categories: Internet, Finance & Shopping, Career, Homeoffice|Tags: , |

Die klassische Karriereleiter hat ausgedient. New Work fordert ein neues Denken: Skills statt Titel, Netzwerk statt Hierarchie. Erfahre, warum das "Karriere-Klettergerüst" deine neue Realität ist und wie du dich mit 4 konkreten Schritten zukunftssicher aufstellst.

911, 2025

Die Homeoffice-Falle: Warum unsichtbare Arbeit deine Beförderung gefährdet

November 9th, 2025|Categories: Internet, Finance & Shopping, Career, Homeoffice|Tags: , |

Produktiv im Homeoffice, doch befördert wird der Kollege im Büro? Willkommen in der Homeoffice-Falle. "Proximity Bias" lässt deine Leistung oft unsichtbar werden. Lerne 4 Strategien, wie du auch remote sichtbar bleibst und deine Karriere sicherst – ganz ohne Wichtigtuerei.

911, 2025

Microsoft Loop in Teams: The revolution of your notes?

November 9th, 2025|Categories: Microsoft Office, Microsoft Excel, Microsoft Outlook, Microsoft PowerPoint, Microsoft Teams, Microsoft Word, Office 365, Software|Tags: , , |

What exactly are these Loop components in Microsoft Teams? We'll show you how these "living mini-documents" can accelerate your teamwork. From dynamic agendas to shared, real-time checklists – discover practical use cases for your everyday work.

911, 2025

Career booster 2026: These Microsoft Office skills will take you further!

November 9th, 2025|Categories: Microsoft Office, Microsoft Excel, Microsoft Outlook, Microsoft PowerPoint, Microsoft Teams, Microsoft Word, Office 365, Software|Tags: , |

A new year, new career opportunities! But which Office skills will really be in demand in 2026? "Skilled use" is no longer enough. We'll show you today's must-haves – like advanced Excel, using AI in the office, and relevant certifications for your resume.

Offers 2024: Word & Excel Templates

Anzeige
Ads

Popular Posts:

Search by category:

Autumn Specials:

Anzeige
Go to Top