+ Reply to Thread
Results 1 to 7 of 7

A formula that tells me if an account is active based on data in a table

  1. #1
    Registered User
    Join Date
    05-11-2013
    Location
    Wigan, Englan
    MS-Off Ver
    Excel 2010
    Posts
    46

    A formula that tells me if an account is active based on data in a table

    Hi there,

    I hope you are well!

    I am trying to find a formula that makes a cell say "Account Active" if any of the accounts are active in a table.

    I have attached a spreadsheet with further information in. Please feel free to have a look and give it a go!

    Thanks

    Mike

    Active Account.xlsx

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,468

    Re: A formula that tells me if an account is active based on data in a table

    Perhaps
    Please Login or Register  to view this content.

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

    Re: A formula that tells me if an account is active based on data in a table

    Try this:

    =IF(COUNTIF(I7:I13,"yes")>0,"Active","Not Active")

    Hope this helps.

    Pete

  4. #4
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: A formula that tells me if an account is active based on data in a table

    use

    =IF(COUNTIF(I7:I13,"Yes"),"Active","Not active")
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  5. #5
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: A formula that tells me if an account is active based on data in a table

    Try

    =IF(COUNTIF(I7:I13,"Yes")> 0,"Active","Not active")

    Say "hello" to Wigan for me, I originate from a couple of junctions up the M6 in Leyland.
    Martin

  6. #6
    Registered User
    Join Date
    05-11-2013
    Location
    Wigan, Englan
    MS-Off Ver
    Excel 2010
    Posts
    46

    Re: A formula that tells me if an account is active based on data in a table

    Thank you for your responses everyone. Those formulas work brilliantly!

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

    Re: A formula that tells me if an account is active based on data in a table

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Thanks,

    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] How to pull data based on Filtered results - To create Statement of Account
    By ec4excel in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 06-28-2013, 11:36 AM
  2. [SOLVED] How to censor account numbers based on how many characters are in the account number
    By Mcorydon in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-25-2013, 01:06 PM
  3. [SOLVED] Formula that tells me whether a date is later than the current.
    By VivatMartin in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-20-2012, 10:20 AM
  4. Adding formula to active table and for pivot table in macro
    By Jerseynjphillypa in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-08-2012, 08:12 AM
  5. Filtering a data table based on multivalue active cell
    By antoineburdett in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-26-2011, 08:56 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