+ Reply to Thread
Results 1 to 4 of 4

Combining data (numeric format) in multiple cells into one cell (t

  1. #1
    GNAC SID
    Guest

    Combining data (numeric format) in multiple cells into one cell (t

    If you have data in multiple cells that is numeric format, can the
    data be combined into one cell as text? Example. Cell A1 is
    number of correct answers (9), Cell B1 is number of questions (10).
    In cell C1, would like to display data as (9-10)?

    Can a formula be created that will automatically do this so as to
    eliminate having to type the information?

  2. #2
    Forum Contributor
    Join Date
    04-30-2004
    Posts
    122
    =A1&" - "&B1

  3. #3
    JE McGimpsey
    Guest

    Re: Combining data (numeric format) in multiple cells into one cell (t

    one way:

    =A1 & "-" & B1

    In article <018B8827-4277-4C02-81E1-3BEDB61422A0@microsoft.com>,
    "GNAC SID" <GNAC SID@discussions.microsoft.com> wrote:

    > If you have data in multiple cells that is numeric format, can the
    > data be combined into one cell as text? Example. Cell A1 is
    > number of correct answers (9), Cell B1 is number of questions (10).
    > In cell C1, would like to display data as (9-10)?
    >
    > Can a formula be created that will automatically do this so as to
    > eliminate having to type the information?


  4. #4
    Max
    Guest

    Re: Combining data (numeric format) in multiple cells into one cell (t

    Try in say, C1: =A1&"-"&B1
    Copy C1 down

    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----
    "GNAC SID" <GNAC SID@discussions.microsoft.com> wrote in message
    news:018B8827-4277-4C02-81E1-3BEDB61422A0@microsoft.com...
    > If you have data in multiple cells that is numeric format, can the
    > data be combined into one cell as text? Example. Cell A1 is
    > number of correct answers (9), Cell B1 is number of questions (10).
    > In cell C1, would like to display data as (9-10)?
    >
    > Can a formula be created that will automatically do this so as to
    > eliminate having to type the information?




+ 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