Discussion on:

25
Comments

Join the conversation!

Follow via:
RSS
Email Alert
For me the big one to get users onto is recognizing the multiple levels that exist within every cell

The formatting display layer
The formula display layer
The value display layer

Be aware of what layer you want to work with and anways use Paste Special so that you are only pasting the applicable layer you want instead of the vulgar crtl+v that blindly over-writes all layers with the copied content.
4 Votes
+ -
Quick SUM
david@... 25th Aug 2011
To enter a sum at the bottom of a column of figures use Alt=
It is much quicker than searching for the Sigma sign or typing in the formula.
0 Votes
+ -
Contributr
A good one
ssharkins@... 27th Aug 2011
Lots of good tricks with Quick Sum.
3 Votes
+ -
Does Excel have a setting for new worksheet locations? It is a bit of a pain to have to drag newly inserted worksheet tabs to the end of the list.
I'm using 2010, but when I press the "Insert Worksheet" button that is next to Worksheet 3, it inserts the sheet at the end, regardless of which worksheet is currently active. I don't remember this being any different in previous versions of Excel.
0 Votes
+ -
Say you want the new worksheet to go between Sheet 1 and Sheet 2. Right-click Sheet 2, Click Insert and new worksheet will go before Sheet 2.
0 Votes
+ -
@Shadeburst

I know that you can control the insert behavior that way. I wanted to adjust some setting that would cause newly 'inserted' worksheets to be 'appended' to the worksheets collection (at the end)
0 Votes
+ -
Contributr
As mentioned by thomascwhitfield, the Insert Worksheet tab will do just that. Is there a reason you can't use it?
0 Votes
+ -
@Susan,

I'm using Excel 2003.
0 Votes
+ -
Even if you click on the last tab, "insert" is all that is available, and it inserts between the last two tabs. If you want to insert between two tabs it works fine - just click on the tab on the right of the insert position you want. Inserting from the file menu always places the tab in the first position.

Move or copy is the best method here, so if you keep a blank sheet, you can always Move or Copy (you'd want to tick the copy checkbox) it and determine its insertion point by choosing one from the list, including (move to end).

Regardless as to method, there is indeed an un-aesthetic amount of clicking or dragging.
0 Votes
+ -
This is trivially easy to do in VBA.

Public Sub AppendSheet()
Worksheets.Add after:=Worksheets(Worksheets.Count)
End Sub
0 Votes
+ -
I guess they finally fixed it.
0 Votes
+ -
Accessing the Sheet Tabs
Shadeburst Updated - 25th Aug 2011
Is there any way to access the sheet tabs without right-clicking on the tab, or indeed using the mouse at all? I would love to be able to rename a tab and move it to a consolidated workbook all without having to go backwards and forwards between keyboard and mouse.
Use the context menu key. Its between the right-ctrl and right-alt keys; Basically it is a key to emulate right-clicking.
Nevermind. That doesn't work. I thought if you used the shortcut keys to switch between tabs then used the context menu key that would work but it still opens the menu where ever the active cell is. Guess your just stuck with switching between keyboard and mouse, and I can relate to how annoying that is, and not just in Excel.
0 Votes
+ -
Thanks ThomasC, gave me an idea. There is another way, namely using Excel Basic, but that means you have to import the code module into the workbook first and that can be just as much of a pain!
1 Vote
+ -
Accessing sheet tabs
david@... Updated - 26th Aug 2011
Alt-O, H, R lets you rename a tab.
Alt-E,M for Move or Copy
Alt-E, L Delete current sheet.
These are legacy shortcuts from pre-ribbon versions.
0 Votes
+ -
See comment below with subject "Cycle worksheet tabs" to see how easy this can be done.

It's the greatest thing since sliced bread!
1 Vote
+ -
Simply press Shift+F11 to add a new blank worksheet,

Simply press F12 to 'save as'
0 Votes
+ -
Copy sheet
dajomu1@... 30th Aug 2011
To copy a sheet; hold down ctrl and drag the sheet you want to copy. When you see a little arrow, drop it there. This is for copying sheet within the same workbook.
For workbooks that contain identical pages, such as a form for each day of the week, click on the page tab, hold the control key down and click on multiple page tabs. Any edits made to the first page will be replicated on the others. All sheets must be unprotected for this to work.
Ctrl+s (regularly and frequently)
Ctrl+1 (format as necessary)
Alt+=
Crtl+tab (to tab between w'bks)
F2,F9 - to change a formula to its result.
and of course Ctrl+z.
2 Votes
+ -
To quickly move to another tab in a workbook:
Ctrl + PageUp or PageDn
2 Votes
+ -
Steps to clone Page Setup of a worksheet
1. Via Print Preview, set up Headers, Borders, Margins, etc., to create a master worksheet
2. Click Close to exit Setup
3. Via the File menu, click Page Setup... and then OK
4. Select one or more other worksheet Tabs
5. Type: Ctrl+Y
All other worksheets will immediately adopt the Page Setup parameters of the master worksheet.
It is also possible to transfer a customized Page Setup to other workbook tabs using Ctrl+Y exactly as described. This procedure will replace any existing Page Setup.
p.s. I've never seen this documented. I discovered it in 1998 and it has worked on every version of Excel since.
0 Votes
+ -
Thank you very much
birumut Updated - 30th Sep 2011
Well done! Thank you very much for professional templates and community edition
sesli chat sesli sohbet
Keyboard Shortcuts:
Prev
Next
Toggle
Join the conversation
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.