+ Reply to Thread
Results 1 to 4 of 4

Harvesting unique figures in multiple column cells

  1. #1
    Registered User
    Join Date
    09-10-2017
    Location
    Nigeria
    MS-Off Ver
    Excel 2016
    Posts
    2

    Harvesting unique figures in multiple column cells

    I have a 19+ digit variant number always starting with 6................-... The "-" is always on number 19 slot after which a digit or two or three or four digits follows. These unique numbers are always exist once within column H to X in each row of data. Sometimes, i could have 60 thousand row from which to extract this value into one specific column. Definitely, l need formular help to achieve this task. Can someone help me please with something that will do this and still give me the result as editable values?

  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,053

    Re: Harvesting unique figures in multiple column cells

    Will you please attach a SMALL sample Excel workbook (10-20 rows of data is usually enough)? Please don't attach a picture of one (no-one will want to re-type all your stuff before starting).

    1. Make sure that your sample data are truly REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.

    2. Make sure that your desired solution is also shown (mock up the results manually).

    3. Make sure that all confidential information is removed first!!

    4. Try to avoid using merged cells. They cause lots of problems!

    Unfortunately the attachment icon doesn't work at the moment. So, to attach an Excel file you have to do the following: Just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.
    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

  3. #3
    Registered User
    Join Date
    09-10-2017
    Location
    Nigeria
    MS-Off Ver
    Excel 2016
    Posts
    2

    Re: Harvesting unique figures in multiple column cells

    I have send the sample please and I hope you"ll receive it. You Know, my first time. I hope it will get there
    Attached Files Attached Files

  4. #4
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,827

    Re: Harvesting unique figures in multiple column cells

    These unique numbers are always exist once within column H to X in each row of data. Sometimes, i could have 60 thousand row from which to extract this value into one specific column.
    Are you familiar with Excel's lookup functions (like INDEX() and MATCH())? If I understand what you are trying to do:

    1) Use a MATCH() function to determine which column contains the desired text string (https://support.office.com/en-us/art...9-533f4a37673a ). Note that, if the third argument of the MATCH() function is 0, you can use wildcards (* or ?) to modify your search. Based on your sample data, =MATCH("6359*",A2:Q2,0) returns the column number where that number exists. Of course, this will have trouble if there are two entries in the row that start with 6359. You may need to put some time and thought in the search string you put into the MATCH() function to make sure that it will return the correct value. (In the first row of your sample, it returns 4)
    2) Use the INDEX() function to extract the value from the data (https://support.office.com/en-us/art...2-b56b061328bd ). Perhaps something like =INDEX(A2:Q2,result of match function).
    3) Copy formulas down as far as needed.

    something that will do this and still give me the result as editable values?
    I am not sure I understand what you mean by this. If you want, you can use the formulas above, then do a copy -> paste special -> as values to get the result as a value that you can then edit. Is that what you mean?
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

+ 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. Need help copying daily figures from cells in multiple csv files
    By emtangy in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-24-2016, 06:25 PM
  2. Replies: 4
    Last Post: 12-17-2015, 06:26 PM
  3. [SOLVED] Find unique cells in column -> Sum another column based on multiple criteria
    By mjoc9 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-20-2015, 09:29 AM
  4. How do you calculate figures held in multiple cells?
    By SteveBIM in forum Excel General
    Replies: 3
    Last Post: 03-26-2015, 05:21 PM
  5. Harvesting data from multiple workbooks to one.
    By Nialzzz in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-25-2014, 05:26 AM
  6. Conversion of an array of figures inputted into cells as word figures to Excel figures
    By Allan Simpson730 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-08-2013, 07:25 AM
  7. [SOLVED] Applying figures and sums of figures to relevent cells
    By JakeMann in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-15-2012, 10:08 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