Welcome to the

Google Workspace for Admins Community

Meet industry peers, ask questions, collaborate to find answers, and connect with Googlers who are making the products you use every day.

cancel
Showing results for 
Search instead for 
Did you mean: 
Bronze 1
Since ‎08-21-2024
‎08-23-2024

My Stats

  • 5 Posts
  • 0 Solutions
  • 2 Likes given
  • 0 Likes received

sinigur's Bio

Badges unitydevs Earned

View all badges

Recent Activity

Hi,I'm trying to find MAX value from the PID column where the first 6 digits of the PID match with the Start Date. MAX( SELECT( Plan[PID], LEFT([PID], 6) = TEXT([Start Date], "YYMMDD") ) ) am I missing something?
I'm using LINKTOFORM() to add a new record with some fields pre-filled from the existing row. The new record is not copying "Book ID" from the existing row, instead, it is generating a new value using the formula present in the Initial Value.LINKTOFO...