Google Sheet - Query Function

 Google Sheet - Query Function


=QUERY('Rent Payment Summary'!I1:M4,"Select DateDiff(M,L)/365 label DateDiff(M,L)/365 'Age' format DateDiff(M,L)/365 '#,##0'",1)


=QUERY({ARRAYFORMULA(LEFT(I:I,3))},"Select * label Col1 'Code'",1)

https://developers.google.com/chart/interactive/docs/querylanguage#Options

=QUERY('Form Responses 1'!A:E,"Select * where A is not Null",1)

//Here A is column Name. Query(data, query statement, headers)

=QUERY('Rent Payment Summary'!I:L,"Select *",1)

Comments

Popular posts from this blog

Send Email with Image/s in Mail Body Using GAS-2

Copy Paste Data, Remove Filter, Apply Filter, Delete Filtered Data

Send Email with Image/s in Mail Body Using GAS-1