+ Reply to Thread
Results 1 to 4 of 4

This should be simple

  1. #1
    Registered User
    Join Date
    05-23-2006
    Posts
    58

    This should be simple

    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?

  2. #2
    Dave Peterson
    Guest

    Re: This should be simple

    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. #3
    Gary''s Student
    Guest

    RE: This should be simple

    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. #4
    Registered User
    Join Date
    05-23-2006
    Posts
    58

    nice

    Thanks, that works.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1