If I have a table that looks like:
emailcustomer numberapples trees sports ice cream
abc@yahoo.com123 YY Y
abc@yahoo.com126
123@gmail.com858 Y
123@gmail.com767 YY
owow@yahoo.com444 Y
owow@yahoo.com455
999@yahoo.com1001 Y Y
999@yahoo.com1103 Y
999@yahoo.com 1005 Y
How can I combine the responses so that there isn't any duplicate emails and the responses all get combined under each of the questions so I don't lose any of the responses? There would be 17 total questions I would be trying to combine for the dup emails if that matters.
emailcustomer numberapples trees sports ice cream
abc@yahoo.com123 YY Y
abc@yahoo.com126
123@gmail.com858 Y
123@gmail.com767 YY
owow@yahoo.com444 Y
owow@yahoo.com455
999@yahoo.com1001 Y Y
999@yahoo.com1103 Y
999@yahoo.com 1005 Y
How can I combine the responses so that there isn't any duplicate emails and the responses all get combined under each of the questions so I don't lose any of the responses? There would be 17 total questions I would be trying to combine for the dup emails if that matters.