| Thread | Last Post | Replies |
|
| sort in excel using end of email address | 14 Nov 2005 23:49 GMT | 6 |
I need to sort 8300 email addresses by division which is indicated in the later part of the email. Any idead how I can do this?
|
| Adding a formula within a formula | 14 Nov 2005 23:12 GMT | 3 |
I am using the following formula: =VLOOKUP(ROW()-1,Formulas!$D$2:$BK$501,51,FALSE) I'm trying to figure out a way to not hardcode the column letters and the col_indx_num. I have added two rows to each sheet with the information I
|
| I want xl to look up postalcodes and compare them with another she | 14 Nov 2005 22:51 GMT | 2 |
I am trying to get xl to look up a set of postalcodes, compare them with another set and return a yes/no value. Help please
|
| can an array do this..... | 14 Nov 2005 22:24 GMT | 2 |
A1 will be an incremented value from 1 to 3. when A1=1, then C1 will be 1+1, D1 will be 1+2, E1 will be 1+3. when A1=2, then C2 will be 2+1, D2 will be 2+2, E2 will be 2+3. when A1=3, then C3 will be 3+1, D3 will be 3+2, E3 will be 3+3.
|
| Comments in cells | 14 Nov 2005 21:57 GMT | 3 |
First, how exactly do you add comments to cells. I have a worksheet that has some red tabs in the corner of the cell. When you drag over it displays a comment. Also how do you scroll down to read the rest of the comment? Thanks for your help.
|
| Preventing Macro Flash | 14 Nov 2005 21:55 GMT | 3 |
I have recorded a macro, how do I stop it from showing all the steps I have taken and simply run the macro? Do I use DIM if sho what is the correct way of doing so?
|
| Text string and sum | 14 Nov 2005 21:50 GMT | 4 |
Good Afternoon I have 2 columns one with a string of numbers and the other a number 1,-,-,-,-,-,-,-,-,- 247 -,2,-,-,-,-,-,-,-,- 34
|
| Can I apply a "score" based on multiple cell values? | 14 Nov 2005 21:36 GMT | 1 |
I have created a table in Excel that lists various measurements of office performance. I'd like to apply points for each level of value. eg. if the value is <20% the score = 5 points; if it's >50% the score = 1 point...etc.
|
| formatting date-time values in macro | 14 Nov 2005 21:21 GMT | 2 |
Using excel 2003. Have column with date-time values. I have column formatting: "m/d/yyyy hh:mm:ss.000". Typical column displays "1/1/3018 00:12:03.930" in the cell and displays "1/1/3018 12:12:04 AM" in formula bar.
|
| Simple Formula (I thought) | 14 Nov 2005 20:47 GMT | 3 |
Been racking my brains all day on this, I'm sure one of you clever people out there can help me. I need to do a simple calculation based on hourly rates, example as follows. TA bills out at $20 an hour
|
| Time Card Show Up Time | 14 Nov 2005 19:39 GMT | 2 |
I'm working on a Time Calculator for work. On the time cards we have two sets of In and Out on each card. If as an example someone has clocked in at 6:00 and Clocked out at 14:00. That person has worked their 8 hours and as they start to leave a truck shows up and they decide ...
|
| Limitations od Excel Sheet | 14 Nov 2005 19:39 GMT | 1 |
We have created an excel file have 74 sheets which are interlinked to each other. However whenever we try to add any additional sheets we are getting an error “Too many different cell format" Any ideas about this will help us a lot.
|
| Referencing cells in different worksheets | 14 Nov 2005 19:35 GMT | 1 |
I would like to reference cells in different worksheets (up to 9) based on a number entered in cell G6. Below, I am using nested IF statements for a reference to only two different worksheets. If I insert enought nested IF's for 9 different worksheets, this statement will become ...
|
| Not to sure | 14 Nov 2005 19:31 GMT | 2 |
Hello from Steve Dee Below is on Sheet 1 would like a formula on Sheet 2 Ok I want a lookup please that would copy the data in Col C to Sheet 2 A B C
|
| how use range to bottom of filled cells? | 14 Nov 2005 19:29 GMT | 1 |
In VB, there is a way to specify a range to the bottom of filled cells: ....Range("A65536").End(xlUp).Address Is there something like that in the worksheet functions? I have a cell that has this command:
|