+ Reply to Thread
Results 1 to 6 of 6

Prompt for descriptive text when user checks "Other" checkbox

  1. #1
    Registered User
    Join Date
    06-02-2021
    Location
    KSA
    MS-Off Ver
    Mac user
    Posts
    3

    Exclamation Prompt for descriptive text when user checks "Other" checkbox

    Dear,

    I have a survey that have checkbox questions with other option.
    The responser can choose all the options plus the other option. So, when he/she choose other option a textbook will be open to write his/her own text.

    My question is how to calculate the entered texts that are different than the options provided in the question.

    Note: Sheet1 is the question and Sheet2 is an example of the responses.

    Regards,

    Screen Shot 2021-06-02 at 12.20.34 PM.png
    Attached Files Attached Files
    Last edited by Fmoh; 06-03-2021 at 02:04 AM.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,178

    Re: Prompt for descriptive text when user checks "Other" checkbox

    Welcome to the forum

    Please attach a sample workbook (not a picture or pasted copy). Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

    Please update your profile with your Excel version (2013, 2016,2019 ...)
    Last edited by JohnTopley; 06-02-2021 at 09:59 AM.

  3. #3
    Registered User
    Join Date
    06-02-2021
    Location
    KSA
    MS-Off Ver
    Mac user
    Posts
    3

    Re: Prompt for descriptive text when user checks "Other" checkbox

    Thank you,
    I've updated the post.

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,178

    Re: Prompt for descriptive text when user checks "Other" checkbox

    Thank you for the file.

    Question: how are you planning to summarise the responses as they are collated as per Sheet2 i.e all in one cell? There is no easy way without multiple "searches" to identify each text string.

    How many questions? how many possible responses? How many respondents?
    Last edited by JohnTopley; 06-03-2021 at 03:48 AM.

  5. #5
    Registered User
    Join Date
    06-02-2021
    Location
    KSA
    MS-Off Ver
    Mac user
    Posts
    3

    Re: Prompt for descriptive text when user checks "Other" checkbox

    All the chosen options will be in one cell.

    I used =COUNTIF(range,"*"&A2&"*") to count all the school answers. So, the problem is how to count the entered option by the user (when he/she chose other option).

    The number of responses is about 300.

  6. #6
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,178

    Re: Prompt for descriptive text when user checks "Other" checkbox

    As an example of finding the "Others"

    In Sheet2

    n B2

    =TRIM(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A2,Sheet1!$A$2,""),Sheet1!$A$3,""),Sheet1!$A$4,""),";",""))

    There are 2 "separators" (semi-colon and comma) so this inconsistency does make it more difficult.

    If you need to identify individual "Others" then further "Substitution"-like formula will be required BUT these are unknown until survey is completed,

    I don't know how the data is entered but I would avoid putting all responses to a given question in a single cell to avoid the difficulties highlighted above.

+ 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. ActiveX Checkbox that checks only one box at a time
    By odnarud in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-23-2020, 12:48 PM
  2. Replies: 10
    Last Post: 07-14-2015, 12:26 AM
  3. [SOLVED] User Defined Functions - How to Create Descriptive Parameters?
    By daffodil11 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-16-2014, 03:13 PM
  4. Macro that checks a list, and gives user prompt for action
    By jayherring86 in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 08-30-2013, 09:12 AM
  5. Macro to find-insert and Prompt user for Text Loop
    By excellentlearner in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-22-2012, 08:33 PM
  6. Prompt user to enter value for descriptive statistic calculation
    By Beginner Level in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-24-2012, 10:45 PM
  7. Replies: 5
    Last Post: 06-05-2006, 06:41 PM

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