+ Reply to Thread
Results 1 to 5 of 5

Multiple line values in a single cell - to use in formula

  1. #1
    Registered User
    Join Date
    03-13-2017
    Location
    India
    MS-Off Ver
    2013
    Posts
    2

    Multiple line values in a single cell - to use in formula

    Hi have to values in a single cell as two line. I want to use individual values of both line in a formula. I do not want to these values to enter in multiple cells.

    For example: i have values 128.53 and 21.2 as two lines in a single cell G5. I want use both values in a simple multiplication formula.

    Will it possible? Similarly can use multiple line values?
    Last edited by skastroman; 08-29-2017 at 01:48 AM.

  2. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Multiple line values in a single cell - to use in formula

    Row\Col
    A
    B
    1
    Number Result
    2
    128.53
    21.2
    2724.836


    B2
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,047

    Re: Multiple line values in a single cell - to use in formula

    ...Or, with your two-line cell in A1:

    =LEFT(A1,SEARCH(CHAR(10),A1)-1)*MID(A1,SEARCH(CHAR(10),A1)+1,255)
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  4. #4
    Registered User
    Join Date
    03-13-2017
    Location
    India
    MS-Off Ver
    2013
    Posts
    2

    Re: Multiple line values in a single cell - to use in formula

    If possible can have a formula to multiple each value of A1 to another cell value and give result?
    Example: B2 = (128.53*5)+(21.2*5)=748.65

  5. #5
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Multiple line values in a single cell - to use in formula

    Try as Mr. Glenn Suggested.

    Formula: copy to clipboard
    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] formula to return multiple values in single cell not working
    By judiejean in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-11-2017, 11:45 AM
  2. [SOLVED] Need countifs formula for multiple values in single cell
    By hmr2662 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-14-2016, 11:02 AM
  3. autocomplete/formula to enter multiple values (words) in single cell.
    By ap556 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-07-2015, 05:28 AM
  4. Replies: 8
    Last Post: 07-14-2014, 03:07 AM
  5. Replies: 0
    Last Post: 06-24-2014, 05:51 PM
  6. Multiple column values on single line chart
    By Loneswimmer in forum Excel General
    Replies: 1
    Last Post: 06-26-2012, 03:45 AM
  7. Replies: 3
    Last Post: 01-28-2011, 03:19 AM

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