Trying to include additional columns in QUERY result on GoogleSheets
问题 I'm using Google Sheets and using the following formula without any issue: =QUERY(Sheet!A:D,"select A, max(B) where not B is null group by A label A 'Client', max(B) 'Most Recent'") Obviously, this is returning columns A and B of the referenced data However, I would like to also return the corresponding cells from column C. sample data: https://docs.google.com/spreadsheets/d/1CJKiDNPUWMMUbLLb-UDA6iRA2PBnlMHDsEB9vELe0Rk/edit?usp=sharing Using this example, what I would like to see is cell G2