Home  |  Contact   
You are viewing: Posts

Painful times in life

December 20th, 2007 by admin | 2 Comments »

I just realized that there’s going to be a lot of painful times in life, so I better learn to deal with it the right way.

Trey Parker and Matt Stone, South Park, Raisins, 2003

Topics: Quotes Email This Email This
AddThis Social Bookmark Button

 

Simple Google tricks

December 20th, 2007 by admin | No Comments »

Finding the definition of a word
Enter Define : word in the google search box and press enter to find the definition of the word.

Finding Reviews
Enter “nachle more:reviews” into the google search box and press enter to find all the reviews for the movie Aja nachle.

Finding User Reviews
Enter “reliance mobile more:user_reviews” into the google search box and press enter to find all the user generated reviews for the reliance mobile.

Finding Movie Downloads
nachle more:downloads

Topics: Tips and Tricks Email This Email This
AddThis Social Bookmark Button

 

Bullets in Excel

December 20th, 2007 by admin | No Comments »

I wanted to create a list like

  • Point 1
  • Point 2
  • Point 3

in an excel cell.

Bullets and numbering is a widely used feature in microsoft word. Surprisingly microsoft excel does not have any such feature. So I did a bit of research and found the following work around.

insert the following formula in the cell where you want to put the bulleted list.
=CONCATENATE(CHAR(149),” Point 1″,CHAR(10),CHAR(149),” Point 2″,CHAR(10),CHAR(149),” Point 3″)

Keep the cursor on the cell and press Alt+Enter (”For wrap text”) and you will have your text beautifully wrapped up.

P.S If you do not want to keep the messy formula in your sheet then copy the cell and paste the value using paste special.

Topics: Resources, Softwares, Tips and Tricks Email This Email This
AddThis Social Bookmark Button