| Thread | Last Post | Replies |
|
| autoincrementing dde link | 25 Jun 2007 23:56 GMT | 6 |
I have a large number of dde link address that I am inputting which need the address to increment sequentially. I can't get Excel to increment the address. And, I don't want to type them all in. I found if I remove the = mark at the beginning of the dde link, Excel will ...
|
| title bar missing options | 25 Jun 2007 23:46 GMT | 3 |
The title bar on a work sheet is missing the maximize, minimize and close options. I cannot drag the worksheet or maximize it in any way. I have a screen shot i can email if the description is insuffient. Has anyone seen this before, and is there a way to fix it?
|
| How do I insert a row between each line of data in Excel? | 25 Jun 2007 23:44 GMT | 4 |
I have a long list of data (2000+ rows) where I need to insert a blank row between each line. Is there an easy way to do this so it affects the entire sheet? Thanks
|
| if formula | 25 Jun 2007 23:24 GMT | 4 |
how do i get this logic to work. if x>30 and ends with .00 then (basically i want it to give me the result of 24.00 etc but not 24.21
|
| problem with comparing strings in VBA | 25 Jun 2007 23:16 GMT | 2 |
Experts, I need to copy data from once excel file to other based on string comparison. For example consider two workboooks. 1. Source file
|
| IF statements - 26 combinations | 25 Jun 2007 22:45 GMT | 21 |
I have to incorporate this in a IF statement or whatever is simple. Does anybody have a simple solution for this? Cell A1 can have 5 values A,B,C,D or E Cell B2 can have 5 values V, W, X, Y or Z
|
| Can excel to pull out every tenth row into a separate sheet? How? | 25 Jun 2007 22:40 GMT | 2 |
I have a huge series of Surveying shots (P,N,E,Z,D) and I would liket o pull every tenth shot out and into a separate sheet. Any advice?
|
| Archive Data with Excel files | 25 Jun 2007 22:39 GMT | 4 |
I am looking ahead to the day I will have reached my network drive allowed capacity, and forced to offload all my data to a removable disk (CD or DVD). Trouble is, my Excel files contain external references to files (mostly text & other Excel files) on the network drive . When I ...
|
| Links | 25 Jun 2007 22:28 GMT | 1 |
Links: I would like to link from an excel-sourced pdf to a section with a word-sourced pdf. I had assumed that the standard excel interdocument linking command would work from the excel source to a Word bookmark target:
> =HYPERLINK("file.doc#bookmark3","linkname"). It works ... |
| if statement help | 25 Jun 2007 22:21 GMT | 4 |
I have a formula that won't let me enter in any more if statements. Can you help This is what I have: =IF(D19=P7,V7,IF(D19=P8,V8,IF(D19=P9,V9,IF(D19=P10,V10,""))))
|
| multiple ranges & criteria for SUM-IF challenge | 25 Jun 2007 22:18 GMT | 4 |
Not sure if this is the function for the job but I need to have SUMIF compare values in multiple ranges/columns and add if the values match in those columns e.g.
|
| Summary Sheet - Total Multiple Sheets | 25 Jun 2007 22:17 GMT | 6 |
I have a workbook with a time sheet for each team member by month. Each sheet contains two columns where the team member will: Choose a Task = Column A6:A100 (multiple tasks within one sheet) Choose a Subtask = Column B6:B100 (multiple sub-tasks within one sheet)
|
| Countif Query | 25 Jun 2007 22:06 GMT | 4 |
Let me see if I can explain this,,,,,I want to count the number of orders that show as SHIP but I only want to count them once if the order number in column A appears more than once...... so I want to be able to count the number of SHIPS in column B but only count them once
|
| Removing hyperlinks for all text in a colum shortkey | 25 Jun 2007 21:48 GMT | 2 |
Is there a shortcut to removing the hyperlinks in a column so that there is only text?
 Signature --coastal
|
| Add items to a combo box and make them available after closing the sheet | 25 Jun 2007 21:42 GMT | 1 |
Alright, I have a user form that I have been building and it has the following code within.. Private Sub UserForm_Initialize() cboName.Value = ""
|