Category: VBA Beginners

Showing all 25 articles in this category.

2015-04-12

How to do VLOOKUP?

Macro for Vlookup Tutorial A Vlookup function search for ‘value’ in the first column of ‘table Range’ & returns a value from the same row. Syntax: =Vlookup (‘va...

2015-12-07

How To Subtract in Excel?

How to Subtract Numbers in Excel? There is no built in function in Excel to perform subtraction. Use one of the methods explained below. In Excel, we could perf...

2020-07-15

Regular Expressions - I

A regular expression (shortened as regex ) is an extremely useful way of matching common patterns and texts such as emails, phone numbers, URLs etc. almost all ...