| Thread | Last Post | Replies |
|
| Copy worksheet without linking | 07 Feb 2008 23:36 GMT | 5 |
Is it possible to copy a worksheet from one workbook to another workbook without creating a link?
|
| Custom Number Formats - Billion Dollars Rounded | 07 Feb 2008 22:51 GMT | 7 |
Ok. Thanks to the discussion group I was given the following custom formatting setting so that I could round numbers. [>=1000000000] $#,###,, "Billion";[>=1000000]$#,, "Mil"; $#, "k" The above will formatt this $1,965,532 into this $2 Mil
|
| Extracting string within a string | 07 Feb 2008 22:43 GMT | 5 |
Complex one here I think..... I have a coumn of strings, for example: CPSAINSBURYSAE0401001 CPAE0401001SAINSBURYS
|
| autofiltering | 07 Feb 2008 22:13 GMT | 1 |
when using autofilter for a certain item in a column containing 80+ rows, the filter stops at a blank row (row 15) and you can see the remaining rows below that haven't been filtered. appreciate any and all assistance
|
| ALPHABETIZE WORKSHEETS AUTOMATICALLY | 07 Feb 2008 21:28 GMT | 4 |
I'VE CREATED A WORKBOOK WITH MANY WORKSHEETS. I'M WONDERING IF THERE'S A WAY TO ALPHABETIZE THE SHEETS AUTOMATICALLY. HELP!!! MY EMAIL IS RSJAAG@COMCAST.NET
|
| Between Two Numbers... | 07 Feb 2008 21:16 GMT | 2 |
I need to have Excel calculate percentages of a cell based on where it falls between numbers...for example: Percentage of this number: (B2) $3,500.00 0 - 2500 = 25% $0.00 (B4)
|
| Well, how empty is it? | 07 Feb 2008 20:44 GMT | 6 |
Is it possible, without VBA, to test the “emptiness” of a cell? For example, a formula that will return 1 if a cell is unused (has nothing in it), 2 if the cell has a formula returning a null string: =IF(1=1,””,””)
|
| Entering TIME into excel... | 07 Feb 2008 20:10 GMT | 2 |
I have created a huge spread sheet for monitoring times and delays which are entered multiple times everyday, 24-7. The problem is, most people would like to enter the times in a more simple format such as "military time"... instead of 05:30 PM or 17:30, they would
|
| IF AND ISBLANK | 07 Feb 2008 20:03 GMT | 1 |
I'm using 2007. The Worksheet as 6000 line and subtotal of 2000. The subtotal is base on the product number (C column) and I would like to have not only the product number (C column) on the sub-total line but also the description (D column)
|
| conditional formulas | 07 Feb 2008 19:19 GMT | 2 |
I need help an excel function/formula Goal is to divide a number ex (40,50,60,75,87 etc) with specific constraints say any number between 20 & 25 ex (65/(20>=&=<25))=3 to get a whole number within that range.
|
| Conditional Formatting | 07 Feb 2008 19:05 GMT | 5 |
I have a worksheet where I need the cells in Column C to turn yellow if the cell in Column B is less than a cell in Column G. I used this formula for the conditional formatting in C2 =IF($B$2<$G$128,1,0) and it does work. However I need the whole column to have the same ...
|
| Updating a cell from a list selection | 07 Feb 2008 18:23 GMT | 1 |
I have a supply request form that has a picklist for the user initials and when that is selected I would like another cell to populate with the user's email address as a link so that the receiver can simply click on it when their items arrive and let them know they are in.
|
| Is it possible to stop Excel thinking @ is a function? | 07 Feb 2008 18:20 GMT | 3 |
I'm trying to merge two rows of cells in order to create an e-mail list. The e-mail adress is the same for all but the prefix is different. I am having some difficulty as '@' is stupidly a function symbol in Excel, does anyone know a way around this?
|
| Columns headings have changed to numbers instead of letters | 07 Feb 2008 18:04 GMT | 2 |
All my worksheets now appear with numbers in the column labels. e.g. instead of a cell reference being A1 it now appears as R1C1. When developing formulas, the cell reference counts the number of positions I've moved the cursor. For instance if I move two columns to the right and ...
|
| list of items click on it and have excel jump there | 07 Feb 2008 17:57 GMT | 2 |
I need to create a list and then when you click on an item in the list you will be taken to the corresponding place in the speadsheet. 1. # of students 2. # of teachers
|