Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. =iferror(query('Form Responses 1'!$A:$F, "select C where B='" & $A3 & "' and C<>'' order by A desc limit 1 label C ''", 1))
  2.  
  3. +--------------------+---------+--------------+-------------+--------------------+----------------------+
  4. | Timestamp | Client | Contact | Address | Do you like pizza? | Party Date Preferred |
  5. +--------------------+---------+--------------+-------------+--------------------+----------------------+
  6. | 9/20/2017 13:06:36 | Joe | 555-555-5555 | 123 Main st | Yes | 9/30/2017 |
  7. | 9/20/2017 13:07:00 | Bob | 555-111-1111 | | No | 10/10/2017 |
  8. | 9/20/2017 13:07:17 | Joe | | | No | 10/27/2017 |
  9. | 9/20/2017 13:07:43 | Jessica | 555-222-2222 | 700 Main St | Maybe | |
  10. | 9/20/2017 13:07:51 | Jessica | | | | 9/29/2017 |
  11. | 9/20/2017 13:08:50 | Jessica | 555-123-1234 | | | |
  12. +--------------------+---------+--------------+-------------+--------------------+----------------------+
  13.  
  14. +---------+--------------+-------------+--------------------+----------------------+
  15. | | Contact | Address | Do you like pizza? | Party Date Preferred |
  16. +---------+--------------+-------------+--------------------+----------------------+
  17. | Bob | 555-111-1111 | | No | 10/10/2017 |
  18. | Jessica | 555-123-1234 | 700 Main St | Maybe | 9/29/2017 |
  19. | Joe | 555-555-5555 | 123 Main st | No | 10/27/2017 |
  20. +---------+--------------+-------------+--------------------+----------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement