| Thread | Last Post | Replies |
|
| Excel as Access front end | 20 Mar 2008 21:27 GMT | 3 |
I am looking for advice on using Excel as an Access front end for data entry. I googled this and found code for using DAO/ADO. I'm just wondering if anyone has any good links for further suggestions. Thanks
|
| Sorting Data | 20 Mar 2008 20:26 GMT | 1 |
Is there formula or anyway to be able sort the below data into a format that I could create a pivot table on? I spend to many hours doing this every month. Invoice #: 12345 Invoice Date: 1/16/1950 A/P Code: ABC Due Date: 1/16/1950 Total Payable: $100.00 Reference: Freight:
|
| Transpose formula | 20 Mar 2008 19:34 GMT | 1 |
i have a data entry sheet which reads: A B C D E etc Week 1 Week
|
| rounding up and down formulas | 20 Mar 2008 18:59 GMT | 5 |
I am creating a retail price for our items. Problem is that I want the retail price to end in either a .49 or .99. Example when I figure my retail pricing off my cost it may come out to $6.74 and I would like to have a formula so that it would automatically come out to $6.99 or ...
|
| Macros within Excel | 20 Mar 2008 17:06 GMT | 4 |
Is it possible to do a macro to update information between the following situation. 1 - Journal Spreadsheet - same every week - needs to be updated in cells J2, J5, J8, etc. - every 3rd cell with information from spreadsheet 2.
|
| eliminate dashes in upc's | 20 Mar 2008 15:17 GMT | 3 |
How do you format to eliminate dashes in a cell that numbers example a upc: 7-67774-54123
|
| Last Cell | 20 Mar 2008 13:26 GMT | 4 |
To All I was wondering if you could help me with my problem. If you have data in your worksheet and you say delete all the data in the last row, when you say F5 (Goto) "Special" and select "Last Cell" then it
|
| % yearly formula | 20 Mar 2008 13:01 GMT | 1 |
I am looking to work out a % increase (for rent) formula over a few years. eg rent today is £40 per week currently At 5% increase each year What will rent be in say 10 years time?
|
| V-look up/Auto Sum values only update when saving | 20 Mar 2008 12:26 GMT | 1 |
I created an invoicing system that uses Vlook-up in Excel. The Excel worksheet has a drop down menu and when the user clicks on it, they get a list of company names that they can select from. Selecting a company name automatically fills in the name and address fields on the
|
| Using Excel VBA - Finding Characters in Strings | 20 Mar 2008 12:25 GMT | 4 |
I am trying to figure out whether or not a string has a space in its contents. I am using the following code. (AppWSF is set equal to Application.WorksheetFunction) If IsError(AppWSF.Find(" ", Given_Data.Value, 1)) = False Then
|
| How to hide the Group Box lines around options buttons?? | 20 Mar 2008 03:12 GMT | 11 |
I'm working on my first Excel form and need to create option buttons with Excel's forms toolbar. After making several sets of Group Boxes, I can't figure out how to remove the Group Box frame surrounding the option buttons. I know it's something very simple but would appreciate
|
| Split a street address field apart. | 20 Mar 2008 01:51 GMT | 5 |
How do I split a street address field apart? Field will have 2-3-4-5 digits, followed by a space then a series of alphas. i.e. 837 Third Avenue -or- 6 Street West. In a column of these address fields, wish to create two fields: the 2-5
|
| How does Excel determine if a file is already in use? | 20 Mar 2008 01:12 GMT | 6 |
Is it only if the OS tells it? I've posted a message (with no response) so I'm asking a different way.
|
| Displaying a file in Excel. | 20 Mar 2008 01:08 GMT | 1 |
I have a client that opens a file in excel. We are unable to view the file in normal view. We can see the file is we go to print preview or full screen mode. How can i change it to view in normal screen mode?
|
| Time calculations | 20 Mar 2008 00:56 GMT | 6 |
I have a simple spreadsheet for determining the hours and minutes that an employee works during a pay period. The current result is formatted like "38:45" meaning 38 hours and 45 minutes. My payroll software needs the time worked in decimal format (i.e., 38.75).
|