This Excel VBA function allows you to take a column of values (e.g. ID numbers) in one worksheet, and use that to get corresponding values that are in a second worksheet. If you understand SQL, it’s something like: SELECT b.country FROM idtable as a, countrytable as b WHERE a.id=b.id I’ll explain the scenario further with [...]
Continue reading...Saturday, January 23, 2010
I’ve recently gotten more active with tweeting, and I’m trying out twitter clients such as TweetDeck and HootSuite. I think they’re great ideas, and what they’re doing currently is great. What I found was that the two applications were pretty similar. TweetDeck is a Rich Internet Application built on Adobe AIR, which allows it to [...]
Continue reading...
Tuesday, October 4, 2011
0 Comments