+ Reply to Thread
Results 1 to 8 of 8

Urgent Help Required - Will reward

  1. #1
    Registered User
    Join Date
    07-09-2014
    Location
    Australia
    MS-Off Ver
    2007
    Posts
    3

    Exclamation Urgent Help Required - Will reward

    Hi all,

    I really hope you can help me. I have unfortunately gotten in over my head at work and require some urgent assistance. I'm more than happy to pay/reward people for their services if need be - I just really don't have much time.

    The problem:

    I have a spreadsheet that contains a whole bunch of survey questions, these survey questions are broken into 7 categories and each question can be answered using a drop-list option with either A, B or C and then a final accumulated answer is given (which ever was the most common across that Topic) Up until this stage, this is all manual.

    Example:

    Topic
    Question [drop-down list] - A
    Question [drop-down list] - C
    Question [drop-down list] - A
    Total [Drop-down list] - A (being the most popular in this Topic)

    Topic
    Question [drop-down list] - B
    Question [drop-down list] - B
    Total [Drop-down list] - B (being the most popular in this Topic)


    Further there are 21 worksheets (3 for each topic) that has details on each Topic.

    What I need to do:

    I need to build a series of check-boxes (A/B/C) for each topic (7) that allows the user to select the two topics they wish to learn more about.

    The macro will then look at the two check-box Topics that were selected and provide them the correct sheet based on the "Total" associated with that Topic (Being A B or C)

    I want it to take them to a sheet where both topics are available, one after the other.

    Please let me know if anyone can help, or if I can provide clarification!

    Thanks,
    Last edited by thewarning; 07-09-2014 at 06:14 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    09-21-2011
    Location
    Birmingham UK
    MS-Off Ver
    Excel 2003/7/10
    Posts
    2,188

    Re: Urgent Help Required - Will reward

    Do you have a sample workbook?
    Hope this helps

    Sometimes its best to start at the beginning and learn VBA & Excel.

    Please dont ask me to do your work for you, I learnt from Reading books, Recording, F1 and Google and like having all of this knowledge in my head for the next time i wish to do it, or wish to tweak it.
    Available for remote consultancy work PM me

  3. #3
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Urgent Help Required - Will reward

    Hi,

    Given the subject title, this might be better in the Commercial Services forum. I can't just move it for you since you need to indicate how much you are prepared to pay.

    On the other hand you might just want to leave it here to see if you get any free assistance. If you do raise it in the CS forum then post back here and I'll remove this thread.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  4. #4
    Registered User
    Join Date
    07-09-2014
    Location
    Australia
    MS-Off Ver
    2007
    Posts
    3

    Re: Urgent Help Required - Will reward

    Link to example document:

    https://www.dropbox.com/s/rxih5cmdqg...s_example.xlsx

    Thanks,

  5. #5
    Registered User
    Join Date
    07-09-2014
    Location
    Australia
    MS-Off Ver
    2007
    Posts
    3

    Re: Urgent Help Required - Will reward

    Hi,

    I am currently working on using the TickBox.

    So far I have gotten it to Unhide, copy to a new workbook, hide again and then go back to the original workbook. Code is below:

    Sub CheckBox1_Click()
    If ActiveSheet.Shapes("Check Box 1").ControlFormat.Value = xlOn Then
    Sheets("CM Competencies").Select
    Sheets("Emerging SM ").Visible = True
    Sheets("Emerging SM ").Select
    Sheets("Emerging SM ").Copy
    Windows("Competencies.xlsm").Activate
    Sheets("Emerging SM ").Select
    ActiveWindow.SelectedSheets.Visible = False

    End If

    End Sub

    However, I need to figure out how to add a second criteria,

    So, in plain english: If The Tickbox is selected, and the 'Total' for Topic Catergory 1 is 'A', show worksheet 1A

    Else, If The Tickbox is selected, and the 'Total' for Topic Category 1 is 'B' show worksheet 1B.

    Any ideas?

  6. #6
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,107

    Re: Urgent Help Required - Will reward

    Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code.

    Posting code between [CODE]Please [url=https://www.excelforum.com/login.php]Login or Register [/url] to view this content.[/CODE] tags makes your code much easier to read and copy for testing, it also maintains VBA formatting.

    Highlight your code and click the # icon at the top of your post window. More information about these and other tags can be found here



    (This thread should receive no further responses until this moderation request is fulfilled, as per Forum Rule 7)
    Never use Merged Cells in Excel

  7. #7
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,107

    Re: Urgent Help Required - Will reward

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution.

    Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.

    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    (This thread should receive no further responses until this moderation request is fulfilled, as per Forum Rule 7)

  8. #8
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,107

    Re: Urgent Help Required - Will reward

    I suggest you as Richard Buttrey said to open new question in Commercial Services subforum and start all over again but first, please read Forum rules.

+ 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. Formating NMS connections in specific format using excel functions
    By netsecrets00 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-03-2014, 09:32 AM
  2. Help required: Urgent!!!
    By jkarthi22 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-22-2011, 02:00 AM
  3. Urgent help required.
    By fatalcore in forum Excel General
    Replies: 1
    Last Post: 03-06-2011, 03:16 AM
  4. Urgent help required!!!
    By pippam in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-25-2008, 07:26 AM
  5. Urgent Help Required!!!! (Please)
    By CindyB in forum Excel General
    Replies: 2
    Last Post: 06-23-2008, 07:45 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