fbpx
Search
Close this search box.

All articles with 'quick tip' Tag

Learn an Excel Feature: Picture Links (or Camera Snapshots)

Published on Oct 19, 2010 in Excel Howtos, Learn Excel
Learn an Excel Feature: Picture Links (or Camera Snapshots)

Today I want to introduce a new excel feature to you, called as Picture link.

Well, picture links are not really new, they are called as camera snapshots in earlier versions. They provide a live snapshot of a range of cells to you in an image. So that you can move the image, resize it, position it wherever you want and when the source cells change, the picture gets updated, immediately.

Continue »

Insert Currency Symbols & Other Special Characters in Excel [Quick Tip]

Published on Oct 11, 2010 in Excel Howtos
Insert Currency Symbols & Other Special Characters in Excel [Quick Tip]

Often, we need to input special symbols like €£¥©½» in to our Excel sheets. Now, how do we do that? Simple, you can use Insert > Symbol to add several different kinds of symbols. See this animation to understand how you can add symbols to an excel cell. (the file is kind of big, so […]

Continue »

Finding 2nd Largest Item in a List that meets a Criteria [Excel Array Formulas]

Published on Oct 8, 2010 in Learn Excel
Finding 2nd Largest Item in a List that meets a Criteria [Excel Array Formulas]

Excel Array Formulas have subtle beauty and raw power. Today I want to share how you can use Excel Array Formulas to find-out the 2nd largest sale amount corresponding to a particular product.

Lets say you have sales data like this:
Now, we all know that, to get 2nd largest sale amount, we can use the LARGE() formula. Like this: =LARGE(RANGE,2)

But, how do we know what is the 2nd largest sale amount for the product “bricks”?

Continue »

Thanks half a million… (and 2 excel tips)

Published on Oct 1, 2010 in blogging, Excel Howtos
Thanks half a million… (and 2 excel tips)

I have a happy news to share with you!!! For the first time since starting this website, we got 500,000 + page views in the month of September 2010. Half-a-million! Thank you so much. To put this in context, in Sept 2009, we got 245,000 views. Traffic grew by more than 100% in last 12 […]

Continue »

Show all the names & their References [Spreadsheet Audit]

Published on Sep 20, 2010 in Excel Howtos
Show all the names & their References [Spreadsheet Audit]

We all have been there. You started to build a simple workbook to keep track of an ongoing project or dashboard or something equally complicated. Even before you realize the workbook has 23 sheets and 41 named ranges all going from one place to another, like flying spaghetti monster, only less awesome. Now, how do […]

Continue »

Make your data validations dynamic! [quick tip]

Published on Sep 13, 2010 in Excel Howtos
Make your data validations dynamic! [quick tip]

Ok, since excel school 3rd batch is going to open on 15th, I wasnt going to write anything today. I have slept just 4 hours last night, blame it on work (and that funny video on youtube). But I found 30 minutes free time, so here you go, a quick but delicious tip on making your data validation dynamic.

Dynamic Data Validation?!? What in the name of slice bread and peanut butter is that?

See the demo aside to understand and read on to master the trick.

Continue »

How to Paste Numbers Only [quick tip]

Published on Sep 8, 2010 in Excel Howtos, Learn Excel
How to Paste Numbers Only [quick tip]

Sometimes when you are working with data, you may need to just copy and paste numbers from one range to another. Here is a handy little trick to achieve that.

Use Paste Special > Add operator to paste numbers only.

1. Select the source range, press CTRL+C
2. Now, go to target range, press ALT+ES to activate paste special dialog
3. Select “Add” operator (you can press d)
4. Click ok.

Continue »

Jump to Any Cell / Worksheet using Name Box [Quick Tip]

Published on Aug 16, 2010 in Learn Excel
Jump to Any Cell / Worksheet using Name Box [Quick Tip]

Welcome back. Did you have a good weekend?

We ate fish, watched a movie, had hilarious moments watching the kids and didn’t even leave the house for anything other than to buy some fish.

Coming back to Excel, I want to share a simple productivity tip with all of you. I accidentally learned this and now I use it often to speed up when I am working on large excel files.
Jump to Any Cell / Worksheet using Name Box

If you want to quickly jump to a named range or another worksheet, here is a quick trick. Just enter that name or address in the name box (top-left corner, next to formula bar). And bingo, you are on the target cell or sheet.

Continue »

How to show Indian Currency Format in Excel?

Published on Jul 26, 2010 in Excel Howtos
How to show Indian Currency Format in Excel?

This is a guest post by our excel ninja – Hui. Today we will learn how to format numbers and amounts in Indian currency format. Indian numbers are grouped differently than standard English numbers. English Grouping              123,456,789.01 Indian Grouping               12,34,56,789.01 Quick and easy fix to show numbers in Indian format: A custom number format of: […]

Continue »

Select Expressions to Find their Values [Macro Debugging Tip]

Published on Jul 19, 2010 in VBA Macros
Select Expressions to Find their Values [Macro Debugging Tip]

Here is a quick macro tip that I stumbled on to while debugging some code yesterday (ya, ya, call me workaholic for coding on a weekend…) You can select expressions in your code and place mouse pointer on that for a second to find what value it evaluates to (of course, this works only on […]

Continue »

Even Faster Way to Compare 2 Lists in Excel [Quick Tip]

Published on Jul 1, 2010 in Excel Howtos
Even Faster Way to Compare 2 Lists in Excel [Quick Tip]

Last week we discussed a fun and easy way to compare two lists of data in excel using conditional formatting. In that post, Artem commented, The quickest way to find all about two lists is to select them both and them click on Conditional Formatting -> Highlight cells rules -> Duplicate Values (Excel 2007). The […]

Continue »

Between Formula in Excel [Quick Tips]

Published on Jun 24, 2010 in Excel Howtos
Between Formula in Excel [Quick Tips]

Checking if a value falls between 2 other values is fairly common when you are working with data. In today’s quick tip, we are going to learn how to check for such between conditions in excel. You will be learning how to check if a value, date or text falls between 2 other values, dates or texts (when arranged in dictionary order) as shown in the picture aside.

Continue »

Excel School Closing in a Few Hours – Join Now!

Published on Jun 21, 2010 in Learn Excel, products
Excel School Closing in a Few Hours – Join Now!

As you may know, I run an online excel training program, called as, Excel School. I have opened registrations for 2nd batch of this program on last Monday. Thank you very much for supporting this program wildly. In a few hours, I will be closing the registrations for Excel School.

Click here to sign up for Excel School

At the time of writing this post (around 9 AM IST on 21st), we have 103 students signed up for Excel School. This is certainly a bit more than what I expected. But, I am also confident and eager to help as many of you as possible. So go ahead and join the program, because, you want to be awesome.

Continue »

Convert Text to Sentence Case using Excel Formulas [Quick Tips]

Published on Jun 7, 2010 in Excel Howtos
Convert Text to Sentence Case using Excel Formulas [Quick Tips]

It is almost 3:30 am now, I stayed awake for last 23 hours so that Excel School 2 can be ready for rolling. But that is no excuse for not having a post here. So here it goes. Excel has formulas for converting a bunch of text to UPPER, lower and Proper Cases. But not […]

Continue »

Display Alerts in Dashboards to Grab User Attention [Quick Tip]

Published on May 25, 2010 in Charts and Graphs
Display Alerts in Dashboards to Grab User Attention [Quick Tip]

Dashboards can be overwhelming with lots of details and context. A simple way to drag user’s attention to important stuff in the dashboard is to use alerts. See this example to understand what alerts mean. How to display alerts in Excel Dashboards? The easiest way to display alerts is to use Excel 2007’s Conditional Formatting […]

Continue »