| Thread | Last Post | Replies |
|
| wnat to extract first & last names in sep cols from name list in 1 | 08 Mar 2007 03:27 GMT | 4 |
I have a list of names that shows first and last names in one column (entry ="John Doe") I want to separate these into two columns so that I have one column with entry="John" and next column has entry="Doe". I can do this the loooong way bt copying the first column over twice, ...
|
| frequency a number repeats in a column | 08 Mar 2007 03:12 GMT | 5 |
I have a spreadsheet that is 8 columns by 1000 rows. each cell contains a number from 1 to 100. I need to find out which numbers in each column repeat the most often, then the next most frequent. I thought that the frequency command would do it but I can't make it work on
|
| Link Cells with Comments | 08 Mar 2007 02:40 GMT | 1 |
i have a workbook with 2 worksheets in it. My data is all on the second sheet. Many of the cells have comments in them. I want to link the data on the 2nd sheet to the first sheet with the comment included. Does anyone know how to do this or if this is even possible?
|
| Counting | 08 Mar 2007 01:47 GMT | 6 |
I have a column where I'm using IF statements to return a value from another column if certain conditions are meet and "" otherwise. Previously I had manually enter that information and then did a count of any cell in that column, using COUNTA, that contain a value. But, since ...
|
| omitting blank cells | 08 Mar 2007 01:38 GMT | 2 |
I need to copy cell from a list, which has been sorted, to another worksheet. The problem I run into is that the sorted cells are not contiguous and the source cells fall out of the target range. Example; the cells in the following two columns need to be copied only if
|
| please help w/ a time formula | 08 Mar 2007 01:18 GMT | 2 |
I have 5 times fields the start times are in columns A & B and the end times are in Columns C, D & E. They are not in order, but cols A or B are always < C, D or E. How can I get the #of minutes between the earliest start time and latest of the end times.
|
| Match values | 08 Mar 2007 01:06 GMT | 1 |
I have 2 worksheets that are setup as follows: wksht1: column a = customer number column b = customer name
|
| insert a symbol into a function cell | 08 Mar 2007 00:59 GMT | 8 |
I am trying to merge two cells together from a different worksheet with the values separated by the plus/minus symbol into one cell. I would also like to retain the auto-update portion of if those values change in that sheet they will in this new worksheet as well...
|
| How do I create formula that allows the worksheet ref. to be chang | 08 Mar 2007 00:57 GMT | 5 |
Would like to allow user to be able pick amongst Multiple worksheets via in-cell dropdown and formulas to change. IE - what do I have to do to make =SHEET1!D5
|
| If b15-b20 >=0, then display value | 07 Mar 2007 23:58 GMT | 4 |
Here's what I'd like to achieve: It's for budget planning. In b3, if b1>=b2, then display value of (b1-b2); if b1<b2 then hide value or display nothing.
|
| Sumif from VBA Type mismatch | 07 Mar 2007 23:56 GMT | 3 |
Please help me. I try to run a SUMIF worksheet function from my VBA code. Basically this is the troublesome line. MsgBox Application.WorksheetFunction.SumIf("$E$1:$E$226", ">0", "$N$1:$N$224")
|
| Add the cell content editors name | 07 Mar 2007 23:37 GMT | 3 |
I'm creating a spreadsheet that different users will use on a network of computers, with there own "sign ons" as such (its at my place of work). Different users will be adding dates for when items have been received. for example cell a1 would be the date they have entered, and ...
|
| =YEAR(3/7/2007) in EXCEL, get the answer as 1900. Why? | 07 Mar 2007 23:36 GMT | 8 |
I am expecting the answer as 2007 from the function of =YEAR(3/7/2007)
|
| Copied number eg 1234- to display as (1234.00) in red in Excel | 07 Mar 2007 23:25 GMT | 2 |
On a previous pc where Excel 97 was upgraded to 2003 I was able to copy numbers with a negative behind it eg 1564- from a mainframe application and paste it into Excel and it would automatically format it as a negative eg red (1564.00).
|
| Automatic Calculation | 07 Mar 2007 23:01 GMT | 1 |
I have a spreadsheet that has manual calculation turned on. My problem is that after turning automatic calculation on then saving and exiting the spreadsheet this change will not be saved. The next time I open the file manual calculation is on again. I only have this problem on ...
|