| Thread | Last Post | Replies |
|
| modify a template that is protected | 25 May 2006 02:45 GMT | 4 |
How do I modify a Microsoft Excel template that I downloaded?
|
| ERROR.TYPE formula problem | 25 May 2006 02:06 GMT | 3 |
I am trying to create a formula which will leave a cell empty if it's dividing by zero, or give me a result if there are numbers in the referenced cells. It seems simple enough, but I can't get it to work. My formula looks like this:
|
| Formula returns 0 | 25 May 2006 02:01 GMT | 1 |
I am using some basic of formulas, SUM and MAX, within a large file have started to give 0 as an answer even when this is not the true result. The same formulas were working previously but have now stopped. I'm not sure if i have change some display setting, but I don't seem to
|
| Cumulative Return | 25 May 2006 01:16 GMT | 2 |
I have a series of monthly return and need to create a formula that can compute it's cumulative return in the following manner: (1+return1)*(1+return2)*(1+return3))*(1+return4)*(1+return5) Subsequently, I would need to compute the "average" return by creating
|
| is it vlookup, match, offset? | 25 May 2006 00:34 GMT | 2 |
Order Date Ship Date First Name Last Name Cycle 20051101 20051104 ALITA FAUSETT 0 20051119 20051123 ALITA FAUSETT 1 20051101 20051104 BEVERLY HUSTON 0
|
| Adding minutes. | 25 May 2006 00:26 GMT | 2 |
Hello from Steved 6.05 a, 9.00 a , 1.00 p, 6.20 p adds to 8.15 Hours now I will break the above into minutes as set out below 365, 540, 780, 1100 same as above but in minutes.
|
| Calculating Top 5 | 25 May 2006 00:21 GMT | 1 |
I have a set of data (a score or time from a school olympic day) and I would like to be able to automatically rank the top 5 participants on another worksheet. Any thoughts on how to do that? Thanks,
|
| can a function do this? | 25 May 2006 00:02 GMT | 14 |
In this function, i would like the cell to look at the current year and month. if this is the current month and year, eg may2006, if true, add up a list of names, if false eg mar 2006, keep the total that was counted when true.
|
| Help with Indirect function ? | 24 May 2006 23:27 GMT | 4 |
I have a series of formulae across several columns like this in say T10 =SUMIF(mqs_col,$N14,'Main Working Paper'!Z$15:Z$2033) where the last reference (in this case Z15:Z2033) varies in each
|
| how to generate a unique form # when using an excel form template | 24 May 2006 23:00 GMT | 1 |
I have created a template for a proposal form and I would like a unique, sequential form number to be added to each proposal that is created. Do you know of any simple way of accomplishing this, maybe an excel function, macro, etc.? Thank you.
|
| Conditional Formatting Question | 24 May 2006 22:37 GMT | 2 |
I am trying to format a cell (let's say A:1), as either green, amber, or red. It should be based on the values in other cells (B:1, C:1, and D:1). I want A:1 to be green if B:1>80, and C:1=True, and D:1>5.
|
| SUMPRODUCT with a #VALUE in a cell | 24 May 2006 22:28 GMT | 2 |
In writing a formula, how will you skip the cell with a missing value, i.e., #VALUE? Example below. A B C
|
| vlookup on pivot table results = #N/A | 24 May 2006 22:15 GMT | 4 |
My vlookup doesnt' work if I am looking up data that are in the results of a pivot table. If I hand type the pivot table results to a new sheet it will work but if I tried to re-format the pivot table results or copy the results as values and it won't work. It will only work if ...
|
| Max or Min with condition | 24 May 2006 22:08 GMT | 2 |
How can I search the minimum and maximum values of the rows that follow a specific condition? e.g. A mission means having to travel to a set of destinations.
|
| My first macro, uses Vlookup but doesnt update unless hit enter | 24 May 2006 22:01 GMT | 1 |
I have written the macro (my first!) as below Function FindOldNominal(NomCode) FindOldNominal = WorksheetFunction.VLookup(NomCode, range("IMPORTRANGE"), 5, false)
|