Little Known Excel Shortcut #15
By BankersBall on Jan 29, 2008 in Excel, Excel Shortcuts | comments(1)
03 and 07 users, rejoice. More
By BankersBall on Jan 29, 2008 in Excel, Excel Shortcuts | comments(1)
03 and 07 users, rejoice. More
By BankersBall on Nov 20, 2007 in Excel, Excel Shortcuts | comments(0)
Want to send an Excel 2007 file on, but remove all of your digital fingerprints? More
By BankersBall on Oct 21, 2007 in Excel, Excel Shortcuts | comments(29)
A reader writes in with the question: “Do you know of any keyboard shortcut to increase and decrease decimal in Excel? I’ve been trying for weeks to find something, but haven’t been able to. I’ve heard its not possible unless you just program a macro.” We come up with a few workarounds… More
By BankersBall on Jul 31, 2007 in Excel, Excel Shortcuts | comments(3)
![]() |
SHORTCUT:
=ROUND(A1,A2-1-INT(LOG10(ABS(A1))))
where A1 = cell containing value you want to round and A2 = number of significant digits.
PURPOSE:
Round a number to __ significant digits.
FURTHER EXPLANATION:
ROUND(), ROUNDUP() and ROUNDDOWN() allow you to round but not preserve a specified number of significant digits. Source: OzGrid.
By BankersBall on Apr 2, 2007 in Excel, Excel Shortcuts | comments(1)
![]() |
SHORTCUT:
Select entire sheet.
Hit Alt + O + D.
In “Formula Is” type =MOD(ROW(A1),2)=0
Select pattern/shade for every other row
PURPOSE:
Use conditional formatting to shade every other line.
FURTHER EXPLANATION:
You can also just do an even number of lines and paste format, but this does the entire sheet. Source: GRBPS.
By BankersBall on Feb 20, 2007 in Excel, Excel Shortcuts | comments(0)
![]() |
SHORTCUT:
Courtesy of OzGrid and the Mr. Excel message board, create the following macro, run it, then look at the sheet that it creates call “Link List.”
Copy all between the rows of ***
**********************************
Dim sht As Worksheet
Dim LinkCells As Range, Cell As Range
‘Add a new sheet to list all external links.
On Error Resume Next
Sheets.Add().Name = “Link List”
Application.DisplayAlerts = False More
By BankersBall on Dec 4, 2006 in Excel, Excel Shortcuts | comments(0)
![]() |
SHORTCUT:
Mouse over to the left and right arrows in the lower left-hand corner of your workbook. Right click. A menu should appear of all of the workbook’s sheets.
PURPOSE:
Quickly find a tab if you have a workbook with tons of sheets.
FURTHER EXPLANATION: Ctrl + Page Up and Ctrl + Page Down are quick, if you know where the sheet is that you are looking for, but if you don’t, this method will give you a menu of all of the tabs in your sheet.
By BankersBall on Oct 18, 2006 in Excel, Excel Shortcuts | comments(3)
It’s not “copying” when it’s Excel. More
By BankersBall on Jul 19, 2006 in Cube Life, Excel, Excel Shortcuts, Tools | comments(1)
Where o where is that link? More
By BankersBall on Jun 20, 2006 in Excel, Excel Shortcuts, Tools | comments(7)
Because a picture is worth a thousand formulas. More
By BankersBall on May 1, 2006 in Cube Life, Excel, Excel Shortcuts, Tools | comments(0)
Got a burning urge to fill an entire worksheet with some value? This’ll do the trick. More
By BankersBall on Mar 14, 2006 in Cube Life, Excel, Excel Shortcuts, Tools | comments(0)
Need to break up with your girlfriend, but don’t know quite how to do it? No girlfriend? How about tell someone he’s a jackass? More
By BankersBall on Mar 6, 2006 in Cube Life, Excel, Excel Shortcuts, Tools | comments(0)
SHORTCUT:
Alt + E + S + L
PURPOSE:
Paste as Link.
FURTHER EXPLANATION: Pastes cell as link. For instance, if you copy A1, then go to A2 and hit AESL, “=A1″ will appear.