+ Reply to Thread
Results 1 to 3 of 3

Dragged IF formula but only show TRUE VALUE once

  1. #1
    Forum Contributor
    Join Date
    11-04-2015
    Location
    Copenhagen, Denmark
    MS-Off Ver
    2010
    Posts
    114

    Dragged IF formula but only show TRUE VALUE once

    I have attached a sample file.

    I am making a business case template for my work.

    I have a simple row with costs per time period (e.g. months) and a simple row with savings per time period.

    I have hidden rows with accumulated costs and savings.

    In row 27 there is a simple IF formula comparing accumulated costs and savings. If savings are greater than costs for that period there is break-even. However, the subsequent period is also break-even (which is technically not true).

    So, is there a way to only show the words "break-even" once?
    Alternatively, can I write a formula that would just tell me in which period the accumulated savings exceed the costs? E.g. month 7.
    Attached Files Attached Files

  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,733

    Re: Dragged IF formula but only show TRUE VALUE once

    Put this in C27:

    =IF(AND(C24>$Q$21,COUNTIF($B27:B27,"?*")=0),"Break-even","")

    then copy across.

    Hope this helps.

    Pete

  3. #3
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Dragged IF formula but only show TRUE VALUE once

    Please try at C27 and drag to the right

    =IF(MATCH($Q22,$C$24:$P$24,)=C25,"Break-even","")
    Last edited by Bo_Ry; 02-04-2019 at 06:24 AM. Reason: change method

+ 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. Replies: 2
    Last Post: 11-22-2016, 08:15 AM
  2. Countifs Formula that show True/False results?
    By Kid Wonder in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-12-2013, 12:57 PM
  3. Formula does not recalculate when dragged into next row
    By vulture165 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-24-2013, 12:09 PM
  4. Windows Vista : How do I show a dragged formula as zero?
    By fithawk in forum Microsoft Windows Help
    Replies: 2
    Last Post: 05-02-2012, 02:07 PM
  5. Excel 2007 : How do I show a dragged formula as zero?
    By fithawk in forum Excel General
    Replies: 1
    Last Post: 05-02-2012, 04:26 AM
  6. Formula to Show True False
    By Ortz in forum Excel General
    Replies: 2
    Last Post: 02-16-2012, 12:02 PM
  7. If statement, TRUE , FALSE => If true show picture 1 else show picture 2
    By uaeXuae in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 12-07-2007, 11:29 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