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.
Hi,
In cell E2, enter this formula and drag down
=and(B2=C2,C2=D2)
Hope this helps.
Thank you so much Snow. This works.
Is there a way to print only one of the columns after this check has been done. Getting rid of all the other columns and only printing one correct column?
It is based on the data and it will have a lot of conditions. It is suggested to manually remove the incorrect ones.