Working in two sheets A & B.
SheetA contains ten columns. The important ones for now are "UniqueID" and "Year." "UniqueID" is obviously the column with entirely unique data; "Year" column contains multiple duplicate years.
SheetB needs to contain all the data as SheetA but only for the specific year I choose (ex 1970). It also needs to display the data in consecutive rows.
I could do a simple "if/then", requesting each row that did not contain the year 1970 to say "no", but that would defeat the attempt to have all the 1970 data displayed in consecutive rows. I could do this and then sort SheetB, but SheetA is constantly updated and I’d really like a formula that puts the data into consecutive rows for me, so I don’t have to keep sorting.
Ideas? Thanks tons!
SheetA contains ten columns. The important ones for now are "UniqueID" and "Year." "UniqueID" is obviously the column with entirely unique data; "Year" column contains multiple duplicate years.
SheetB needs to contain all the data as SheetA but only for the specific year I choose (ex 1970). It also needs to display the data in consecutive rows.
I could do a simple "if/then", requesting each row that did not contain the year 1970 to say "no", but that would defeat the attempt to have all the 1970 data displayed in consecutive rows. I could do this and then sort SheetB, but SheetA is constantly updated and I’d really like a formula that puts the data into consecutive rows for me, so I don’t have to keep sorting.
Ideas? Thanks tons!