| Thread | Last Post | Replies |
|
| Formula Problem | 22 Mar 2008 00:56 GMT | 6 |
Can anybody tell me why they think this formula isn't working. I have similar formulas in adjacent worksheets that work fine. =SUMPRODUCT((E25:E5000)*(F25:F5000=9)*(G25:G5000=6.5)) I get the #VALUE! error.
|
| Calculation notation | 22 Mar 2008 00:45 GMT | 1 |
I have a workbook, approximately 5 meg, with many formulas. None of the formulas link to external workbooks. There is a "Calculate" notation at the bottom of the worksheets that never disappears, even when I hit F9 to recalculate. Any idea how to get rid of this
|
| move data to order sheet | 22 Mar 2008 00:00 GMT | 4 |
This seems simple, however, I'm struggling. We have a master inventory list, I want to make an order form on a separate sheet that when data is inputed to the quantity to order columns on the master list it will move description, quantity and weight columns to the order sheet. I ...
|
| Concatenat help, thanks | 21 Mar 2008 23:58 GMT | 2 |
I have the following, how can I concatenat the cells? Row A has dup but row B does not. I need a formula that will look up row A and concatenat row B, but if row B was alread concatenated, then concatenat the next cell. e.g. ABD = AIR EXPORT / Domestic, e.g. ACS = AIR EXPORT /
|
| #VALUE! from Function() | 21 Mar 2008 23:53 GMT | 1 |
I've written a function() that validates the interrelationship between 3 cells. If the data is valid, the function looks up the date from one of the cells in a table of holidays and returns the name of the holiday. It's acceptable for all
|
| Excel files opening in "read only" | 21 Mar 2008 23:46 GMT | 1 |
I have excel files that have been doing just fine either letting me make changes or giving me the option of opening in read only or not. Now, just the last 2 days, some (not all) of my files will not allow me to make changes without saving as a copy, which gets confusing. What ...
|
| Documents in Excel | 21 Mar 2008 23:38 GMT | 2 |
I have seen some purchase order/contract documents that were created in Excel. There is a lot of text. How is this done? I am okay doing basic spreadsheets but I cannot figure out how documents with a lot of text are created in Excel. I like the appearance of these documents ...
|
| Selecting and keeping todays date | 21 Mar 2008 23:32 GMT | 8 |
I have a file where people fill out the date of today. If I use TODAY(), I would get the wrong dates from the dates filled out previously. My idea would be that the day of today is filled out when something si enterd in B1. Obviously the day may not change then next day or days
|
| how we can run macro after a written text in a column | 21 Mar 2008 23:29 GMT | 2 |
we have some written text in column, we want to add a macro that will add some other text to that column, how we can do this ???
|
| when copying from one spreadsheet to another I get "#VALUE!" error, how can I eliminate it? | 21 Mar 2008 22:53 GMT | 3 |
I have a spreadsheet that is very large and contains a bunch of macros and formulas. When I am done, instead of sending the entire worksheet to a colleague for review I cut and past the only sheet they need to see into another spreadsheet. When they open it they are prompted to
|
| Formula with Text | 21 Mar 2008 22:41 GMT | 10 |
I am trying to right a formula that will read text. The formula would be if BW is in the cell then multiply by 100% if BW is not in the text field multiply by 25% Does anyone have any suggestions?
|
| How many worksheets can you have in one workbook? | 21 Mar 2008 22:31 GMT | 6 |
How many total worksheets (tabs) can you have in one workbook? Thanks
|
| macro tweaking | 21 Mar 2008 22:13 GMT | 1 |
good afternoon, i have most of my macro written (Office 2007,) but am having a small issue with the following line: 'Sub Email() - sends a copy of the email to the recipients
|
| assigning macro | 21 Mar 2008 22:00 GMT | 17 |
I assigned macros to texts boxes on the sheets in an excel workbook, so that inexperienced computer users can highlight particular rows on one worksheet, and move them to another. Here is an example of a macro, moving information from "sheet abc" to "sheet
|
| Fill down formula (but changing cell value by two) | 21 Mar 2008 21:49 GMT | 2 |
I have the college basketball pool entered. I want to have it fill in the winners into the appropriate cell. I have the following, which works: C33=IF(E3>F3,C3,IF(E3="","",D3)) C34=IF(E5>F5,C5,IF(E5="","",D5))
|