1.Create a data validation list - Drop down list for The title.
=$B$1:$D$1
2.Use filter formula to the get the column you want.
=FILTER(B1:D9,B1:D1=B15)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I have data imported from pdfs into columns that I am trying to compare if the data inside the columns is equal to each other.
Is there a way to check if the data from B2:B14 is equal to C2:C14 and that is equal to D2:D14 and so on...? The amount of rows will not change, but amount columns will. Can this check be done in the same sheet? Any help or feedback would be much appreciated.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Understood, would I be able make the columns into a dynamic scrollable data set? I have tried messing with the OFFSET formula, but I can't get it to produce a logical value.
=OFFSET($B$1, 0, 0, COUNTA($B:$B),1)
Actually I figured it out. Thank you so much, you have been a huge help. I will mark this as solution, you have helped a lot of my questions, is there a survey or something I can fill out for you?