MBA Assignment
MBA Assignment
Q 1.
Ans:- Data
East 125 East 125
Central 958 Central 958
Central 4649 Central 4649
Do Not Change
Central 5646 Central 5646
West A149 West A149
Text to columns
Q 3. "How to use the VLOOKUP function with auto-update (data validation for names) on the following data?"
=VLOOKUP($H$5,C4:E10,MATCH(I4,$C$4:$E$4,0),0)
) on the following data?"
Q 4. "How to use the SUMIF function with auto-update (data validation for City) on the following data?"
,$F$5:$F$19)
E$5,0,0,COUNTA(UNIQUE('Questions 4'!$E$5:$E$19)),1)
Q 5. "What function merges the current date and time?"
=CONCAT(TEXT(D5,"dd/mm/yyyy")," ",TEXT(E5,"mm:AM/PM"))
Q 6. "Use the INDEX and MATCH functions in the following data."
Ans:- Scores
Sr.No Name Math History Marithi English Subject Ritika
1 Ritika 80 87 63 81 Math 80
2 Rahul 68 74 82 54 History 87
3 poonam 73 78 64 52 Marithi 63
4 poja 59 77 75 56 English 81
5 Rohan 86 57 57 62
6 Rakhi 57 88 75 53
=INDEX($E$6:H11,MATCH($K$5,$D$6:$D$11,0),MATCH(J6,$E$5:$H$5,0))
Q 7. "Use COUNT, COUNTA, and COUNTBLANK functions with the following data."
458
=COUNT(C5:C14)
mad15
154 =COUNTA(C5:C14)
mad
=COUNTBLANK($C$5:$C$14)
487
Q 8. "Use the LEFT() and RIGHT() functions with the following data."
=LEFT(C5,FIND(" ",C5)-1)
=RIGHT(C5,LEN(C5)-FIND(" ",C5))
Q 9. "Use the LEFT, MID, and RIGHT functions."
+ Grade"))))