Search This Blog

15 December 2012

Yahoo Mail Keyboard Shortcuts


The following table lists the keyboard shortcuts grouped by function.

FunctionKeyboard Shortcut
Check mailm
Check All Mail (includes all POP accounts)M
Skip to oldest unread messageCtrl+Shift+End
Mark As Readk
Mark As UnreadK
Flagl
(lowercase L)
Clear FlagL
Delete ItemDelete (your “delete” key)
Replyr
Reply Alla
Forward messagef
Printp
New Messagen
Save DraftCtrl+s
Send MessageCtrl+Enter
Turn Reading Pane on and offv
New FolderCtrl+E
Move message to a folderd
Put message in one of your first 9 folders1-9 (For example, type 2 for 2nd folder; doesn't work beyond 9)
Find a word or phrase in a messageCtrl+f
Close Current TabCtrl+\
Navigate through tabs—right to left motionCtrl+[
Navigate through tabs—left to right motionCtrl+]
Open message(s) in its own tabEnter (select one message at a time)
Edit contact infoEnter (select a contact first, in Contacts)
Expand window to maximum heightF11
Next message (in message tab)Ctrl+.
(Ctrl with period)
Previous message (in message tab)Ctrl+,
(Ctrl with comma
Close read-message tabEsc
Start a new chatc
Search boxs


GMail Keyboard Shortcuts


To turn these case-sensitive shortcuts on or off:
  1. Click the gear icon in the upper right, then select Settings.
  2. Choose the option next to "Keyboard shortcuts" to turn them on. You can also enable shortcuts automatically by going to http://mail.google.com/mail/?kbd=1

  -->







S NO Function Key Definition

1 Compose C Allows you to compose a new message.

2 Move to newer conversation K Opens or moves your cursor to a more recent conversation.

3 Move to older conversation J Opens or moves your cursor to the next oldest conversation

4 Reply by email R Replies to the message sender

5 Reply to all by email A Replies to all message recipients.

6 Forward by email F Forwards a message.

7 Forward by email (in a separate browser window) Shift-F Forwards a message in a separate browser window

8 Search inside the message Ctrl-F Search the message

9 Search / Puts your cursor in the search box.

10 Open O Opens your conversation

11 Return to conversation list U Refreshes your page and returns you to the inbox or list of conversations.

35 Select none * then n Deselects all mail.

36 Select read * then r Selects all mail you've read.

37 Select unread * then u Selects all unread mail.

38 Select starred * then s Selects all starred mail.

39 Select unstarred * then t Selects all unstarred mail.






14 December 2012

Excel Tips and Tricks


·         Edit Selected Cell – F2
·         Go To Specific Cell – F5
·         Check Spelling – F7
·         Create Chart – F11
·         Enter Current Time – Ctrl + Shift + ;
·         Enter Current Date – Ctrl + ;
·         Insert New Work Sheet – Alt + Shift + F1
·         Open the Excel® formula window – Shift + F3
·         Search Box – Shift + F5
·         Select All Data – Ctrl + A
·         Copy Selected Items – Ctrl + C
·         Cut Selected Items – Ctrl + X
·         Paste Items – Ctrl + V
·         Paste items – Shift + Insert
·         Words in Bold – Ctrl + B
·         New Document – Ctrl + N
·         Open Options – Ctrl + O
·         Open Print Window – Ctrl + P
·         Open Find Window – Ctrl + F
·         Word in Italicize – Ctrl + I
·         Fill Cell – Ctrl + D
·         Insert Hyper Link – Ctrl + K
·         Find & Replace – Ctrl + F5
·         Find & Replace – Ctrl + H
·         Go To Options – Ctrl + G
·         Under Line Cell – Ctrl + U
·         Strike Through The Cell – Ctrl + 5
·         Minimize Current Window – Ctrl + F9
·         Maximize Current Window – Ctrl + F10
·         Move Between Excel Sheets – Ctrl + Page Up/Page Down
·         Create Formula For Above Cells – Alt + =
·         Format Number in Comma Format – Ctrl + Shift +!
·         Format Number in Currency Format – Ctrl + Shift +$
·         Format Number In Date Format – Ctrl + Shift +#
·         Format Number In Percentage Format – Ctrl + Shift +%
·         Format Number In Scientific Format – Ctrl + Shift +^
·         Format Number In Time Format – Ctrl + Shift +@
·         Select Enter Column – Ctrl + Spacebar
·         Select Enter Row – Shift + Spacebar
·         Close Window – Alt + F4
·         Close Window – Ctrl + W

Excel Functions:

Excel Function Description
SUM Calculates the sum of a group of values
AVERAGE Calculates the mean of a group of values
COUNT Counts the number of cells in a range that contains numbers
INT Removes the decimal portion of a number, leaving just the integer portion
ROUND Rounds a number to a specified number of decimal places or digit positions
IF Tests for a true or false condition and then returns one value or another
NOW Returns the system date and time
TODAY Returns the system date, without the time
SUMIF Calculates a sum from a group of values, but just of values that are included because a condition is met
COUNTIF Counts the number of cells in a range that match a criteria


Excel Error Messages to Get to Know:

Error Meaning
#DIV/0! Trying to divide by 0
#N/A! A formula or a function inside a formula cannot find the referenced data
#NAME? Text in the formula is not recognized
#NULL! A space was used in formulas that reference multiple ranges; a comma separates range references
#NUM! A formula has invalid numeric data for the type of operation
#REF! A reference is invalid
#VALUE! The wrong type of operand or function argument is used

Excel Cell References Worth Remembering:

Example Comment
=A1 Complete relative reference
=$A1 The column is absolute; the row is relative
=A$1 The column is relative; the row is absolute
=$A$1 Complete absolute reference

Excel Text Functions You'll Find Helpful:

Function Description
LEFT Extracts one or more characters from the left side of a text string
RIGHT Extracts one or more characters from the right side of a text string
MID Extracts characters from the middle of a text string; you specify which character position to start from and how many characters to include
CONCATENATE Assembles two or more text strings into one
REPLACE Replaces part of a text string with other text
LOWER Converts a text string to all lowercase
UPPER Converts a text string to all uppercase
PROPER Converts a text string to proper case
LEN Returns a text string’s length (number of characters)