Return a list of comments from a range that contains blank cells

AmieDa

New Member
Joined
Dec 19, 2018
Messages
4
Hi All,

I have survey results that come out like the attached. I need to produce a report from this and would like to have a table by each area. Eg. Alignment to Outcomes and list the comments without the blank cells, and then the "agree, diagree etc... "

I tried using the below, but it doesn't work with blank cells, and a lot of the comments are blank.
=INDEX(Tbl_data[Alignment To Outcomes Comments],MATCH(0,COUNTIF(Comments!$D$6:D6,Tbl_data[Alignment To Outcomes Comments]),0))
[TABLE="width: 689"]
<tbody>[TR]
[TD]Can anyone help please?
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

Link attached to a sample file. Hope this works.

https://1drv.ms/f/s!AlG9MGLoWUezmmwNCrOooVdGFAdP
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
something like this?

[Table="width:, class:head"]
[tr=bgcolor:#FFFFFF][td=bgcolor:#F79646]Alignment To Outcomes[/td][td=bgcolor:#F79646]Alignment To Outcomes Comments[/td][/tr]

[tr=bgcolor:#FFFFFF][td=bgcolor:#FDE9D9]Agree[/td][td=bgcolor:#FDE9D9]comment here[/td][/tr]

[tr=bgcolor:#FFFFFF][td]Agree[/td][td]comment comment[/td][/tr]

[tr=bgcolor:#FFFFFF][td=bgcolor:#FDE9D9]Disagree[/td][td=bgcolor:#FDE9D9]another comment[/td][/tr]

[tr=bgcolor:#FFFFFF][td]Disagree[/td][td]need to list comment[/td][/tr]

[tr=bgcolor:#FFFFFF][td=bgcolor:#FDE9D9]Neither Agree nor Disagree[/td][td=bgcolor:#FDE9D9]commenting again[/td][/tr]

[tr=bgcolor:#FFFFFF][td]Strongly Disagree[/td][td]comments[/td][/tr]

[tr=bgcolor:#FFFFFF][td][/td][td][/td][/tr]

[tr=bgcolor:#FFFFFF][td][/td][td][/td][/tr]

[tr=bgcolor:#FFFFFF][td=bgcolor:#F79646]Information and Support[/td][td=bgcolor:#F79646]Information and Support Comments[/td][/tr]

[tr=bgcolor:#FFFFFF][td=bgcolor:#FDE9D9]Agree[/td][td=bgcolor:#FDE9D9]comment here[/td][/tr]

[tr=bgcolor:#FFFFFF][td]Agree[/td][td]comments[/td][/tr]

[tr=bgcolor:#FFFFFF][td=bgcolor:#FDE9D9]Disagree[/td][td=bgcolor:#FDE9D9]another comment[/td][/tr]

[tr=bgcolor:#FFFFFF][td]Strongly Disagree[/td][td]comment comment[/td][/tr]
[/table]


because e.g. Agree has two comments they are in two different rows or if you want it can be in single row separated by comma(s). It's up to you
btw. this is a PowerQuery so if you are able to use PQ I'll post a M-code
 
Last edited:
Upvote 0
Thank you, yes that is exactly what I am looking for. But I don't have access to power query unfortunately. on the work computer and I can't download anything without IT permission.
 
Upvote 0
That's pity.
Anyway, have a nice day :)

btw. only 2010 / 2013 need PowerQuery add-in. In higher versions PowerQuery aka Get&Transform is built-in
 
Last edited:
Upvote 0
Thank you for trying :-) We have Professional Plus 2010 at work. But I'd have to go through IT to get the add-on loaded and a list of approvals from managers etc.. etc.. might be something looking into for the new year. Hopefully they upgrade soon. :-)
 
Upvote 0
but you can do that with PivotTable
select first two columns, insert PivotTable, add both fields to Row Area and filter second column by blank
the same with second two columns

don't select whole table

file is here
 
Last edited:
Upvote 0
but you can do that with PivotTable
select first two columns, insert PivotTable, add both fields to Row Area and filter second column by blank
the same with second two columns

don't select whole table

file is here


Thank you. I didn't even think of that. That will work perfectly. Thanx for your help.
 
Upvote 0

Forum statistics

Threads
1,223,898
Messages
6,175,274
Members
452,628
Latest member
dd2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top