| Thread | Last Post | Replies |
|
| hyperlink | 19 Feb 2007 23:23 GMT | 1 |
I'm trying to hyperkling to another wrksht, display the data within the cell not wksht name with location.
|
| Can Save be added to this! | 19 Feb 2007 23:11 GMT | 3 |
Can Cntrl-S be added to this script so each time it will save as well? Thanks for any help...Bob Private Sub Worksheet_Change(ByVal Target As Range) Dim NextRow As Long
|
| grouping using a automated day field in a pivot table | 19 Feb 2007 22:40 GMT | 3 |
I have a excel database that I am using for a pivot table which has an automated day of the week field in it. I have a formula in Column B for the day of the week which is worked out by the date in Column A. Formulas I have tried in Column B have been =if(A1>0,weekday(A1,2),"") ...
|
| How do you create COUNTIF functions based on multiple criteria? | 19 Feb 2007 22:25 GMT | 8 |
I am trying to create a COUNTIF function in 1 worksheet based on multiple criteria in another worksheet. Basically, I want to count the number of cells that the criteria of 3 different columns in a separate worksheet (i.e. $A:$A="Smith" and $AS:$AS="4/19/2007" and $CL ...
|
| Sumproduct help | 19 Feb 2007 22:19 GMT | 2 |
Hello I have have an array of data A1:G12. I would like to find the max of A1:A12 and then count the the >0 Cells in B2:G12 where A2:A12= "DOG". How do I Add the MAX part to the formula?
|
| How to write this function? | 19 Feb 2007 21:55 GMT | 7 |
Say I have the following A B 1 2 10 2 4 5
|
| Formula result not displaying on worksheet | 19 Feb 2007 21:53 GMT | 5 |
The result of a Count(IF . . .) formula is showing in the function arguments box, but not on the actual worksheet. How do you resolve this so the formul result displays on the worksheet. The formula I used was =COUNT(IF((A2:A11="South")*(C2:C11="Meat"),D2:D11)). On the ...
|
| how do i mark up prices? | 19 Feb 2007 20:32 GMT | 1 |
i have retail prices in column I in Exel. i want to mark up the prices by 10%. how do i do it?
|
| List tab names in cell range | 19 Feb 2007 19:06 GMT | 2 |
I have a large # of worksheets where the tab names will change. I would like to list them on a separate worksheet that will reflect any changes made to the worksheet tab. Is this possible or should I just re-type the list?
|
| Quintile Lookup | 19 Feb 2007 19:03 GMT | 3 |
I have a list on quintile values for monthly rainfall totals. ie .. A B C D E F G H Quin 0 1 2 3 4 5 6 Jan 0-0 1-10 11-23 24-58 59-80 81-90 91 and greater
|
| sum if it match the column criteria | 19 Feb 2007 19:00 GMT | 4 |
col A1 thru F1 has following codes 1,5,7,8,4,9 Col a2 thru F2 has 10,15,25,50,55,60 values col G, H & I need a formula where col G would add the value based on code 1
|
| Formula Question | 19 Feb 2007 18:50 GMT | 4 |
I have a formula (geared towards adding up my project hours) that reads, =A2-A1*24. This works fine. However, in addition, I need it to also say if the result is zero then it should have a null value. Is this possible?
|
| Auto return | 19 Feb 2007 18:48 GMT | 9 |
I want to be able to go automate after entering data in the last cell in a row to then go back to the beginning of the next line?
|
| i need to total weights on a worksheet | 19 Feb 2007 18:33 GMT | 3 |
i am weighing coins from a coin-op car wash and i need to sum up all the bays of the car wash in a spreadsheet. ex: bay #1 has 10.12lbs of coin and bay#2 has 8.15lbs and bay#3 has 9.11lbs how would i do that?? thanks im using excel 2003.
|
| remove emty rows in a table | 19 Feb 2007 18:30 GMT | 2 |
I have a large table with a lot of emty rows and to use autofilter I need to remove all these.
|