| Thread | Last Post | Replies |
|
| IF Function Problem Excel 2000 | 28 Sep 2006 12:40 GMT | 4 |
I'm trying to calculate a formula in Excel using the IF function. Here is my code. =IF(B2>=9/1/2006,5,IF(B2>=6/1/2006,4,IF(B2>=3/1/2006,3,IF(B2>=1/1/2006,2,IF(B2>=9/1/2005,1,0))))) Basically this is what I want returned.
|
| In a function, How do I copy the cell color as well as text | 28 Sep 2006 12:35 GMT | 1 |
All I want to do is to say for example that Cell A1 is equal to Cell G8 and have A1 contain the same text as G8 and have the same fill colour
|
| VLOOKUP return text not date | 28 Sep 2006 12:11 GMT | 3 |
I am using VLOOKUP to return a date, however it returns the number of the date, rather than the date. I know that Excel stores dates as numbers, hence how do I get around this?
|
| REmid function | 28 Sep 2006 12:03 GMT | 5 |
I am using the REmid function to pick out 13 character strings that end with l, h, c or u. e.g. cell A1 contains.... FIELD C2 @CHANGE ("PRPPRUNWECEOl") SIGN NOZERO;
|
| Packing characters | 28 Sep 2006 11:52 GMT | 3 |
I have an exercises where I have a list of different names, of different lengths but I want a result which packs out the name with trailing spaces so that the final length of the name and spaces always equals 15 for each. ie john needs 11 spaces added to it for the length to be 15 ...
|
| Can a formula find a comment in a cell | 28 Sep 2006 07:47 GMT | 3 |
I would like to check to see if a cell has a comment or not, without using a macro. In other words, If the value of the cell is between 10 and 20, and there is not a comment attached to that cell, I want to display "No". If the value of the cell is between 10 and 20, and there ...
|
| excel searching | 28 Sep 2006 07:22 GMT | 2 |
How do I get excel to quit looking for a add in that has been deleted? I am a bit of a novice so lack the expertist needed for this. Thanks Anyone
|
| conversion of book bar code to ISBN | 28 Sep 2006 07:21 GMT | 4 |
Is there a formula or method that will convert the barcode printed on book to the ISBN. - I can scan the barcode into Excel eg barcode is 9781585955565 and the ISBN is 158595556 - the last digit in the ISBN number is a checksum digit, but I really need the ISBN.
|
| Comparing data | 28 Sep 2006 07:04 GMT | 4 |
Dear friends, I have the list of names that changed with the time. I need to compare them and find out the differences. Anyone can help me with this issue? Any assistance will be appreciated. Thanks beforehand
|
| Dynamic Cell Lables? Or better solution.... | 28 Sep 2006 06:44 GMT | 5 |
What I am trying to do: Create cell labels that are a composite of the contents of other cells. Example: An investment club contributions sheet for all months and all members
|
| Sorting Numerically | 28 Sep 2006 04:26 GMT | 1 |
Pleas help. I have a spreadsheet that was e-mailed to me and it is not sorting the data properly. I am trying to sort by decending order and this is what happens: 828
|
| Excel should let me unhide all sheets at once. | 28 Sep 2006 03:38 GMT | 2 |
As a frequent user of the Hide Sheet function in Excel with Excel files generally exceeding ten sheets, the ability to unhide more than 1 hidden sheet at a time would add tremendous time saving while using the Excel application.
|
| XIRR 0.00% Return with Small First Deposit | 28 Sep 2006 03:00 GMT | 1 |
I need to be able to calculate a rate of return on deposits/withdrawals at uneven intervals, and keep running into a problem with XIRR when first deposit is small. Simplified example: -$100 1Mar98
|
| How do I round time | 28 Sep 2006 00:44 GMT | 2 |
I would like to know how to round five minutes to an hour and five minutes after the hour to the nearest whole hour. (ex. round 7:55 and 8:05 to 8:00) Thanks, Ana
|
| Need to sum "last 5" red cells | 28 Sep 2006 00:43 GMT | 7 |
I'm playing with some color vba from cpearson.com but can't seem to automate the process of summing the last x number of y colored cells. I'm having to change ranges every time I copy the formula over. Using the info on this page, http://www.cpearson.com/excel/colors.htm,
|