Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is it possible to include a number in a cell as line reference in a formula?
Example: Cell A1 = 45; Formula in C5: = (any column, say) L45 -- Felix |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=INDIRECT("L"&A1) If A1 = 45 the formula will return the contents of cell L45. Biff "Felix" wrote in message ... Is it possible to include a number in a cell as line reference in a formula? Example: Cell A1 = 45; Formula in C5: = (any column, say) L45 -- Felix |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
And if the Column is on anoth sheet?
(The values to be brought into the new cell with the formula in sheet 2 are in column B on Sheet 1, the line number is on sheet 2) -- Felix "T. Valko" wrote: Try this: =INDIRECT("L"&A1) If A1 = 45 the formula will return the contents of cell L45. Biff "Felix" wrote in message ... Is it possible to include a number in a cell as line reference in a formula? Example: Cell A1 = 45; Formula in C5: = (any column, say) L45 -- Felix |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
simply add the name of the spreadsheet ahead of the cell reference, separated by an exclamation mark: =INDIRECT("Sheet1!B"&A1) Ingolf |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to enter an Excel cell reference into a line of text in Excel | Excel Worksheet Functions | |||
Using an offset formula for the reference in a relative reference | Excel Worksheet Functions | |||
trying to reference a cell in a line of text | Excel Discussion (Misc queries) | |||
Reference line in graph | Charts and Charting in Excel | |||
How do I add a reference line to Excel charts? | Charts and Charting in Excel |