| Thread | Last Post | Replies |
|
| sumif-sumproduct | 13 Sep 2007 06:02 GMT | 6 |
Which is more advantegious sumif or sumproduct in terms of execution speed? the following are my formulae both are giving same result. =SUMif(SCHOOL!$J$1:$J$950,$B$1,SCHOOL!$V$1:$V$950) =SUMPRODUCT(--(SCHOOL!$J$1:$J$950=$B$1),(SCHOOL!$V$1:$V$950))
|
| Clearing cells when selecting from a drop down list | 13 Sep 2007 03:47 GMT | 1 |
I have cells on the worksheet that when you select an option from a drop down list you type in a response. I need to clear these cells as a different option is selected from the drop down list i.e A1 - drop down list with options
|
| Decimal Places | 13 Sep 2007 02:12 GMT | 4 |
If I have a number in a cell (e.g., 3.456), how can I return just the decimal part of it (0.456) to another cell? Conversely, if I have Cell 1 = 50 and Cell 2 = 55, how can I join them in a new cell to make the number 50.55?
|
| Help with Dates | 13 Sep 2007 00:38 GMT | 6 |
I have two columns starting at I2 and J2. I need a formula that will tell me what dates in I2 come before or expire before those in J2. Right now I have the columns formatted as Number, Date, 03/14/2001. I have tried =(I2<J2) but that is not working and I guess it's because I am ...
|
| Returning a range using IF | 12 Sep 2007 23:08 GMT | 3 |
Does anyone know if it is possible to use a formular that would return a selected range (from a different worksheet), based on the content of a given cell? I want to use the first worksheet as a form with the second worksheet
|
| Excel headers | 12 Sep 2007 22:56 GMT | 6 |
I am trying to get a header in excel to reference to a cell in a different sheet. Is that possible? Thanks!
|
| I have 4000+ rows in a worksheet, how to delete 100's at a time? | 12 Sep 2007 22:33 GMT | 4 |
I have downloaded an excel document from PDF format to Excel and doing so has given me hundreds of blenk rows in the data source. Is there a way to select the worksheet and tell the program to delete all blenk rows? To condense my worksheet and make it a more workable document?
|
| Limitation on MID function? - very large string | 12 Sep 2007 22:05 GMT | 4 |
I have a cell that contains several thousand characters of fixed-length data. I've been able to parse out various values using a file layout that I refer to for location and length within this cell (the thousands of characters are for several hundred fields, so I don't want to ...
|
| Count Occurance | 12 Sep 2007 21:27 GMT | 2 |
I have 5 departments each with at least 35 employees. Some of th employees are listed in more than one dept based on % of their time. have an annual salary spreadsheet with all their names. A task is give to me where I have to identify a) employees listed in multiple dept b
|
| minimum and the corresponding value | 12 Sep 2007 20:59 GMT | 4 |
can any help with VBA code for the below case IN EXCEL A B C X 3 8 Y 5 10
|
| How do I build a sensitivity analysis table? | 12 Sep 2007 20:55 GMT | 1 |
I want to have a table where in one row there is one variable while on the left column there is another variable. Inside the table there are the values which depend on the two variables, including a fix value which is outside that table. i am looking at excel spreasheet like that ...
|
| Can cells be formatted so that if A2 says "Joan", G2 says "$25" | 12 Sep 2007 20:27 GMT | 1 |
I am working on a spreadsheet that when I enter or select certain information, other column and line info needs to change (always the same info) too. For example: I enter a name "joan" in A2. B2 needs to have a certain rate for Joan, and G2 has a certain other piece of info ...
|
| Compare worksheets for duplicates and copy data to 1st worksheet | 12 Sep 2007 19:50 GMT | 2 |
I have two worksheets. One with 1000 rows of part numbers (SHEET1) and the other with 16000 rows of part numbers (SHEET 2). I would like to compare the sheets. If "SHEET 2" has a matching part number in "SHEET 1"; then copy the data in
|
| how to put three columns into one dialog box? | 12 Sep 2007 19:42 GMT | 1 |
how to put three columns into one dialog box?
|
| Rank formula | 12 Sep 2007 19:26 GMT | 4 |
I need a formula that will rank a given value against a set of other values. For example, in column B, the numbers are 100, 90, 80, 70, 60 etc - i.e. sorted in descending order. I enter the number 63 in cell D1. In cell E1 I want a ranking formulat that
|