LOOKUP function - Zoho Sheet - Help Guide

LOOKUP

Searches for a given value in a sorted row/column and returns a corresponding value from the given row/column. If more than one exact match appears, LOOKUP takes the value in a random order. If no exact match appears, LOOKUP takes the next smallest value compared to the given value.

 

Syntax

 

LOOKUP(lookup_value; search_table; result_table)

lookup_value: The value to look for in the given row/column. E.g. 2508

search_table: Range with values to evaluate. It can contain single or multiple rows/columns. Must be sorted in a scending order. E.g. A1:A7

result_table: Range that you want the corresponding result value from. Must be the same size as that of the search_table . Can be omitted if multiple rows/columns are given as the search_table . E.g. C1:C7

 

Remarks

  • You can use named ranges for search_table and result_table.

  • If you don't remember the complete text you have to search for, use  .* .?  and  instead.

            .* - Can be used to replace any number of characters. E.g.  Zyl.*  finds  Zylker
            .? - Can be used to replace a single character. E.g.  Karthi.?  finds  Karthik  and  Karthic

            / - Can be used to include *, ? and / in the search term. E.g.  Zylker/*  finds  Zylker*  and  Karthi.?/?  finds  Karthik?  and  Karthic?

  • LOOKUP is case-insensitive, e.g. "APPLES" and "Apples" are treated similarly


Examples

 

Formula

Result

=LOOKUP(2508; A1:A7 ; C1:C7 )

Ming Yin

=LOOKUP(1452; A1:C7 )

Aaron Williams


Get a hands-on experience of the function in the embedded range below.   



Possible Errors

 

Errors

Meaning

#N/A!

  • The function could not find the value it was asked to look for. Commonly occurs in VLOOKUP and similar functions.

#NAME!

  • The function name is incorrect or invalid.

  • The given defined name (if any) is invalid.

  • There is a typo in the defined name used in the function.

  • Double quotes are missing for text values in the function.

  • Colon missing in a cell range reference.

#VALUE!

  • The given argument's data type is incorrect or invalid.
    For example, the function =DATE(A1:A3) will return a #VALUE error when a text value is present in the range.

#REF!

  • The given cell reference is incorrect or invalid. This error may occur when a cell/range has been deleted, moved, or pasted over.

 

Similar Functions


      Create. Review. Publish.

      Write, edit, collaborate on, and publish documents to different content management platforms.

      Get Started Now


        Access your files securely from anywhere

          Zoho CRM Training Programs

          Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.

          Zoho CRM Training
            Redefine the way you work
            with Zoho Workplace

              Zoho DataPrep Personalized Demo

              If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.

              Zoho CRM Training

                Create, share, and deliver

                beautiful slides from anywhere.

                Get Started Now


                  Zoho Sign now offers specialized one-on-one training for both administrators and developers.

                  BOOK A SESSION







                              Quick LinksWorkflow AutomationData Collection
                              Web FormsEnterpriseOnline Data Collection Tool
                              Embeddable FormsBankingBegin Data Collection
                              Interactive FormsWorkplaceData Collection App
                              CRM FormsCustomer ServiceAccessible Forms
                              Digital FormsMarketingForms for Small Business
                              HTML FormsEducationForms for Enterprise
                              Contact FormsE-commerceForms for any business
                              Lead Generation FormsHealthcareForms for Startups
                              Wordpress FormsCustomer onboardingForms for Small Business
                              No Code FormsConstructionRSVP tool for holidays
                              Free FormsTravelFeatures for Order Forms
                              Prefill FormsNon-Profit
                              Intake FormsLegalMobile App
                              Form DesignerHRMobile Forms
                              Card FormsFoodOffline Forms
                              Assign FormsPhotographyMobile Forms Features
                              Translate FormsReal EstateKiosk in Mobile Forms
                              Electronic Forms
                              Drag & drop form builder

                              Notification Emails for FormsAlternativesSecurity & Compliance
                              Holiday FormsGoogle Forms alternative GDPR
                              Form to PDFJotform alternativeHIPAA Forms
                              Email FormsEncrypted Forms

                              Secure Forms

                              WCAG

                                      Create. Review. Publish.

                                      Write, edit, collaborate on, and publish documents to different content management platforms.

                                      Get Started Now






                                                        You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.




                                                            Manage your brands on social media


                                                              • Desk Community Learning Series


                                                              • Digest


                                                              • Functions


                                                              • Meetups


                                                              • Kbase


                                                              • Resources


                                                              • Glossary


                                                              • Desk Marketplace


                                                              • MVP Corner


                                                              • Word of the Day


                                                              • Ask the Experts


                                                                Zoho Sheet Resources

                                                                 

                                                                    Zoho Forms Resources


                                                                      Secure your business
                                                                      communication with Zoho Mail


                                                                      Mail on the move with
                                                                      Zoho Mail mobile application

                                                                        Stay on top of your schedule
                                                                        at all times


                                                                        Carry your calendar with you
                                                                        Anytime, anywhere




                                                                              Zoho Sign Resources

                                                                                Sign, Paperless!

                                                                                Sign and send business documents on the go!

                                                                                Get Started Now




                                                                                        Zoho TeamInbox Resources





                                                                                                  Zoho DataPrep Demo

                                                                                                  Get a personalized demo or POC

                                                                                                  REGISTER NOW


                                                                                                    Design. Discuss. Deliver.

                                                                                                    Create visually engaging stories with Zoho Show.

                                                                                                    Get Started Now









                                                                                                                        • Related Articles

                                                                                                                        • XLOOKUP

                                                                                                                          Tests the search_table for the given lookup_value and returns a corresponding value from the result_table. XLOOKUP is an advanced version of the VLOOKUP and HLOOKUP functions that searches both vertically and horizontally.   Syntax   ...
                                                                                                                        • HLOOKUP

                                                                                                                          HLOOKUP checks the first row of the given data table for the specified value and returns a corresponding value in that column, based on the row given.   Syntax   HLOOKUP(lookup_value; data_table; row_index; [mode]) lookup_value: The value to look for ...
                                                                                                                        • VLOOKUP

                                                                                                                          VLOOKUP checks the first column of the given data table for the specified value and returns a corresponding value, in that row, based on the column given.   Syntax   VLOOKUP( lookup_value; data_table; column_index; [mode] ) lookup_value : The value ...
                                                                                                                        • Locale and calculation settings in your spreadsheet

                                                                                                                          To customize the gridline color and font of your spreadsheet: Go to File > Spreadsheet Settings. In the Spreadsheet Settings tab under General, select the preferred Font Name, Font Size, Text Color, and Gridline Color. Click OK. To customize the ...
                                                                                                                        • Supported Excel classes in Zoho Sheet

                                                                                                                          Classes Properties Methods <Globals> ActiveCell ActiveChart ActiveSheet ActiveWindow ActiveWorkbook Application Cells Charts Columns Names Parent Range Rows Selection Sheets ThisWorkbook Windows Workbooks WorksheetFunction Worksheets Application ...
                                                                                                                          Wherever you are is as good as
                                                                                                                          your workplace

                                                                                                                            Resources

                                                                                                                            Videos

                                                                                                                            Watch comprehensive videos on features and other important topics that will help you master Zoho CRM.



                                                                                                                            eBooks

                                                                                                                            Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho CRM.



                                                                                                                            Webinars

                                                                                                                            Sign up for our webinars and learn the Zoho CRM basics, from customization to sales force automation and more.



                                                                                                                            CRM Tips

                                                                                                                            Make the most of Zoho CRM with these useful tips.



                                                                                                                              Zoho Show Resources