01 Lookup Functions
01 Lookup Functions
Question 2
Write the syntax to identify the number of Sales more than 200 units per month by Krishnan (Emp ID 18 T
Question 3
Write the syntax to identify the total sales for the first quarter by employee Gopalan (Emp ID 20TNVM084
Question 4
Write the syntax to identify the difference in sales units between emp ID 20TNVM084 and emp ID 18TNSA
50
Apr-23 May-23 Jun-23
110 180 150
120 190 140
130 150 160
120 160 170
140 210 120
120 140 180
110 160 190
2 =COUNTIF(_xlfn.xlookup("18TNVA053",A4:A10,C4:H10,FALSE()),">200")
y employee no 18TNSA047
310
=(_xlfn.xlookup(A7,A4:A10,E4:E10,FALSE())-_xlfn.xlookup(A10,A4:A10,E4:E10,FALSE()))
H10,FALSE()),">200")
=LOOKUP(A7,A4:A10,E4:E10)
200
0
=LOOKUP("18TNSA047",A4:A10,E4:E10)
20TNVM084