| Thread | Last Post | Replies |
|
| Returning multiple lines of data for a single query? | 11 Mar 2006 22:13 GMT | 3 |
Worksheet "Orders" (19,000 rows, give or take) In column A: Customers (of which there are 41 unique entries) In column B: Locations (from 1 to 8 per customer) Other columns have additional data from each order.
|
| Turning a row color to "yellow" if one date field is greater than another. | 11 Mar 2006 20:46 GMT | 2 |
I would like to automatically turn a row color to yellow if the current date is greater than a "needed by" date column. What is the best way to do this?
|
| Can't get grid lines | 11 Mar 2006 18:24 GMT | 5 |
I can't get the grid lines in my worksheet even when I check it on the options. What am I doing wrong?
|
| Clearing or Deleting cells with formulas returning "" | 11 Mar 2006 17:00 GMT | 2 |
I need a macro line that will delete the contents of cells in a range that have formulas that return a blank cell. the if formulas in the cells return "" or some number. i need to empty the cells that do not return a number.
|
| VBA resources for scientific applications | 11 Mar 2006 14:25 GMT | 1 |
Are there any VBA resources for for doing scientific and mathy things? I'm looking for a compendium that has a variety of math macros for special functions, FFT/Lomb/wavelet, image processing, optimization, etc.
|
| Error flag in spreadsheet | 11 Mar 2006 14:24 GMT | 2 |
I keep getting those little error flags in my spreadsheet even though it works ok and then I have to `ignore error` which takes ages to sort, is thre a way to stop the `error message` appearing. thanks
|
| Top 6 from 10, and sum | 11 Mar 2006 14:16 GMT | 2 |
Hi, hope someone can advise. I have a spreadsheet that I use for my running club 'Grand Prix' competition. Members run in 10 events during the season and they score on there highest 6 places.
|
| Hyperlinking an entire column of domains | 11 Mar 2006 13:02 GMT | 4 |
I have a column containing text like *http://somedomain.com* but its not hyperlinked. How can I select the column and convert to hyperlinks ? I know for each cell, on editing if I hit the ENTER key, it gets hyperlinked. But how do I do that for an entire column ?
|
| converting excel '03 to access | 11 Mar 2006 10:16 GMT | 1 |
Hello experts, I'm attempting to convert excel data to an access database. I cannot find the access add-in link that is available in previous versions of excel, nor does it appear available from Microsoft's web site. Any
|
| Unload an addin | 11 Mar 2006 09:44 GMT | 1 |
To uninstall an add-in, i'm using a .vbs script. My problem is when Excel is open and i try to "uninstall" the addin, i get an Access Denied error. objXL.AddIns("LMI!Comptable").Installed = False I think there's two ways to resolve my problem:
|
| SumProduct Function - Drags Excel to its knees | 11 Mar 2006 04:09 GMT | 5 |
Greetings All, I need help with a really slow spreadsheet. It consist of a database of 6 columns and 1400 rows that feeds about 6 other sheets that contain 5500 instances of the SumProduct function. Each instance of the
|
| re: transfer data back and forth | 11 Mar 2006 04:01 GMT | 3 |
I know that excel can open file of other application , like dbase .dbf files. However, once after opening these files, they are no long be usable in the original application. Will some one please tell me how and is it possible to have these files be used again in the original
|
| Sum Value using ALT+ENTER | 11 Mar 2006 03:18 GMT | 3 |
i have enter the record in the row, and inside the cell, i'm using ALT+Enter to make more line for the record, but i would like to know how to sum of the value in this cell?? e.g.
|
| Array Formula With Subtotals | 11 Mar 2006 03:04 GMT | 4 |
This is a simplified example of what I'm trying to do. Assume A1 to F100 has data. I want an array formula that will calc something like =SUM(IF((A1:A100>0)*(B1:B100<0),A1:A100-xxxx(C1:E100),B1:B100-xxxx(C1:F100)))
|
| AutoComplete in EXCEL | 11 Mar 2006 01:57 GMT | 1 |
Sometimes, when i type text in a cell, , the AutoComplete feature not automatically fill the remaining characters, sometimes does. Any idea what to do? Th.
|