| Thread | Last Post | Replies |
|
| CountIF | 25 Sep 2006 20:03 GMT | 11 |
I am trying to count a range of cells with multiple conditions. I know CountIf will not allow two conditions; however, I am trying to count cells with numbers in cells D2:d23 >9 and <20. Please help!
|
| Formula doesn't find last entry | 25 Sep 2006 19:34 GMT | 3 |
This is the formula. =IF(ISERROR(INDEX(Log!$A$1:$A$2000,SMALL(IF((Log!$B$1:$B$2000>=$Q$1)*(Log!$B$1:$B$2000<=$Q$2),ROW(Log!B$1:B$2000)),ROWS($1:2))))," ",INDEX(Log!$A$1:$A$2000,SMALL(IF((Log!$B$1:$B$2000>=$Q$1)*(Log!$B$1:$B$2000<=$Q$2),ROW(Log!B$1:B$2000)),ROWS($1:1)))) This is on ...
|
| file save error: the file or directory cannot be created | 25 Sep 2006 19:07 GMT | 1 |
When I try to revise and save an excel file that is on a flash drive, I get an error message that says "the file or directory cannot be created."
|
| Display n x n array | 25 Sep 2006 19:06 GMT | 2 |
Iwant to take an array and put the values into excel, i tried this but it doesn't seem to work: For i = 1 To 3 For j = 1 To 3
|
| calculate the sum of characters in a cell | 25 Sep 2006 19:05 GMT | 8 |
is there a tool to calculate the sum of characters in a cell?
|
| VBA Range definition: Code needed | 25 Sep 2006 18:40 GMT | 8 |
I'm new to using VBA, and am trying to create some code to run a daily macro. The element of the code I'm stuck on is this: I import a daily excel sheet where I need to have a simple formula that is: =G1-Sum of "Range"+G2
|
| Assign a macro to a command button | 25 Sep 2006 18:38 GMT | 4 |
Hi and thanks for the help. I am using Excel 2003. I accidently used the wrong button and am hoping there is a fix. I need to run a macro from a button. I know that if I use the button (control button) from the forms toolbar the
|
| Assigning a macro to a command button | 25 Sep 2006 18:34 GMT | 1 |
I posted this question earlier today but I forgot to mention an important item. The right click, assign macro choice is not available with the button I used (the command button on the control toolbox.) Here's the earlier post. I accidently used the wrong button and am hoping there ...
|
| have one cell display text which reflects a number in another cell | 25 Sep 2006 17:49 GMT | 3 |
I'm sure that this will be a 'given' to most of you. I enter data into time sheets daily where i have to enter the job code as well as the job name ie: cell A1, the job code in A2, I will type the job name . Is there a way to set this up so
|
| Editing Comments - Excel 2000 | 25 Sep 2006 17:49 GMT | 4 |
Using Excel 2000, one numeric column has a number of comments in various cells. By pointing at the comment indicator I can dislay the comments and by right-clicking over it I can delete the comments but I cannot edit the comments. This is with the exception of the last comment ...
|
| cant find excel in my office xp (2002)and how to install it? | 25 Sep 2006 17:06 GMT | 1 |
well in my programs>office10> and i cant see excel in it or even access, so what do i have to do to get them to work?
|
| cannot create templates in spreadsheet solutions tab in excel | 25 Sep 2006 16:52 GMT | 1 |
Contrary to the Excel 2000 help I am unable to create templates in the "spreadsheet solutions" tab of the File New dialog box nor can I create new tabs by making sub-folders in the direcctory where the built-in templates reside ie "C:\Program Files\Microsoft Office ...
|
| How do I copy formulas from 1 wrkbk to another w/o absolute refs | 25 Sep 2006 16:48 GMT | 1 |
I am trying to copy a summary from one workbok to another. How do I copy with out absoute references to the source workbook?
|
| help on UDF code | 25 Sep 2006 16:34 GMT | 3 |
I have the following code to create a UDF to calculate reciprocals: Function Reciprocal(a) Reciprocal(a) = (1 / a) End Function
|
| Alt+Tab doesn't work to change from excel file to excel file | 25 Sep 2006 16:12 GMT | 1 |
What do I do to be able to change from one excel file to another excel file, the Alt+Tab is not working.
|