| Thread | Last Post | Replies |
|
| Removing characters | 14 Aug 2006 23:54 GMT | 2 |
I have an excel worksheet with a street name column. I need to rename some names from "Main Street" to "Main St". I can do it for one name easily with find and replace, but how do I make it work for an entire column of different names such as "Easy Street" and "Main
|
| Concatenate values | 14 Aug 2006 23:03 GMT | 2 |
Trying to concatenate data that is imported in a file but having a problem. .Offset(0, 2).Value = Right("0000000" & myID & "h", 4) Data Want Get 2C0 2C0h 2C0h
|
| Getting wrong values | 14 Aug 2006 23:01 GMT | 5 |
I'm missing something simple, but I am trying to get a value (displayed as a percentage) in one cell, using the cell next to it as part of the equation. The problem is that the second cell is displaying a value from an equation that's built inside of it and when I use it for the ...
|
| Assigning consecutive dates | 14 Aug 2006 22:45 GMT | 14 |
I received the answer on assigning consecutive dates but what can be done to the formula =INT($A$1+INT(ROW()-1)/30) TO:
|
| Sum If | 14 Aug 2006 22:42 GMT | 5 |
I need to sum COLB if COLA = BOX549 or BOX980 BOX549 70601 BOX919 60254 BOX017 45468
|
| Ned Help W/ Custom Function | 14 Aug 2006 21:58 GMT | 3 |
Im trying to make a custom function but I seem to unable to make the correct declaration I have the code below but its not displaying the data that I want The result should be Lynn Haven for C410 data and ABU for G538. but it
|
| name range from absolute to relative | 14 Aug 2006 21:45 GMT | 2 |
When you give a cell a name it defaults to absoute reference. Can you change the reference from absolute to relative.
 Signature Your time and consideration would be greatly appreciated.
|
| Index, Match or what??? | 14 Aug 2006 21:25 GMT | 2 |
I have information on a data page like the following A B C 8-15 10-16 99 8-16 11-24 98.7
|
| a count formula | 14 Aug 2006 20:53 GMT | 3 |
I would like a formula to count how many cells contain a code that begin with B, then with Z and O. So B's would be 3 Z's 5 and O's 1. 1 BBL
|
| Compare 1 column to another | 14 Aug 2006 20:51 GMT | 1 |
I want to formulate a list of value that are in column A and not in column B. I'm comparing 2 lists of employee IDs. I'm going to do this many times, so the exact number of IDs in either column will change. I don't know if this makes a difference or not.
|
| Match Column B numbers to Column A numbers | 14 Aug 2006 19:55 GMT | 1 |
I have a long list of numbers is Column A; I have a second extra long list of similar numbers in column B. How do I play find your Mate? M001 in Column B finds M001 in Column A. What if my Column B list has more than 1 M001? Will that effect the outcome?
|
| How do I nest IF statements to only return value if both true? | 14 Aug 2006 18:34 GMT | 3 |
I have a cell, M30, in which I want to display contents copied from another cell (D18), provided that two different conditions are met: K24=Y and M29 has some text content in it already. Otherwise, M30 is blank. The basic IF statement I've written for M30 is =IF(k24="y",D18 ...
|
| How to use a cell value as operator in a worksheet reference? | 14 Aug 2006 18:24 GMT | 2 |
I would like to use the value of a cell, in this case a stock ticker, to refer to another worksheet that is named identically. For instance, I have a cell value UPS and a worksheet named 'UPS', I would like to pull a value, say D21, out of UPS! without hard-coding UPS! into my ...
|
| New to this forum and yes I need help | 14 Aug 2006 18:20 GMT | 2 |
I have some problems, of course. first problem: english is not my main language so sorry for any typos. second problem is a excel problem: I have a table with say 300+ prices, I would like to increase all th
|
| stop changing my formula | 14 Aug 2006 18:09 GMT | 1 |
Hi all: I am creating a report/graph combo. here is my issue. I am summarizing a list of data and using that summary to create the charts. I would like to insert daily a line to this table but have it only calculate the last thirty days. As I add a line EXCEL adjusts the
|