Skip to content

Tips and tricks for Microsoft Excel

License

Notifications You must be signed in to change notification settings

cavo789/excel_tips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel tips

Banner

A few Excel tips

InversedVLookup

Search on the second column of a range and return the value in the first column (or any column). The native VLookup formula is designed to only search on the first column.

Read more

Regular expressions

Check ABCD i.e. a four letters code

Check the validity of a code: only permutations of a given range of letters are allowed. The example use A, B, C and D but you can of course choice your own.

Check ABCD

Read more

Keep only digits

From a string, remove everything that isn't a digit.

Keep only digits

Read more

License

MIT

Releases

No releases published

Packages