+ Reply to Thread
Results 1 to 6 of 6

Audio update formula

  1. #1
    Registered User
    Join Date
    05-27-2010
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    3

    Audio update formula

    Hi everyone,

    I have been trying to find the following info on the net and its driving me insane!
    There must be a simple explanation to this, so any help would be greatly appreciated.

    A1=1
    A2=2
    A3=3
    A4=4

    I need help with:

    =COUNTIF(sheet1!A1:sheet1!A4,"<2")
    Answer = 1

    My probelm is that if i want to continually manually keep add data to rows A5, A6, A7, A8 with various numeric values.

    How can i have the A4 (Highlighted in red in the formula above) update automatically with the newest latest row reference number, for example, A5=3,A6=7,A7=11,A8=34 etc.. is this possible?

    I guesss i would describe this as an formula auto update

    Have i made myself clear? What are your thoughts please?

    Cheers
    Paul

  2. #2
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: Excel - Audio update formula - Desperate for help!

    Why not use Dynamic Ranges ?
    See this link[

  3. #3
    Registered User
    Join Date
    05-27-2010
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Excel - Audio update formula - Desperate for help!

    Many thanks for your reply.
    I must add I am a beginner, so do not understand how to do adapt this formula to my worksheet. Any ideas please?

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Excel - Audio update formula - Desperate for help!

    Define your name as "whatever" =OFFSET($A$1,0,0,COUNT($A$1:$A$1000))
    then in your formula
    =COUNTIF(whatever,"<2")
    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  5. #5
    Registered User
    Join Date
    05-27-2010
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Audio update formula

    Many thanks, i got that to work.

    However cells A5, A6, A7, A8 etc...already have formulas in them that are at zero until other data is entered elsewhere on the sheet to populate them, so my <2 is including all the zeros as well.

    I am trying to:

    =COUNTIF(sheet1!A1:sheet1!A4,"<2")

    Have the A4 above increase by one as as I add data to the rows.

    Have i made myself understandable?

  6. #6
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Audio update formula

    Yes, what exactly is the formula in column A?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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