+ Reply to Thread
Results 1 to 8 of 8

Tick boxes & formulas HELP!!!

  1. #1
    Registered User
    Join Date
    07-24-2014
    Location
    Tasmania, Australia
    MS-Off Ver
    2013
    Posts
    4

    Tick boxes & formulas HELP!!!

    HELP!!

    I am trying to work out a way to show/record the below

    I need cell M6=10 if cell P6=1 & Q6 is TRUE or if P6=1 & Q6 is FALSE then M6=12

    if P6=2 then M6=8 if Q6 is TRUE or if Q6 is FALSE then M6=10

    I need this to go all the way up to P6=5

    Is there a way to do this?

    Thanks

  2. #2
    Valued Forum Contributor
    Join Date
    12-02-2012
    Location
    Melbourne, VIC
    MS-Off Ver
    Excel 2016
    Posts
    750

    Re: Tick boxes & formulas HELP!!!

    try this formula in Cell M6:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Tick boxes & formulas HELP!!!

    If that works for you, this is slightly shorter...
    =(6-P6)*2+IF(Q6=TRUE,0,2)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    07-24-2014
    Location
    Tasmania, Australia
    MS-Off Ver
    2013
    Posts
    4

    Re: Tick boxes & formulas HELP!!!

    Thank you so much!

    How do i go about changing the number in M6 if i want it to show 11 if the statement is TRUE or 9 if FALSE?

  5. #5
    Forum Contributor
    Join Date
    08-11-2012
    Location
    bengalur
    MS-Off Ver
    Excel 2003, 2007
    Posts
    152

    Re: Tick boxes & formulas HELP!!!

    Much Appreciated








    ___________________________________________________________________________________________________
    Many of life's failures are people who did not realize how close they were to success when they gave up.

  6. #6
    Valued Forum Contributor
    Join Date
    12-02-2012
    Location
    Melbourne, VIC
    MS-Off Ver
    Excel 2016
    Posts
    750

    Re: Tick boxes & formulas HELP!!!

    try:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  7. #7
    Registered User
    Join Date
    07-24-2014
    Location
    Tasmania, Australia
    MS-Off Ver
    2013
    Posts
    4

    Re: Tick boxes & formulas HELP!!!

    Thank you again.

    Could you please explain it to me as there are a few other outcomes I would like to see.

    For example M6 if i want it to show 2 if the statement is TRUE or 0 if FALSE? and a range of other number combinations

  8. #8
    Valued Forum Contributor
    Join Date
    12-02-2012
    Location
    Melbourne, VIC
    MS-Off Ver
    Excel 2016
    Posts
    750

    Re: Tick boxes & formulas HELP!!!

    It is a bit hard to explain this way (without an example workbook), but I'll try. I trust you are already aware that an IF Formula works like this: =IF(<Condition to Evaluate>,<Value if condition is True>,<Value if condition is False>)

    So,
    For example M6 if i want it to show 2 if the statement is TRUE or 0 if FALSE? and a range of other number combinations
    would be formulated as:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    where Q6 is the cell being evaluated
    2 if the condition/statement is TRUE, and
    0 if the condition/statement is FALSE.

    A good place to start with formulas is Excel Help. Please F1 & just type the name of a formula ("IF" in this case) to see how it works. Excel help also includes examples of formula usage that make it easy to follow.
    Good luck

+ 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. Excel VBA to generate check boxes and restrict user to tick on the 3 boxes in a row
    By rhodalynn.rona in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-06-2012, 05:55 AM
  2. Excel 2007 : one tick box selects multiple tick boxes
    By brentroberts in forum Excel General
    Replies: 2
    Last Post: 12-31-2011, 09:29 PM
  3. Tick boxes
    By NatNat in forum Excel General
    Replies: 7
    Last Post: 05-03-2009, 01:06 AM
  4. tick boxes
    By skatmandu2002 in forum Excel General
    Replies: 1
    Last Post: 06-02-2008, 06:36 AM
  5. Tick Boxes
    By Kayty in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 01-30-2005, 06:15 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