Day - 2
Day - 2
Cell
When you want to freeze a cell reference or you do
referencing not want a reference to change when you copy a
formula, you can use absolute cell references. To
make a cell reference absolute, we place a dollar ($)
sign before the column name and row number of
Relative cell Absolute cell Mixed cell the reference
references references references
This type of references where either the row or the
column number is frozen are called Mixed Cell
Reference
One Time $A$3 Absolute
SYNTAX OF FUNCTIONS
1. COUNT =COUNT(VALUE1,VALUE2,…)
2. COUNTA =COUNTA(VALUE1,VALUE2,…)
3. COUNTBLANK =COUNTBLANK(RANGE)
4. COUNTIF =COUNTIF(RANGE,CRITERIA)
CRITERIA-
Condition that defines which cell or cells will be added.
SUM RANGE-
Actual cells to sum.
NOTE:-
If sum range is not used then range is used for sum.
COUNT The number of cell locations in a range that contain a numeric character
COUNTA The number of cell locations in a range that contain a text or numeric character
NOW Returns the serial number of the current date and time
DAYS Use this function to return the number of days between two dates.
Returns the number of whole workdays between two dates using parameters to indicate
NETWORKDAYS.INTL which and how many days are weekend days
ROUND
ROUNDS a number to a specified number of digits
AGGREGATE
Returns an aggregate list of database , ignores errors and blanks
IF
Check whether condition is met, TRUE if met, FALSE, if not
AND
To check more than one conditions, all should met then TRUE otherwise FALSE
OR
To check more than one conditions, any one should met then TRUE otherwise FALSE
SUMIFS
Returns addition of the range as per conditions specified
COUNTIFS
Returns count of the range as per conditions specified