Skip to main content
Functions
T function
Description T function returns the text referred to by value. Syntax T(value) Parameters value Required. The value you want to test. Remarks […]
Functions
REPLACE, REPLACEB function
Description REPLACE function replaces part of a text string, based on the number of characters you specify, with a different text string. […]
Learn
Excel Macro: Search on Google
If you want to use VBA to open Google Chrome and search keywords on Google, the following Macro do this. Search on […]