+ Reply to Thread
Results 1 to 12 of 12

lookinf for formula , single cell two numerical values , multiply in different columns

  1. #1
    Registered User
    Join Date
    06-18-2014
    Location
    tirana,albania
    MS-Off Ver
    2013
    Posts
    8

    lookinf for formula , single cell two numerical values , multiply in different columns

    Hi,

    im looking for formula , single cell two numerical values , multiply in different columns

    example :

    Cell (A1) contain: =350,23+25,59 (two values in a single cell)

    request:

    in (B2) only first value so 350,23 multiply (x) by fixed number & in (C2) only second value so 25,59 multiply (x) by fixed number

    is there any way to do this

    thank you

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: lookinf for formula , single cell two numerical values , multiply in different columns

    Hi,

    Edit: cross-posted:

    http://www.mrexcel.com/forum/excel-q...t-columns.html

    It's possible, but it would be useful if you could upload an actual workbook with several examples and your desired results clearly outlined.

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Registered User
    Join Date
    06-18-2014
    Location
    tirana,albania
    MS-Off Ver
    2013
    Posts
    8

    Re: lookinf for formula , single cell two numerical values , multiply in different columns

    Hi,
    attached you could find uploaded workbook with several examples

    br
    Attached Files Attached Files

  4. #4
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: lookinf for formula , single cell two numerical values , multiply in different columns

    Thanks.

    I don't understand why you can't put the values 4006.23 and 6542.73 from column L into separate columns, and then add them in another column. That way you can also reference them in other formulas.

    Regards

  5. #5
    Registered User
    Join Date
    06-18-2014
    Location
    tirana,albania
    MS-Off Ver
    2013
    Posts
    8

    Re: lookinf for formula , single cell two numerical values , multiply in different columns

    because for EUR currency i have only one column as a source

  6. #6
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: lookinf for formula , single cell two numerical values , multiply in different columns

    Provide Excel File with Data and Required Output
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  7. #7
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: lookinf for formula , single cell two numerical values , multiply in different columns

    Quote Originally Posted by land_land View Post
    because for EUR currency i have only one column as a source
    But you've manually typed =4006.23+6542.73 into each of those cells?

    So why can't you put 4006.23 into e.g. K1 and 6542.73 into e.g. L1 and then put =K1+L1 into e.g. M1?

    Regards

  8. #8
    Registered User
    Join Date
    06-18-2014
    Location
    tirana,albania
    MS-Off Ver
    2013
    Posts
    8

    Re: lookinf for formula , single cell two numerical values , multiply in different columns

    I have no right to add two columns for one Currency

  9. #9
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Excel 2013
    Posts
    1,887

    Re: lookinf for formula , single cell two numerical values , multiply in different columns

    Hi,

    Try This .


    Punnam
    Attached Files Attached Files

  10. #10
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: lookinf for formula , single cell two numerical values , multiply in different columns

    Then if you really want to do as you say you'll have to save your workbook as macro-enabled so that you can use the following set-up:

    With the active cell in the sheet somewhere in row 2, go to Name Manager and define a new name:

    Name: Value1
    Refers to: =GET.CELL(6,'Purch 2014'!$L2)

    Exit Name Manager.

    The formula in P2 is then:

    =MID(Value1,2,FIND("+",Value1)-2)*$N2

    And that in Q2:

    =MID(Value1,FIND("+",Value1),99)*$N2

    I have to say that I think this is a seriously overly-complicated solution to your problem though, and one which is also prone to error.

    If you're "not allowed" to save it as a macro-enabled workbook either, then I can't help you any further.

    Regards

  11. #11
    Registered User
    Join Date
    06-18-2014
    Location
    tirana,albania
    MS-Off Ver
    2013
    Posts
    8

    Re: lookinf for formula , single cell two numerical values , multiply in different columns

    Thank you XOR LX!

    it worked your formula , yes i can save as macro enables.

    Punnam solution was not practical because values can change every month, unable to use name manager for every registration in different values

    thank you guys
    God bless you
    Roland,

  12. #12
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: lookinf for formula , single cell two numerical values , multiply in different columns

    Quote Originally Posted by land_land View Post
    Thank you XOR LX!

    it worked your formula , yes i can save as macro enables.

    Punnam solution was not practical because values can change every month, unable to use name manager for every registration in different values

    thank you guys
    God bless you
    Roland,
    You're welcome!

+ 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. Replies: 2
    Last Post: 05-27-2013, 09:35 AM
  2. Multiple numerical formats in a single cell?
    By ku1185 in forum Excel General
    Replies: 2
    Last Post: 10-07-2008, 03:49 PM
  3. Return Range of Numerical Values in Single Column based on Frequency Percentage
    By Sam via OfficeKB.com in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-28-2005, 06:05 PM
  4. Extract one numerical value from single cell with multiple values?
    By cszy67 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-26-2005, 09:49 PM
  5. Combining numerical and drop-down text in a single cell
    By Rainbow-Lentil in forum Excel General
    Replies: 0
    Last Post: 05-17-2005, 02:06 PM

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