How is excel relevant to you? I’m a strong believer that Excel can pretty much do whatever you need it to do. I’m not talking about games, though I do have snake and racetrack. I’m talking about everyday scenarios. You …
VBA – Search using a loop or .Find
Find a value with a loop Grab a copy of this example workbook Say you have a list of organizations and their member counts – For this example we will work with a list of 30, but the same concepts …
Vlookup left
You want to return a value to the left of your lookup column? Last time, we discussed the differences between vlookup and index/match, I mentioned using Index(Match) to return a value to the left. Unfortunately, Vlookup cannot be used to …