+ Reply to Thread
Results 1 to 6 of 6

extract one number

  1. #1
    Banned User!
    Join Date
    09-04-2018
    Location
    cyprus
    MS-Off Ver
    2007
    Posts
    282

    extract one number

    the formula iam looking for is:if in E1:N11 the number 14 exist extrct him to cell B2 and in B1 count how may times exist in range E1:N11.
    thank you so much guys!

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: extract one number

    in B2
    =IF(COUNTIF(E1:N11,14)>0,14,"")

    in B1
    =COUNTIF(E1:N11,14)
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Banned User!
    Join Date
    09-04-2018
    Location
    cyprus
    MS-Off Ver
    2007
    Posts
    282

    Re: extract one number

    here i attached a workgook. thanks

  4. #4
    Banned User!
    Join Date
    09-04-2018
    Location
    cyprus
    MS-Off Ver
    2007
    Posts
    282

    Re: extract one number

    super!!! is working,thank you

  5. #5
    Banned User!
    Join Date
    09-04-2018
    Location
    cyprus
    MS-Off Ver
    2007
    Posts
    282

    Re: extract one number

    special -k, and how can i say if the number 14 and number 22 ,extract them in column A:A?

  6. #6
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: extract one number

    A number cant be "14 AND 22", it has to be 14 OR 22, it cant be both.


    in C2
    =IF(COUNTIF(E1:N11,22)>0,22,"")

    in C1
    =COUNTIF(E1:N11,22)

    Or better still...

    in B1 put 14
    in B2 put 22

    in C1
    =COUNTIF(E1:N11,B1)
    in C2
    =IF(COUNTIF(E1:N11,C2)>0,C2,"")

+ 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. VLOOKUP Mixed Number & Letter Partial Number Extract For Lookup Value
    By lokeshrao in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 07-13-2016, 10:43 AM
  2. [SOLVED] Extract number before dot and whole number in a range
    By bjnockle in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-08-2015, 03:54 AM
  3. extract number from text and number cell
    By south in forum Excel General
    Replies: 15
    Last Post: 08-23-2014, 03:28 AM
  4. [SOLVED] Extract data[number] from a set of [words,number and symbol] and place into column
    By dragon_m0nsta in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 08-12-2012, 08:31 PM
  5. [SOLVED] How to extract Fist number, Last number from string and SUM
    By Xiaojiang in forum Excel General
    Replies: 5
    Last Post: 05-07-2012, 01:39 AM
  6. [SOLVED] How do I extract number from number\text?
    By colwyn in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-07-2009, 02:45 AM
  7. [SOLVED] Extract number from text/number string..
    By nastech in forum Excel General
    Replies: 5
    Last Post: 07-05-2006, 06:25 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