+ Reply to Thread
Results 1 to 5 of 5

Made a formula automatic

  1. #1
    Registered User
    Join Date
    03-29-2016
    Location
    Modena Italy
    MS-Off Ver
    2010
    Posts
    4

    Made a formula automatic

    Good morrow everyone,

    First of all please excuse my lack of knowledge of the English language .
    I am a new forum user and I hope that someone can help me.

    I have a database with over 10,000 lines full of numbers in three adjacent columns.
    I'm using this formula to find the number of cells in wich the number is present, the frequencies in practice .

    =CONTA.SE(C2:E9131; "1")
    =CONTA.SE(C2:E9131; "2")
    =CONTA.SE(C2:E9131; "3")
    =CONTA.SE(C2:E9131; "4")
    =CONTA.SE(C2:E9131; "n")
    =CONTA.SE(C2:E9131; "etc")
    =CONTA.SE(C2:E9131; "99")
    =CONTA.SE(C2:E9131; "100")
    =CONTA.SE(C2:E9131; "101")
    =CONTA.SE(C2:E9131; "102")
    =CONTA.SE(C2:E9131; "etc")


    So far I've changed hand every formula by increasing the number between " " , but it is a long process.
    I wonder if it can be done automatically, that is, if it is possible modify the formula (or other way) so that the numbers between " " are automatically increased by one unit .
    Grateful if someone could help me .
    Gian1959

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Made a formula automatic

    Try

    =CONTA.SE(C$2:E$9131; ROWS($1:1))

    I'm not sure what the Italian version of ROWS is, you'll have to find it.

  3. #3
    Registered User
    Join Date
    03-29-2016
    Location
    Modena Italy
    MS-Off Ver
    2010
    Posts
    4

    Re: Made a formula automatic

    Quote Originally Posted by Jonmo1 View Post
    Try

    =CONTA.SE(C$2:E$9131; ROWS($1:1))

    I'm not sure what the Italian version of ROWS is, you'll have to find it.
    The formula works perfectly ' =CONTA.SE(C$2:$9131;RIGHE($1:1)) '
    Thank you very much in this way is much easier to work .
    Gian1959

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Made a formula automatic

    You're welcome

  5. #5
    Registered User
    Join Date
    03-29-2016
    Location
    Modena Italy
    MS-Off Ver
    2010
    Posts
    4

    Re: Made a formula automatic

    Good morning everyone
    recently at my request I have solved my problem with an immediate response of
    Jonmo1 who advised me to try this formula :

    = CONTA.SE ( C $ 2: $ 9,131 ; ROWS ( $ 1: 1 ) )

    it works perfectly. Today I would like to ask if it is possible add to
    this formula something that allows me to print the rows that come out from the formula.
    Many thanks
    Gian1959

+ 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. [SOLVED] formula changes can be made in 1 box and it effects the whole sheet
    By joseph_pat in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 07-13-2015, 07:22 AM
  2. Identify changes that have been made when using automatic lookups
    By snowfroguk in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-27-2015, 05:37 AM
  3. [SOLVED] Automatic date, but after a dropdown selection is made, not before
    By FlyFisherman in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 10-18-2013, 08:43 PM
  4. [SOLVED] Retain Formula when Input is made
    By drakaz in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-11-2013, 10:03 AM
  5. Replies: 5
    Last Post: 04-16-2012, 08:12 PM
  6. Replies: 4
    Last Post: 01-31-2012, 01:41 PM
  7. automatic locking of cells once an entry is made
    By ditas in forum Excel General
    Replies: 1
    Last Post: 04-28-2009, 11:37 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