Excel Practice 1.2
Excel Practice 1.2
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])