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:

2010, 2025

The “Zero Inbox” method with Outlook: How to permanently get your mailbox under control.

October 20th, 2025|Categories: Shorts & Tutorials, Data Protection, Homeoffice, Microsoft Office, Microsoft Outlook, Office 365, Windows 10/11/12|Tags: , , , |

Caught red-handed? Your Outlook inbox has 1000+ emails? That's pure stress. Stop the email deluge with the "Zero Inbox" method. We'll show you how to clean up your inbox and regain control using Quick Steps and rules.

2010, 2025

5 simple security rules against phishing and spam that everyone should know

October 20th, 2025|Categories: Shorts & Tutorials, Data Protection, Homeoffice, Internet, Finance & Shopping, Microsoft Office, Office 365, Software, Windows 10/11/12|Tags: , , , |

Deceptively authentic emails from your bank, DHL, or PayPal? That's phishing! Data theft and viruses are a daily threat. We'll show you 5 simple rules (2FA, password managers, etc.) to protect yourself immediately and effectively and help you spot scammers.

1810, 2025

The 5 best tips for a clean folder structure on your PC and in the cloud

October 18th, 2025|Categories: Shorts & Tutorials, Homeoffice, Microsoft Office, Windows 10/11/12|Tags: , |

Say goodbye to file chaos! "Offer_final_v2.docx" is a thing of the past. Learn 5 simple tips for a perfect folder structure on your PC and in the cloud (OneDrive). With proper file naming and archive rules, you'll find everything instantly.

1710, 2025

Never do the same thing again: How to record a macro in Excel

October 17th, 2025|Categories: Shorts & Tutorials, Homeoffice, Microsoft Excel, Microsoft Office, Office 365|Tags: , , |

Tired of repetitive tasks in Excel? Learn how to create your first personal "magic button" with the macro recorder. Automate formatting and save hours – no programming required! Click here for easy instructions.

1710, 2025

IMAP vs. Local Folders: The secret to your Outlook structure and why it matters

October 17th, 2025|Categories: Shorts & Tutorials, Homeoffice, Microsoft Office, Microsoft Outlook, Microsoft Word, Office 365|Tags: , , |

Do you know the difference between IMAP and local folders in Outlook? Incorrect use can lead to data loss! We'll explain simply what belongs where, how to clean up your mailbox, and how to archive emails securely and for the long term.

1710, 2025

Der ultimative Effizienz-Boost: Wie Excel, Word und Outlook für Sie zusammenarbeiten

October 17th, 2025|Categories: Shorts & Tutorials, Homeoffice, Microsoft Excel, Microsoft Office, Microsoft Outlook, Microsoft PowerPoint, Microsoft Teams, Microsoft Word, Office 365, Windows 10/11/12|Tags: , , , |

Schluss mit manuellem Kopieren! Lernen Sie, wie Sie Excel-Listen, Word-Vorlagen & Outlook verbinden, um personalisierte Serien-E-Mails automatisch zu versenden. Sparen Sie Zeit, vermeiden Sie Fehler und steigern Sie Ihre Effizienz. Hier geht's zur einfachen Anleitung!

Offers 2024: Word & Excel Templates

Anzeige

Popular Posts:

2010, 2025

The “Zero Inbox” method with Outlook: How to permanently get your mailbox under control.

October 20th, 2025|Categories: Shorts & Tutorials, Data Protection, Homeoffice, Microsoft Office, Microsoft Outlook, Office 365, Windows 10/11/12|Tags: , , , |

Caught red-handed? Your Outlook inbox has 1000+ emails? That's pure stress. Stop the email deluge with the "Zero Inbox" method. We'll show you how to clean up your inbox and regain control using Quick Steps and rules.

2010, 2025

5 simple security rules against phishing and spam that everyone should know

October 20th, 2025|Categories: Shorts & Tutorials, Data Protection, Homeoffice, Internet, Finance & Shopping, Microsoft Office, Office 365, Software, Windows 10/11/12|Tags: , , , |

Deceptively authentic emails from your bank, DHL, or PayPal? That's phishing! Data theft and viruses are a daily threat. We'll show you 5 simple rules (2FA, password managers, etc.) to protect yourself immediately and effectively and help you spot scammers.

1810, 2025

The 5 best tips for a clean folder structure on your PC and in the cloud

October 18th, 2025|Categories: Shorts & Tutorials, Homeoffice, Microsoft Office, Windows 10/11/12|Tags: , |

Say goodbye to file chaos! "Offer_final_v2.docx" is a thing of the past. Learn 5 simple tips for a perfect folder structure on your PC and in the cloud (OneDrive). With proper file naming and archive rules, you'll find everything instantly.

1710, 2025

Never do the same thing again: How to record a macro in Excel

October 17th, 2025|Categories: Shorts & Tutorials, Homeoffice, Microsoft Excel, Microsoft Office, Office 365|Tags: , , |

Tired of repetitive tasks in Excel? Learn how to create your first personal "magic button" with the macro recorder. Automate formatting and save hours – no programming required! Click here for easy instructions.

1710, 2025

IMAP vs. Local Folders: The secret to your Outlook structure and why it matters

October 17th, 2025|Categories: Shorts & Tutorials, Homeoffice, Microsoft Office, Microsoft Outlook, Microsoft Word, Office 365|Tags: , , |

Do you know the difference between IMAP and local folders in Outlook? Incorrect use can lead to data loss! We'll explain simply what belongs where, how to clean up your mailbox, and how to archive emails securely and for the long term.

1710, 2025

Der ultimative Effizienz-Boost: Wie Excel, Word und Outlook für Sie zusammenarbeiten

October 17th, 2025|Categories: Shorts & Tutorials, Homeoffice, Microsoft Excel, Microsoft Office, Microsoft Outlook, Microsoft PowerPoint, Microsoft Teams, Microsoft Word, Office 365, Windows 10/11/12|Tags: , , , |

Schluss mit manuellem Kopieren! Lernen Sie, wie Sie Excel-Listen, Word-Vorlagen & Outlook verbinden, um personalisierte Serien-E-Mails automatisch zu versenden. Sparen Sie Zeit, vermeiden Sie Fehler und steigern Sie Ihre Effizienz. Hier geht's zur einfachen Anleitung!

Offers 2024: Word & Excel Templates

Anzeige
Ads

Popular Posts:

Search by category:

Autumn Specials:

Anzeige
Go to Top