Guest User

Untitled

a guest
Jul 16th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. =SORT(
  2. QUERY(
  3. {'Design Team Assignments'!B3:G;'Mechanical Team Assignments'!B3:G;'Programming Team Assignments'!B3:G;'Communications Team Assignments'!B3:G;'Media Team Assignments'!B3:G},
  4. "select Col1,Col2,Col3,Col5,Col6 where Col1 is not null",
  5. 0),
  6. 3, TRUE)
  7.  
  8. where Col1 is Not Null
  9.  
  10. where Col1 <>''
Add Comment
Please, Sign In to add comment