| Thread | Last Post | Replies |
|
| Getting RAND() value but NOT function?!? | 27 Feb 2006 16:58 GMT | 2 |
Say I am using a linear term such as " b * X "; where "b" is a parameter while "X" is a variable... Now, assume that "b" is RAND() value and assume I am using an excel optimizer. When I run the optimizer, it complains that the problem
|
| How to prevent cell reference incrementing | 27 Feb 2006 16:43 GMT | 1 |
I have an issue with a spreadsheet in that I want a calculation to always use the same cell in a calculation. I have placed the $ signs before the letter and number references and I have even tried defining a name for the cells concerned but as soon as
|
| Vlookup & If statement | 27 Feb 2006 16:37 GMT | 2 |
I am trying to write a formula that returns the following: I am wanting to do a Vlookup and if the value that the vlookup return is less than zero I want to return zero. If the value that the vlooku returns is greater than zero then I want to see that value.
|
| Calculating rows and columns compared to a given cell | 27 Feb 2006 16:11 GMT | 1 |
Hi, I would like to calculate the number off rows(rw) and the number of columns (cl) between an ActiveCell and a given cell in a worksheet in a macro. Then I will use rw and cl for some other calculations. For example: The given cell is B2 or (2,2).
|
| How do I set up a copy and paste formula with ascending columns | 27 Feb 2006 15:18 GMT | 4 |
I am pulling info from one sheet to another. I need to copy a formula going vertically down, but I need the column designator to ascend and not the row.
|
| Sorting Data | 27 Feb 2006 14:38 GMT | 4 |
I have informations for transactions: A1:A10= date B1:B10= Name C1:C10 = Costs
|
| Sum Values depending on other values | 27 Feb 2006 14:33 GMT | 3 |
I would like to have a formula in a single cell that will sum the values in range E:E if the corresponding value in G:G is >0. for example: Col G Col E
|
| Help with Pivot Table subtotals? | 27 Feb 2006 14:27 GMT | 1 |
My Pivot Table looks like COOLANT COOLANT 50/50 GALLONS
|
| Can't create blank from IF - any way around | 27 Feb 2006 14:14 GMT | 1 |
I'm using the following to create a data validation list: =OFFSET(C$100,0,0,COUNTA(C$100:C$200),1) At C100 through to C200 I have =IF(ISTEXT('Status list'!C1),'Status list'!C1,"")
|
| For...Next loop problem!! | 27 Feb 2006 14:09 GMT | 5 |
I have a macro to look at cell H44, check the first 4 characters then depending on the value populate cell O44 with a value 1-5 and do the same down to O900. The problem I have is only cell H44 is being checked and the same
|
| Dates to quarters | 27 Feb 2006 13:39 GMT | 6 |
Hi, Ive found on this forum a formula which turns a date (dd,mm,yy into a quarter,year which is great: ="Q"&INT((MONTH(C2)-1)/3)+1 & " " & YEAR(C2) However its set up to take Jan Feb and Mar as quarter 1, but ou
|
| Document not saved | 27 Feb 2006 12:56 GMT | 1 |
Good Day! My File at the network always encounter this error-Document not save- I cannot save the file so I always open a new workbook and copy each worksheet of the file i cannot save.Im using Excel 97 SR-2 and Windows NT SP6.
|
| Data Form | 27 Feb 2006 12:50 GMT | 4 |
I have a spreadsheet with roughly 7664 records. When trying to capture another record I get an error as below. We are using the ~Data~Form method to capture new records. I enter the form, click on New and try to enter data, and the following error occurs:
|
| Pasting the sorted data of Auto filter | 27 Feb 2006 10:26 GMT | 1 |
I have some data written in 3 columns A B and C. Then I applie Autofilter on this array. Than in column B I clicked on item appearing ‘n’ no. of times(say) at different places in that column. received the values against item X because of Auto filter. Now in tha
|
| Macro to Clean Text | 27 Feb 2006 09:03 GMT | 3 |
Does anyone have a macro that will clean all text within a workshee without me having to insert he function clean(A1) etc and then copy an paste the results Thanks
|