{"id":3051,"date":"2018-09-22T16:07:19","date_gmt":"2018-09-22T16:07:19","guid":{"rendered":"http:\/\/officetuts.net\/excel\/?p=3051"},"modified":"2024-03-29T13:43:50","modified_gmt":"2024-03-29T13:43:50","slug":"get-cell-value","status":"publish","type":"post","link":"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/","title":{"rendered":"How to Get Cell Value in Excel"},"content":{"rendered":"\n
Get-Cell-Value-in-Excel<\/a>Download File<\/a><\/div>\n\n\n\n

If you want to return the cell address or cell value by specifying a row and column, you can do it by using two functions: ADDRESS<\/strong> and INDIRECT<\/strong>.<\/p>\n\n\n\n

\"\"<\/figure>\n\n\n\n

ADDRESS function<\/h2>\n\n\n\n

This function returns the reference to a cell as a text, given specified row and column numbers. In this example, you can see that it takes the second row and the first column and returns $A$2, which is an absolute reference<\/a> to this cell.<\/p>\n\n\n\n

=ADDRESS(2,1)<\/pre>\n\n\n\n

INDIRECT function<\/h2>\n\n\n\n

The INDIRECT function returns a reference specified by a text string. Take a look at the following formula.<\/p>\n\n\n\n

=INDIRECT(\"$A$2\")<\/pre>\n\n\n\n

It takes cell reference as text and returns 12, which is the value we want.<\/p>\n\n\n\n

You don\u2019t have to do an absolute reference if you use this function, you can also use a relative reference<\/a>.<\/p>\n\n\n\n

=INDIRECT(\"A2\")<\/pre>\n\n\n\n

Get cell value<\/h2>\n\n\n\n

By combining these two functions, you can get a cell value by providing row and column numbers.<\/p>\n\n\n\n

=INDIRECT(ADDRESS(2,1))<\/pre>\n\n\n\n

The ADDRESS will return a reference as text, the INDIRECT will return a value under this text reference.<\/p>\n","protected":false},"excerpt":{"rendered":"

If you want to return the cell address or cell value by specifying a row and column, you can do it by using…<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23],"tags":[170,190],"yoast_head":"\nHow to Get Cell Value in Excel<\/title>\n<meta name=\"description\" content=\"Learn how to use the ADDRESS and INDIRECT functions in Excel to return the cell address or cell value by specifying a row and column. Download the free file now.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Get Cell Value in Excel\" \/>\n<meta property=\"og:description\" content=\"Learn how to use the ADDRESS and INDIRECT functions in Excel to return the cell address or cell value by specifying a row and column. Download the free file now.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/\" \/>\n<meta property=\"article:published_time\" content=\"2018-09-22T16:07:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-29T13:43:50+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2018\/09\/get-cell-value-example.png\" \/>\n<meta name=\"author\" content=\"Tomasz Decker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tomasz Decker\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/\"},\"author\":{\"name\":\"Tomasz Decker\",\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42\"},\"headline\":\"How to Get Cell Value in Excel\",\"datePublished\":\"2018-09-22T16:07:19+00:00\",\"dateModified\":\"2024-03-29T13:43:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/\"},\"wordCount\":177,\"publisher\":{\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42\"},\"image\":{\"@id\":\"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2018\/09\/get-cell-value-example.png\",\"keywords\":[\"file\",\"pinterest\"],\"articleSection\":[\"formulas\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/\",\"url\":\"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/\",\"name\":\"How to Get Cell Value in Excel\",\"isPartOf\":{\"@id\":\"https:\/\/officetuts.net\/excel\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2018\/09\/get-cell-value-example.png\",\"datePublished\":\"2018-09-22T16:07:19+00:00\",\"dateModified\":\"2024-03-29T13:43:50+00:00\",\"description\":\"Learn how to use the ADDRESS and INDIRECT functions in Excel to return the cell address or cell value by specifying a row and column. Download the free file now.\",\"breadcrumb\":{\"@id\":\"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/#primaryimage\",\"url\":\"http:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2018\/09\/get-cell-value-example.png\",\"contentUrl\":\"http:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2018\/09\/get-cell-value-example.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/officetuts.net\/excel\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Get Cell Value in Excel\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/officetuts.net\/excel\/#website\",\"url\":\"https:\/\/officetuts.net\/excel\/\",\"name\":\"\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/officetuts.net\/excel\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42\",\"name\":\"Tomasz Decker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/18cbe22837193574870ae40ba56bf712?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/18cbe22837193574870ae40ba56bf712?s=96&d=mm&r=g\",\"caption\":\"Tomasz Decker\"},\"logo\":{\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/image\/\"},\"description\":\"Spreadsheet and Python enthusiast.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Get Cell Value in Excel","description":"Learn how to use the ADDRESS and INDIRECT functions in Excel to return the cell address or cell value by specifying a row and column. Download the free file now.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/","og_locale":"en_US","og_type":"article","og_title":"How to Get Cell Value in Excel","og_description":"Learn how to use the ADDRESS and INDIRECT functions in Excel to return the cell address or cell value by specifying a row and column. Download the free file now.","og_url":"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/","article_published_time":"2018-09-22T16:07:19+00:00","article_modified_time":"2024-03-29T13:43:50+00:00","og_image":[{"url":"http:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2018\/09\/get-cell-value-example.png"}],"author":"Tomasz Decker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Tomasz Decker","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/#article","isPartOf":{"@id":"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/"},"author":{"name":"Tomasz Decker","@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42"},"headline":"How to Get Cell Value in Excel","datePublished":"2018-09-22T16:07:19+00:00","dateModified":"2024-03-29T13:43:50+00:00","mainEntityOfPage":{"@id":"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/"},"wordCount":177,"publisher":{"@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42"},"image":{"@id":"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/#primaryimage"},"thumbnailUrl":"http:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2018\/09\/get-cell-value-example.png","keywords":["file","pinterest"],"articleSection":["formulas"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/","url":"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/","name":"How to Get Cell Value in Excel","isPartOf":{"@id":"https:\/\/officetuts.net\/excel\/#website"},"primaryImageOfPage":{"@id":"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/#primaryimage"},"image":{"@id":"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/#primaryimage"},"thumbnailUrl":"http:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2018\/09\/get-cell-value-example.png","datePublished":"2018-09-22T16:07:19+00:00","dateModified":"2024-03-29T13:43:50+00:00","description":"Learn how to use the ADDRESS and INDIRECT functions in Excel to return the cell address or cell value by specifying a row and column. Download the free file now.","breadcrumb":{"@id":"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/#primaryimage","url":"http:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2018\/09\/get-cell-value-example.png","contentUrl":"http:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2018\/09\/get-cell-value-example.png"},{"@type":"BreadcrumbList","@id":"https:\/\/officetuts.net\/excel\/formulas\/get-cell-value\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/officetuts.net\/excel\/"},{"@type":"ListItem","position":2,"name":"How to Get Cell Value in Excel"}]},{"@type":"WebSite","@id":"https:\/\/officetuts.net\/excel\/#website","url":"https:\/\/officetuts.net\/excel\/","name":"","description":"","publisher":{"@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/officetuts.net\/excel\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42","name":"Tomasz Decker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/18cbe22837193574870ae40ba56bf712?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/18cbe22837193574870ae40ba56bf712?s=96&d=mm&r=g","caption":"Tomasz Decker"},"logo":{"@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/image\/"},"description":"Spreadsheet and Python enthusiast."}]}},"_links":{"self":[{"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/posts\/3051"}],"collection":[{"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/comments?post=3051"}],"version-history":[{"count":6,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/posts\/3051\/revisions"}],"predecessor-version":[{"id":13367,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/posts\/3051\/revisions\/13367"}],"wp:attachment":[{"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/media?parent=3051"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/categories?post=3051"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/tags?post=3051"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}