+ Reply to Thread
Results 1 to 4 of 4

Help with Formula with a check box

  1. #1
    Forum Contributor
    Join Date
    04-02-2019
    Location
    Ottawa,Ontario
    MS-Off Ver
    365
    Posts
    180

    Help with Formula with a check box

    Hopefully this comes across as fairly easy to understand.

    when box is checked as true, I have the formula subtract 2 cells ( ex. B3-A1 ), however I need a formula that IF a value is in A2 as well as A1, and the box is checkmark as TRUE, then it will subtract from A2 ( ex B3-A2 ) instead of A1

    Is this possible ?

    Attached is the spreadsheet Im working on.

    From a text box on spreadsheet

    "Help Needed:

    Forumla i4-j3 unless k3 has a value. if it does, I need i4-k3 if h3 is true. if false, then it stays at 00:00

    so right now L3 shows 1:30 (6:00-4:30), but because K3 has a value L3 should be 1:00"
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,835

    Re: Help with Formula with a check box

    Maybe this in cell L3?

    IF(H3=TRUE,IF(K3="",I4-J3,I4-K3),0),"")

  3. #3
    Forum Contributor
    Join Date
    04-02-2019
    Location
    Ottawa,Ontario
    MS-Off Ver
    365
    Posts
    180

    Re: Help with Formula with a check box

    Quote Originally Posted by Gregb11 View Post
    Maybe this in cell L3?

    IF(H3=TRUE,IF(K3="",I4-J3,I4-K3),0),"")
    Works like a charm !! Thank You

  4. #4
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,835

    Re: Help with Formula with a check box

    Glad it worked and thanks for the feedback and rep!

+ 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: 5
    Last Post: 03-14-2020, 03:58 AM
  2. Need formula to check cell and if certain value process second formula
    By oconee1985 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-10-2018, 02:25 AM
  3. [SOLVED] i want formula check cell if cell is blank go to next cell and check value and give grades
    By pksrikanth85 in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 06-19-2017, 12:42 PM
  4. How to check if excel file is Checked Out in SharePoing Check Out, run code, Check In
    By jrtraylor in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-08-2016, 04:36 PM
  5. [SOLVED] Use a formula to check if another formula contains specific text/string
    By musketeer in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 04-24-2013, 05:09 PM
  6. Automatically check one or more check boxes when a parent check box is manually checked
    By Steverizer in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-28-2013, 01:56 PM
  7. Replies: 6
    Last Post: 03-13-2013, 12:40 AM

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