PAPER 3 of notes Flashcards
trap and handle errors in a formula
=IFERROR(value;valueoferror)
vertical collumns, find info on other table
=VLOOKUP(valuesearched;fulltable;colume;true or false
true =
closest match
false =
error if wrong, always put false
horizontal rows, find info on other table
=HLOOKUP(valuesearched;fulltable;row;trueorfalse)
find year in date
=YEAR(date)
find month in date
=MONTH(date)
find day in date
=DAY(date)
number from 1-7 correspond with monday to sunday
=WEEKDAY(date)
which week of the year
=ISOWEEKNUM(date)
find the date with different variables
=DATE(year;month;day)
adding months to date
=EDATE(start date; number of months)
number of working days between 2 dates without weekend and without holidays
=NETWORKDAY(startdate; end date; holidays)
returns a date that is a given number of working days ahead of or prior to the start date
=WORKDAY(startdate;number of days;holidays)
actual date
=TODAY()