For those of you 2007 comes as a relief with increase in number of rows and columns.
Are you looking for a place to learn excel for reporting ? Do you find it challenging to get your desired results in excel. Are you looking for someone who can help ? You are at the right place. Add your query or post and get an answer from the master
Introduction
Tuesday, September 13, 2011
Is 2007 better Part 2
For those of you 2007 comes as a relief with increase in number of rows and columns.
Sunday, September 11, 2011
IS 2007 better Part 1
Saturday, September 10, 2011
Whats Best in 2007 as compared to 2003
The answer is quite simple. Not every corporate has license to 2007 rather are happy with 2003 as its one of the most stable versions of MS Office and is compatible with all OS and low on resources.
So whats different in 2007 ? Is it just the interface or looks or much more.
Keep following this page for more
Monday, June 27, 2011
How to Present using Excel?
Saturday, January 31, 2009
Dual Conditional Formula
1. COUNTIF: Syntax =countif(range,criteria)
This formula can be used in case you want to count number of specific items in a range For example you have a list of fruits and you want to count of them how many are apples. This formula makes it simple. The formula is countif(Range,"Apples")
In place of Apples one can also specify a cell values. So if you want to know how many ones are there in the range of numbers this formula is easy. Also you can find the count of a specific value in the list to know whether it is distinct or no in the list
2. SUMIF:
Syntax: =sumif(range,criteria,sumrange)
The sum if formula is very useful if you have to add specific values corresponding a particular range. So you have two lists ---in one column you have list of managers(list1) and another number of sales done(list2). Now you have master list of managers and you want to find from the list how many sales did each manager did. The formula and method is easy. =sumif(list1,"manager1",list2)
Try these formula they are simple to use