Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to display the text from a single cell in a fixed column range, but
the location of the cell with text in it varies. The fixed column range I have is P25:P40000. This column range will either be completely blank, or will have a single cell within the range that will contain text (could be cell P48 one time, cell P2705 the next, cell P30 the next, etc.). If there is a cell with text in it somewhere in column range P25:P40000, I want to be able to display that cell's text in cell Y5. Any ideas? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Put this formula in Y5:
=LOOKUP("zzzzzzzzzz",P25:P40000) Hope this helps. Pete On Jul 18, 11:27*pm, brettopp wrote: I need to display the text from a single cell in a fixed column range, but the location of the cell with text in it varies. *The fixed column range I have is P25:P40000. *This column range will either be completely blank, or will have a single cell within the range that will contain text (could be cell P48 one time, cell P2705 the next, cell P30 the next, etc.). *If there is a cell with text in it somewhere in column range P25:P40000, I want to be able to display that cell's text in cell Y5. Any ideas? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This column range will either be completely blank,
or will have a single cell within the range that will contain text One way: =INDEX(P25:P40000,MATCH("*",P25:P40000,0)) -- Biff Microsoft Excel MVP "brettopp" wrote in message ... I need to display the text from a single cell in a fixed column range, but the location of the cell with text in it varies. The fixed column range I have is P25:P40000. This column range will either be completely blank, or will have a single cell within the range that will contain text (could be cell P48 one time, cell P2705 the next, cell P30 the next, etc.). If there is a cell with text in it somewhere in column range P25:P40000, I want to be able to display that cell's text in cell Y5. Any ideas? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to display rows of data in a single column | Excel Discussion (Misc queries) | |||
Copy column range of "single word" cells with spaces to a single c | Excel Discussion (Misc queries) | |||
How to I copy text from a range of cells to another single cell? | Excel Discussion (Misc queries) | |||
How can I display a cell range in a text box in excel? | Excel Discussion (Misc queries) | |||
looking for range of text in a single cell | Excel Discussion (Misc queries) |