Keyboard shortcut to return function arguments
Press Ctrl + Shift + A after a function to display all its arguments. Then put a leading single quote to signify text. E.g. ‘=VLOOKUP(lookup_value,table_array,col_index_num,range_lookup) I often find this useful if I need to retrieve the arguments of a function…

