Google Sheet Formula
Google Sheet Formula
Google Sheet Formula
Spreadsheet
QUERY Can change sequence of Columns and Used with VLookup to reorganize columns when Looking answer in Left side.
do many other things like filter, sort, pivot=VLOOKUP(D2,Query(Data,”select B,A,C,D”), 2,FALSE)
with its argument.
If data is from same file use select A, B,
C in syntax
If data is from different file use Col1,
Col2, Col3 in syntax
Freelancer Consultant and Trainer for Microsoft Office Applications (Excel, PowerBi, PowerPoint & Word) and Google Spreadsheet
ARRAYFORMULA It turns original formula into an array, it applies a single formula to every cell in your pre-defined data range. So no need to
allowing you to write only one formula copy your formula down.
and use it across multiple rows =ArrayFormula(IF(A2:A>2000,"Yes","No"))
= ArrayFormula(IF(A2:A)=””,””,IF(A2:A>2000,"Yes","No")))
New Xmatch formula is available now which is more powerful and less error prone
than Match
INDEX Remember : In a map when you provide 01) Used to get whole column in dependent dropdown preparation
latitude (row) and Longitude(column) it 02) Used in combination with Match to Overcome limitation of Vlookup formula
provides Location (Cell value)
In a 2D data range if we provide row andIf row is skipped it will provide whole column
column number it will give output Cell If Single column data is selected, Column argument can be skipped
Value. Note: It can not be used with arrayformula
=Index(D2:D, Match(G2,A2:A50,0))
SORT Sort data using formula Used in combination with match formula get custom sort
FILTER Use to get filter data with formula Used with many formula get the filter data
Used to filter columns also by {1,0,1,0}
COUNT Count cells containing Number
COUNTA Count All cells containing number, text,
error
COUNTIF Count Cells depend on specified Criteria
SUMIF Sum depend on specified Criteria