+ Reply to Thread
Results 1 to 5 of 5

dont calculate if no data present in 2 cells

  1. #1
    Registered User
    Join Date
    10-05-2014
    Location
    mattawa, canada
    MS-Off Ver
    2013
    Posts
    10

    dont calculate if no data present in 2 cells

    this is the formula i have now.
    =IF(ISNUMBER(G35)*(G34=F35),(G35-F35),IF(F35>0,(G35-F35+1),""))

    I'm looking to find out how to make the calculation not calculate until data is entered in both F35 and G35

    Thank you in advance for your assistance.

  2. #2
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: dont calculate if no data present in 2 cells

    Try

    =IF(AND(F35<>"",G35<>""),your calculation, "")

  3. #3
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: dont calculate if no data present in 2 cells

    Like this maybe:

    =IF(OR(G35="",F35=""),"",IF(ISNUMBER(G35)*(G34=F35),(G35-F35),IF(F35>0,(G35-F35+1),"")))

  4. #4
    Registered User
    Join Date
    10-05-2014
    Location
    mattawa, canada
    MS-Off Ver
    2013
    Posts
    10

    Re: dont calculate if no data present in 2 cells

    Thank you both for your assistance.

    PaulM100 that formula worked perfectly. You the Man

  5. #5
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: dont calculate if no data present in 2 cells

    Glad to help. Please mark the thread as Solved if that took care of you problem, from The Tools.

+ 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. Only calculate results when data is present in corresponding cell
    By dbaker4020 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-31-2013, 08:48 AM
  2. [SOLVED] Auto Hiding rows based on range/data present or not present.
    By raze in forum Excel Programming / VBA / Macros
    Replies: 27
    Last Post: 02-10-2013, 11:27 AM
  3. Replies: 2
    Last Post: 10-25-2012, 08:34 AM
  4. Colour x cells below it if data present
    By bullchicken in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-23-2011, 06:48 PM
  5. Formating cells based off data being present
    By mremptywallet in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-10-2010, 05:22 PM
  6. DOnt calculate leap year
    By kckar in forum Excel Formulas & Functions
    Replies: 80
    Last Post: 09-06-2005, 03:05 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