![]() |
#1
|
|||
|
|||
![]() On Sheet 1 (named "Fruits"), there is a value (e.g. "Apple") on Cell A1. Now, on Sheet 2, I would like to display the value of Sheet 1 Cell A1 on Cell B1 of Sheet 2. And there is a value "Fruits" (the name of Sheet 1). If I just reference it the simplest way, the formula is: Code:
' the formula below is put on Sheet 2 Cell B1: ='Fruits'!A1 Code:
' the formula below is put on Sheet 2 Cell B1: =INDIRECT("'"&$A1&"'!A1") Any help is appreciated. |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Confusion on INDIRECT function | thatgirlaudrey | Excel | 4 | 06-06-2014 09:23 PM |
![]() |
bluionz | Excel | 1 | 03-13-2014 11:00 AM |
Filter indirect dependencies | SirPercival | Project | 1 | 07-04-2012 01:03 PM |
![]() |
BullMouse | Excel | 2 | 11-30-2011 05:25 PM |
Indirect | zleyphox | Excel | 1 | 02-11-2010 09:57 AM |