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
Post a Comment