+ Reply to Thread
Results 1 to 4 of 4

How to display a response depending on which check box has been selected over 3 columns

  1. #1
    Registered User
    Join Date
    04-03-2016
    Location
    Darwin, Australia
    MS-Off Ver
    7
    Posts
    2

    How to display a response depending on which check box has been selected over 3 columns

    Hi guys,

    I hope I'm in the right forum area for my question.

    I'm quite new to excel & I'm trying to develop a basic invoice which will auto populate an item amount dependent on the check box selected. I have managed to figure out how to display the result from a single column if it is selected, but have been unable to find any information (that I could understand) about how to display results in the same cell from either the second or third column if they are selected instead.

    I have three columns titled: Attended $100 (E17), No Show $25 (E18), & No Show Unpaid (E19) (no amount to display - $0 or blank), the fourth column (E20) I want to display the $dollar amount of the selected check box so I can then auto sum for a final billable amount.

    I have cell linked each check box to show True/False, but not sure how to apply that to a workable formula, or even what direction I need to move in now - nested IF? Vlookup? Please, please help!


    excel example.png
    Attached Images Attached Images

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: How to display a response depending on which check box has been selected over 3 column

    Let's assume the linked cells are A1:C1.

    Try this formula...

    =IF(A1,100,IF(B1,25,0))
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    04-03-2016
    Location
    Darwin, Australia
    MS-Off Ver
    7
    Posts
    2

    Re: How to display a response depending on which check box has been selected over 3 column

    I just KNEW it was going to be something so simple

    Thank you so very much, Tony

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: How to display a response depending on which check box has been selected over 3 column

    You're welcome. Thanks for the feedback!

+ 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. Different response text depending on login or logout state
    By sabha in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-09-2015, 12:37 PM
  2. Replies: 1
    Last Post: 05-12-2015, 10:57 AM
  3. [SOLVED] Summing columns depending on date selected
    By john_london in forum Excel General
    Replies: 2
    Last Post: 09-10-2012, 09:56 AM
  4. Replies: 3
    Last Post: 08-24-2012, 12:24 PM
  5. To unhide columns depending on which dropdown is selected
    By Biffa in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-17-2012, 01:21 PM
  6. [SOLVED] How to create different drop down lists depending on user's response?
    By WillGe in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-09-2012, 08:26 AM
  7. Hide/Display selected columns
    By jenteh in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 07-14-2009, 06:16 AM

Tags for this Thread

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