Back to Browse

Case-Sensitive VLOOKUP in Google Sheets Using the EXACT Function

147 views
Aug 16, 2024
1:30

Avoid search errors! Learn how to use case-sensitive VLOOKUP in Google Sheets. Hello! In this video, we will explore how to perform a case-sensitive search using the VLOOKUP function in Google Sheets. You will learn how to add the EXACT parameter for exact matching and correct data search that considers case sensitivity. The standard VLOOKUP does not differentiate between upper and lower case, but our method will help you get accurate results. We will cover: - The issues with standard VLOOKUP when it comes to case-sensitive searches - Modifying the formula using the EXACT function - Step-by-step explanation of the enhanced formula - A practical example using real data Key moments of the video: 00:00 - Introduction 00:12 - Issues with standard VLOOKUP 00:32 - Using the EXACT function The formula used: =ARRAYFORMULA(VLOOKUP(TRUE,{EXACT(F3,A3:A6),A3:B6},{1,2,3},0)) The formula uses 'ARRAYFORMULA' to apply VLOOKUP across multiple rows. It checks whether the value in 'F3' exactly matches any values in 'A3:A6' using 'EXACT'. The 'VLOOKUP' then searches for 'TRUE' in the first column of the newly created array and returns the corresponding values from the original columns 'A3:B6'. The {1,2,3} part ensures that all relevant data is returned. '0' Specifies that the VLOOKUP should only find an exact match. Subscribe to the channel and leave comments - we will be happy to answer all your questions!

Download

0 formats

No download links available.

Case-Sensitive VLOOKUP in Google Sheets Using the EXACT Function | NatokHD