Hi Folks,
I have quite a large sheet formatted something like the below. Blank cells share common data with the populated cell above them, maybe not great formatting but it is what I get.
I would like to be able to sort or filter by location for example with the empty cells below South3 being included as if they were South3 (like South3(0), South3(1), South3(2)). Is there a way to do this without breaking into some VBA or filling in every cell? Any ideas would be great.
[TABLE="width: 500"]
<tbody>[TR]
[TD]SN[/TD]
[TD]Location[/TD]
[TD]Program[/TD]
[TD]Version[/TD]
[TD]Data1[/TD]
[TD]Data2[/TD]
[TD]Data3[/TD]
[/TR]
[TR]
[TD]111[/TD]
[TD]South1[/TD]
[TD]P1[/TD]
[TD]1.1[/TD]
[TD]10[/TD]
[TD]15[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]222[/TD]
[TD]South2[/TD]
[TD]P2[/TD]
[TD]1.1[/TD]
[TD]15[/TD]
[TD]15[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]333[/TD]
[TD]South3[/TD]
[TD]P1[/TD]
[TD]1.1[/TD]
[TD]10[/TD]
[TD]15[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]P3[/TD]
[TD]2.1[/TD]
[TD]15[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]P4[/TD]
[TD]2.1[/TD]
[TD]20[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]444[/TD]
[TD]South4[/TD]
[TD]P3[/TD]
[TD]2.2[/TD]
[TD]15[/TD]
[TD]20[/TD]
[TD]No[/TD]
[/TR]
</tbody>[/TABLE]
I have quite a large sheet formatted something like the below. Blank cells share common data with the populated cell above them, maybe not great formatting but it is what I get.
I would like to be able to sort or filter by location for example with the empty cells below South3 being included as if they were South3 (like South3(0), South3(1), South3(2)). Is there a way to do this without breaking into some VBA or filling in every cell? Any ideas would be great.
[TABLE="width: 500"]
<tbody>[TR]
[TD]SN[/TD]
[TD]Location[/TD]
[TD]Program[/TD]
[TD]Version[/TD]
[TD]Data1[/TD]
[TD]Data2[/TD]
[TD]Data3[/TD]
[/TR]
[TR]
[TD]111[/TD]
[TD]South1[/TD]
[TD]P1[/TD]
[TD]1.1[/TD]
[TD]10[/TD]
[TD]15[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]222[/TD]
[TD]South2[/TD]
[TD]P2[/TD]
[TD]1.1[/TD]
[TD]15[/TD]
[TD]15[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]333[/TD]
[TD]South3[/TD]
[TD]P1[/TD]
[TD]1.1[/TD]
[TD]10[/TD]
[TD]15[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]P3[/TD]
[TD]2.1[/TD]
[TD]15[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]P4[/TD]
[TD]2.1[/TD]
[TD]20[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]444[/TD]
[TD]South4[/TD]
[TD]P3[/TD]
[TD]2.2[/TD]
[TD]15[/TD]
[TD]20[/TD]
[TD]No[/TD]
[/TR]
</tbody>[/TABLE]