Some of the best parts of using Excel are the keyboard shortcuts. If you get good enough at Excel and memorize the hot keys, it can be like playing an instrument. I know that sounds dorky, but it's true. Just try these semi-advanced key combos and see how much less you use your mouse and still fly through a spreadsheet:
F4: Repeats the last command you just performed.
Alt,e,s,v: Paste special values (instead of a general paste).
Ctrl-Shift-7: box outline around your cell (or your selected group of cells) for formating.
Showing posts with label excel. Show all posts
Showing posts with label excel. Show all posts
Thursday, July 26, 2007
Wednesday, July 18, 2007
Excel Tip
This is a good one. Let's say you've brought over some spreadsheets of contacts from your old job, but don't know how long it has been since you've made a sales call. You can just use the DATEDIF function in Excel.
Identify the cells with the last date a sales call was made, like in A1, and then write this formula in the next cell, like in B1, to calculate the time: =DATEDIF(A1,NOW(),"y")
You can than use Excel's IF function -- for example, =IF(A2>Y) -- to identify all the days that are greater than a certain amount. This way you can follow up with your clients after two weeks and just touch base with them on any ongoing transactions.
Identify the cells with the last date a sales call was made, like in A1, and then write this formula in the next cell, like in B1, to calculate the time: =DATEDIF(A1,NOW(),"y")
You can than use Excel's IF function -- for example, =IF(A2>Y) -- to identify all the days that are greater than a certain amount. This way you can follow up with your clients after two weeks and just touch base with them on any ongoing transactions.
Monday, July 16, 2007
"The Guild does not get to decide who is publisher of the Star Tribune."
That's what Harte had to tell the Reporter's Guild yesterday. I think they forget that. Harte also reminded them of something else, this:
"Star Tribune Chairman Chris Harte said the newspaper's owner, Avista Capital Partners, has full confidence in Ridder."
The story that has those quotes also says the Guild represents about 300 reporters and other people who work at papers. We'll see how many it represents after tomorrow's vote and after Avista keeps me as the Publisher. The report even points out that I just took the spreadsheets from the Pioneer Press so I could remake them at the Star Tribune. It's because they're complex spreadsheets that would be hard to remake. But that's I guess not what the reporters want to think.
That's what Harte had to tell the Reporter's Guild yesterday. I think they forget that. Harte also reminded them of something else, this:
"Star Tribune Chairman Chris Harte said the newspaper's owner, Avista Capital Partners, has full confidence in Ridder."
The story that has those quotes also says the Guild represents about 300 reporters and other people who work at papers. We'll see how many it represents after tomorrow's vote and after Avista keeps me as the Publisher. The report even points out that I just took the spreadsheets from the Pioneer Press so I could remake them at the Star Tribune. It's because they're complex spreadsheets that would be hard to remake. But that's I guess not what the reporters want to think.
Labels:
Avista,
excel,
harte,
jerks,
pioneer press,
publisher,
vote,
writers guild
Thursday, July 12, 2007
Excel Tip
I found out this awesome trick in Excel. Check it:
If you get a workbook from someone, you can figure out what formulas they used by selecting all the cells (ctrl+A), then going to "Edit - GoTo - Special". There you click "Formulas" and "ok" and this selects the cells with formulas. You can now make those cells have red or bold font! If you click the backwards apostrophe (under the tilde), it will even show all the actual formulas.
Here's where it gets crazy. If you go to "Tools - Formula Auditing" and click "Trace Precedents", Excel will draw a blue line from all the input data cells to the destination cell, even if the input data is from a different workbook!
Now you know how the formulas work in your new workbook of data.
If you get a workbook from someone, you can figure out what formulas they used by selecting all the cells (ctrl+A), then going to "Edit - GoTo - Special". There you click "Formulas" and "ok" and this selects the cells with formulas. You can now make those cells have red or bold font! If you click the backwards apostrophe (under the tilde), it will even show all the actual formulas.
Here's where it gets crazy. If you go to "Tools - Formula Auditing" and click "Trace Precedents", Excel will draw a blue line from all the input data cells to the destination cell, even if the input data is from a different workbook!
Now you know how the formulas work in your new workbook of data.
Subscribe to:
Posts (Atom)