+ Reply to Thread
Results 1 to 3 of 3

How can I extact multiple response data?

  1. #1
    Registered User
    Join Date
    10-25-2009
    Location
    Nepal
    MS-Off Ver
    Excel 2003 and 2007
    Posts
    48

    How can I extact multiple response data?

    Hello Friends! I have a problem with excel data file. I have enter multiple response data in a cell like 1, 2, 3 . If they response multiple answer I have entered 123 in a cell. Now, I want to filter 1, 2, 3 seperately from 123 cell. Means I have to count in 1 from (123), 2 from (123) and 3 from (123) seperately. What can I do? Your suggestion is highly appreciated. Thanks. Sample file also attached herewith.

    Indra
    Attached Files Attached Files
    Last edited by indra; 09-03-2010 at 05:23 AM.

  2. #2
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: How can I extact multiple response data?

    Hi,

    See attached.

    Formula in D14 copied down and across to E16: =SUMPRODUCT(--(ISNUMBER(SEARCH($B14,$F$2:$F$8))),--($C$2:$C$8=D$13))

    Dom
    Attached Files Attached Files
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

  3. #3
    Registered User
    Join Date
    10-25-2009
    Location
    Nepal
    MS-Off Ver
    Excel 2003 and 2007
    Posts
    48

    Re: How can I extact multiple response data?

    Hello Dom, Thank you very much for your promt reply. It's amazing. It works for me. Thanks alot once again.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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