Excel Flashcards
1
Q
Vlookup
A
=VLOOKUP(celltobelookedup,Table:oflookup,whichcolumnofthelookuptableanswerwiollbefoundin)
2
Q
describe a nested if statement
A
IF(B9>18,”Adult”, IF(B9>12, “Teen”,”Chlid”))
IF(condition,”Txtiftrue”,IF(condition,”Txtiftrue”,”Txtiffalse”))