+ Reply to Thread
Results 1 to 10 of 10

Formula for separating multiplication into multiplier and multiplicand

  1. #1
    Registered User
    Join Date
    11-16-2019
    Location
    Liechtenstein, Vaduz
    MS-Off Ver
    365 MSO (64bit)
    Posts
    81

    Formula for separating multiplication into multiplier and multiplicand

    Dear Forum Users,

    I’d like to kindly ask for help regarding separating multiplications (that are located in column B) as text into the multiplier and multiplicand as shown in columns H and I.

    Unfortunately, the multiplications must have an empty cell in-between them, I hope this isn’t much of a inconvenience.

    Thank you in advance
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    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,141

    Re: Formula for separating multiplication into multiplier and multiplicand

    In H2, copied across and down:

    =TRIM(MID(SUBSTITUTE("x"&SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(INDEX($B$3:$B$17,1+2*(ROWS(H$2:H2)-1))," ",""),"zł",""),",","."),"x",REPT(" ",125)),125*COLUMNS($A:A),125))+0

    again, you may need to use ;
    Attached Files Attached Files
    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

  3. #3
    Forum Guru
    Join Date
    04-23-2012
    Location
    New Jersey, USA
    MS-Off Ver
    Excel 365
    Posts
    2,420

    Re: Formula for separating multiplication into multiplier and multiplicand

    Assuming you will copy the formulas past where the last data row would output results (in anticipation of future data perhaps)...

    If you don't mind zeros at the bottom of your output for blank cells after the end of your data, then you can use this formula...
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    otherwise this formula will hide those zeros at the bottom of the output columns...
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Put which ever formula you chose in cell H2 and copy across to I2, then copy H2:I2 down as far as you think you will ever need.

  4. #4
    Registered User
    Join Date
    11-16-2019
    Location
    Liechtenstein, Vaduz
    MS-Off Ver
    365 MSO (64bit)
    Posts
    81

    Re: Formula for separating multiplication into multiplier and multiplicand

    Thank you Sir, for your help. There is one problem. Your formulas work only for the H column, in the I column I only get zeros in every row.

  5. #5
    Forum Guru
    Join Date
    04-23-2012
    Location
    New Jersey, USA
    MS-Off Ver
    Excel 365
    Posts
    2,420

    Re: Formula for separating multiplication into multiplier and multiplicand

    Who are you directing your comment to... me or Glenn?

  6. #6
    Registered User
    Join Date
    11-16-2019
    Location
    Liechtenstein, Vaduz
    MS-Off Ver
    365 MSO (64bit)
    Posts
    81

    Re: Formula for separating multiplication into multiplier and multiplicand

    @Rick Rothstein

    To you Sir.

  7. #7
    Forum Guru
    Join Date
    04-23-2012
    Location
    New Jersey, USA
    MS-Off Ver
    Excel 365
    Posts
    2,420

    Re: Formula for separating multiplication into multiplier and multiplicand

    Quote Originally Posted by bansche123 View Post
    @Rick Rothstein

    To you Sir.
    I tested my formulas before I posted them and, to be sure, just now again... they both work fine for me filling in Columns H and I as expected. I tested my formulas against the data you posted in workbook you provided. Did you copy the formulas exactly as I posted them or did you retype them?

  8. #8
    Registered User
    Join Date
    11-16-2019
    Location
    Liechtenstein, Vaduz
    MS-Off Ver
    365 MSO (64bit)
    Posts
    81

    Re: Formula for separating multiplication into multiplier and multiplicand

    @Rick Rothstein

    Yes, I did Sir.

    Maybe you could upload your file please?, because I need to translate your formula from english, maybe there I make a mistake.

  9. #9
    Forum Guru
    Join Date
    04-23-2012
    Location
    New Jersey, USA
    MS-Off Ver
    Excel 365
    Posts
    2,420

    Re: Formula for separating multiplication into multiplier and multiplicand

    I would note the formula does not change... the formula in H2 should be copied across to cell I2, then copy both of those cells down. Anyway, here is the workbook. Note that I used both formulas so you could see how the blank cells after your data is treated.
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    11-16-2019
    Location
    Liechtenstein, Vaduz
    MS-Off Ver
    365 MSO (64bit)
    Posts
    81

    Re: Formula for separating multiplication into multiplier and multiplicand

    Quote Originally Posted by Rick Rothstein View Post
    Anyway, here is the workbook.
    Thanks a lot, now it works, apparently excel has updated some formulas addding @ in there somewhere.

+ 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. Value * Multiplier > SUM of all Values - but I only know the Multiplier
    By gibrinel in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-31-2020, 08:04 AM
  2. [SOLVED] Formula to return the relevant multiplier value for fines
    By The_Snook in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 11-22-2017, 09:15 AM
  3. Replies: 7
    Last Post: 05-24-2016, 05:09 PM
  4. A Multiplier Formula
    By Musiick in forum Excel General
    Replies: 1
    Last Post: 03-23-2014, 03:39 AM
  5. [SOLVED] Formula for a cell value with a multiplier
    By arkadd61 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-03-2013, 02:31 AM
  6. Replies: 2
    Last Post: 09-20-2008, 11:00 AM
  7. how to create a repeat formula using the same multiplier?
    By Lisa in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-07-2006, 10:20 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