Coding notes
Monday, November 11, 2019
Rename all files in a folder with PowerShell
dir | rename-item -NewName {$_.name -replace ".xlsx", "-copy.xlsx"}
Friday, November 8, 2019
Excel : vlookup to ..lookup
How to lookup if a value in a given cell is present in a set of values?
Using VLOOKUP
=VLOOKUP(A1;H:H;1;FALSE)
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)