+ Reply to Thread
Results 1 to 6 of 6

Activate sum if other cell reach a number or above

  1. #1
    Registered User
    Join Date
    07-27-2020
    Location
    loughbough
    MS-Off Ver
    365
    Posts
    6

    Activate sum if other cell reach a number or above

    Hi.

    Can some one help me with a sum please?

    I have a cell(A1) that I want to read £0 until 'another cell(B1)' reaches set value or above.
    When this 'other cell(B1)' reach a this set value or above I would like the sum £3.05*52 to activate in original cell(A1).

    thanks
    Mark

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: Activate sum if other cell reach a number or above

    What is the set value? Substitute that in the following formula in A1:

    =IF(B1>=set_value,3.05*52,"")

    Format as Currency to show the £ sign.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    07-27-2020
    Location
    loughbough
    MS-Off Ver
    365
    Posts
    6

    Re: Activate sum if other cell reach a number or above

    HI Pete.

    entered the sum: =IF(J127>=6475,3.05*52,"") which works a treat.
    However when the sum isn't active the cell is black, is there a way of making it read £0.

    thasnks
    mark

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: Activate sum if other cell reach a number or above

    Just change the "" at the end of the formula to zero:

    =IF(J127>=6475,3.05*52,0)

    Hope this helps.

    Pete

  5. #5
    Registered User
    Join Date
    07-27-2020
    Location
    loughbough
    MS-Off Ver
    365
    Posts
    6

    Re: Activate sum if other cell reach a number or above

    thanks works perfectly

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: Activate sum if other cell reach a number or above

    Glad to hear it, and thanks for marking the thread as Solved.

    As you are relatively new to the forum, you might also like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ 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] Number of Months to Reach Target
    By swong1709 in forum Excel General
    Replies: 5
    Last Post: 06-12-2017, 11:59 AM
  2. [SOLVED] how to repeat the letters when you reach number 26
    By hazemrezo in forum Excel General
    Replies: 2
    Last Post: 12-25-2016, 12:29 PM
  3. [SOLVED] Calculate number of months required to reach target number
    By madboy9 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-31-2016, 06:06 PM
  4. [SOLVED] Enter a number in a Textbox then find the number in a cell to activate Hyperlink
    By lapot in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-06-2014, 10:26 AM
  5. Fill the end of each cell with blanks to reach X number of characters
    By Damned in forum Excel Programming / VBA / Macros
    Replies: 19
    Last Post: 09-18-2010, 09:16 PM
  6. Replies: 5
    Last Post: 06-05-2007, 10:06 AM
  7. Count number to reach a cumulative value
    By Bruce in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-25-2005, 02:06 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