Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I have a number of cells (say A1,A3,A5,A7,A9,A11) which may or may not contain values. If only one of the cells contains a value, I want this value to appear in B1. How can this be done? -- Spreadsheet ------------------------------------------------------------------------ Spreadsheet's Profile: http://www.excelforum.com/member.php...o&userid=34730 View this thread: http://www.excelforum.com/showthread...hreadid=557389 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You have a response in .excel
Spreadsheet wrote: I have a number of cells (say A1,A3,A5,A7,A9,A11) which may or may not contain values. If only one of the cells contains a value, I want this value to appear in B1. How can this be done? -- Spreadsheet ------------------------------------------------------------------------ Spreadsheet's Profile: http://www.excelforum.com/member.php...o&userid=34730 View this thread: http://www.excelforum.com/showthread...hreadid=557389 -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try:
=IF(COUNT(A1,A3,A5,A7,A9,A11)=1,MAX(A1,A3,A5,A7,A9 ,A11),"") -- Gary's Student "Spreadsheet" wrote: I have a number of cells (say A1,A3,A5,A7,A9,A11) which may or may not contain values. If only one of the cells contains a value, I want this value to appear in B1. How can this be done? -- Spreadsheet ------------------------------------------------------------------------ Spreadsheet's Profile: http://www.excelforum.com/member.php...o&userid=34730 View this thread: http://www.excelforum.com/showthread...hreadid=557389 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks, that works. -- Spreadsheet ------------------------------------------------------------------------ Spreadsheet's Profile: http://www.excelforum.com/member.php...o&userid=34730 View this thread: http://www.excelforum.com/showthread...hreadid=557389 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
why does Excel see my simple formulae as macros now? | Excel Worksheet Functions | |||
Simple Excel Formula Help | New Users to Excel | |||
Simple Formula (I thought) | Excel Worksheet Functions | |||
Simple Simple Excel usage question | Excel Discussion (Misc queries) | |||
Help with what should be a simple formula | Excel Worksheet Functions |