Showing posts with label Excel. Show all posts
Showing posts with label Excel. Show all posts

Sunday, September 4, 2011

Excel 2007: Switch Columns and Rows



1. Open the spreadsheet you need to change.
2. If needed, insert a blank worksheet.
3. Click the first cell of your data range such as A1.
4. Shift-click the last cell of the range. Your selection should highlight.
5. From the Edit menu, select Copy.
6. At the bottom of the page, click the tab for the blank worksheet such as Sheet2.
7. In the blank worksheet, click cell A1.
8. From the Edit menu, select Paste Special. The Paste Special dialog should appear.
9. Click the checkbox for Transpose.
10. Click OK.


Source:
http://www.timeatlas.com/5_minute_tips/general/how_to_switch_excel_columns_and_rows

Thursday, August 18, 2011

Excel 2007 Formula : count values in range

The objective of the formula is to count how many values of the column B (B2:B11) are between some specific values i.e 1,2 and 1,3:

The formula of the cell F2 is 

=CONTAR.SI($B$2:$B11;CONCATENAR(">=";D2)) - CONTAR.SI($B$2:$B$11;CONCATENAR(">=";E2))