+ Reply to Thread
Results 1 to 3 of 3

Converting a small amount of data into a row

  1. #1
    Registered User
    Join Date
    05-09-2012
    Location
    Liverpool
    MS-Off Ver
    Excel 2008
    Posts
    34

    Converting a small amount of data into a row

    I have a table with parts in a box and number of boxes.

    I need to show in a row each box in its own column, eg.

    3 x boxes of 50 and one box of 12 plus one box of 34

    needs to display as...

    50 50 50 12 34

    I've got a formula that can do the first part using column number as an index for full boxes, the second part is eluding me, I'm hoping there's an odd formula command in excel that will help.

    =IFERROR(IF($M2>=B$1,$N2,""),"") N2 is total parts per box, M2 is total boxes

    Example attached below...
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Converting a small amount of data into a row

    Please try at B2

    =IF(COLUMNS($B2:B2)>$M2,IFERROR(1/(1/INDEX($O15:$R15,COLUMNS($B2:B2)-$M2)),""),$N2)
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    05-09-2012
    Location
    Liverpool
    MS-Off Ver
    Excel 2008
    Posts
    34

    Re: Converting a small amount of data into a row

    Thank you, you are a genius absolutely what I needed.

+ 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: 1
    Last Post: 05-29-2019, 12:48 AM
  2. [SOLVED] Data Import Only importing small amount of web page
    By ScabbyDog in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 01-30-2016, 03:16 PM
  3. [SOLVED] Converting USD amount from number to text
    By ryan4646 in forum Excel General
    Replies: 6
    Last Post: 11-07-2013, 06:22 PM
  4. Replies: 6
    Last Post: 09-27-2012, 10:45 AM
  5. [SOLVED] converting figures to amount
    By Narendra in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 04-07-2006, 12:15 PM
  6. [SOLVED] converting amount into figures
    By IRFAN AHMAD in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 10-14-2005, 12:05 PM
  7. [SOLVED] Converting amount in figures to amount in words
    By Shrikant in forum Excel General
    Replies: 1
    Last Post: 08-16-2005, 06:05 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