Details of Units of Sales achieved
Employee No Name of Sale Executive Jan-23 Feb-23 Mar-23
16TNRA083 Raman 150 180 210
18TNRA078 Kannan 180 190 270
18TNVA053 Krishnan 140 240 300
18TNSA047 Gopalan 170 250 310
20TNDA014 Madhavan 210 210 320
20TNAV012 Kannan 130 230 240
20TNVM084 Gopalan 175 240 260
Use the above data to answer the following questions
Question 1
Write the syntax to identify the Sales quantity for the month of March 2023 by employee no 18TNSA047
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
th by Krishnan (Emp ID 18 TNVA053)
310 =LOOKUP("18TNSA047",A4:A10,E4:E10)
opalan (Emp ID 20TNVM084)
675 =SUM(_xlfn.xlookup("20TNVM084",A4:A10,C4:E10,FALSE()))
NVM084 and emp ID 18TNSA047 for the month of Mar 2023
=(_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