0% found this document useful (0 votes)
16 views22 pages

Excel Practice 1.2

Excel Practice 1.2

Uploaded by

Yosef Nigussie
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views22 pages

Excel Practice 1.2

Excel Practice 1.2

Uploaded by

Yosef Nigussie
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 22

45.

SUBSTITUTE
=SUBSTITUTE(text, old_text, new_text, [instance_num])
Replaces existing text with new text in a text string

46. REPLACE
=REPLACE(old_text, start_num, num_chars, new_text)
Replaces part of a text string with a different text string

E. LOOKUP FUNCTIONS
47. MATCH
=MATCH(lookup_value, lookup_array, [match_type])
Returns the relative position of an item in an array that matches a specified value in a
specified order

48. LOOKUP
=LOOKUP(lookup_value, lookup_vector, [result_vector])
Looks up a value either from a one-row or one-column range or from an array.
Provided for backward compatibility

49. HLOOKUP
=HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup])
Looks for a value in the top row of a table or array of values and return the value in
the same column from a row you specify

50. VLOOKUP
=VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
Looks for a value in the leftmost column in a table, then return a value in the same
row from a column you specify. By default, the table must be sorted in an ascending
order

F. REFERENCE FUNCTIONS
51. ADDRESS
=ADDRESS(row_num, column_num, [abs_num], [a1], [sheet_text])
Creates a cell reference as text, given specified row and column numbers

52. CHOOSE
=CHOOSE(index_num, value1, [value2], [value3], …)
Chooses a value or action to perform from a list of values, based on an index number
53. INDEX
Array Form: =INDEX(array, row_num, [column_num])
Return the value of a specified cell or array of cells
Reference Form: =INDEX(reference, row_num, [column_num], [area_num])

Returns a reference to specified cells


54. INDIRECT
=INDIRECT(ref_text, [a1])
Returns the reference specified by a text string
55. OFFSET
=OFFSET(reference- rows, cols, [height], [width])
Returns a reference to a range that is a given number of rows and columns from a
given reference
G. DATE & TIME FUNCTIONS
56. DATE
=DATE(year, month, day)
Returns the number that represents the date in Microsoft Excel date-time code
57. DATEVALUE
=DATEVALUE(date_text)
Converts a date in the form of text to a number that represents the date in the
Microsoft Excel date-time code
58. TIME
=TIME(hour, minute, second)
Converts hours, minutes, and seconds given as numbers to an Excel serial number,
formatted with a time format
59. TIMEVALUE
=TIMEVALUE(time_text)
Converts a text time to an Excel serial number for a time, a number from 0 (12:00:00
AM) to 0.999988424 (11:59:59 PM). Format the number with a time format after
entering the formula
60. NOW
=NOW()
Returns the current date and time formatted as a date and time
61. TODAY
=TODAY()
Returns the current date formatted as a date
62. YEAR(), MONTH(), DAY(), HOUR(), MINUTE(), SECOND()
YEAR(), MONTH(), DAY(), HOUR(), MINUTE() and SECOND() Functions
All these functions take one argument: serial_number
63. WEEKDAY
=WEEKDAY(serial_number, [return_type])
Returns a number from 1 to 7 identifying the day of the week from a date
64. DAYS
=DAYS(end_date, start_date)
Returns the number of days between the two dates
65. NETWORKDAYS
=NETWORKDAYS(start_date, end_date, [holidays])
Returns the number of whole workdays between two dates

You might also like