Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Resulting from other calculations, I have a group of cells in which one
contains a text and all the others are zero (or " "). I need to make a given cell to assume the text of the non-zero cell on that group. If I had number insted of text, the function "Max" would work, but it does not with text content. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
What is a 'group' of cells? This works with a single column or row =INDEX(A1:A11,MATCH(MAX(LEN(A1:A11)),LEN(A1:A11),0 ),1) This is an array formula which must be entered by pressing CTRL+Shift+Enter 'and not just Enter. If you do it correctly then Excel will put curly brackets 'around the formula {}. You can't type these yourself. If you edit the formula 'you must enter it again with CTRL+Shift+Enter. Mike "flying man" wrote: Resulting from other calculations, I have a group of cells in which one contains a text and all the others are zero (or " "). I need to make a given cell to assume the text of the non-zero cell on that group. If I had number insted of text, the function "Max" would work, but it does not with text content. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If the cells which do not contain the text value actually had "" (not
" " nor zero) from their respective formulae, then you could just do this: =A1 & A2 & A3 & A4 & A5 & A6 ... and so on. Hope this helps. Pete On Feb 6, 12:41*pm, flying man wrote: Resulting from other calculations, I have a group of cells in which one contains a text and all the others are zero (or " *"). I need to make a given cell to assume the text of the non-zero cell on that group. If I had number insted of text, the function "Max" would work, but it does not with text content. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Choose From A Range | Excel Discussion (Misc queries) | |||
How do I randomly choose cells from a range to reproduce elsewhere | Excel Discussion (Misc queries) | |||
how can i choose the highest number in excel range | Excel Worksheet Functions | |||
Choose data from a selected range and put result in new column | Excel Worksheet Functions | |||
Choose From a Range | Excel Worksheet Functions |