Tagged Questions

8
votes
4answers
5k views

HTML to Excel: How can tell Excel to treat columns as numbers?

I need to achieve the following when opening an HTML in Excel (Response.contentType="application/vnd.ms-excel") : force Excel to consider content of td cells as numbers make the above so that any ...
3
votes
2answers
2k views

Insert a Newline in Excel Formula (MacOS)

I am using MS Excel on a Mac. I have a formula. Guests!A1 & " " & Guests!B1 & I WANNA PUT NEWLINE HERE Guests!C1 ... How do you do this???? Thx!
3
votes
1answer
3k views

How do I export a reporting services report to excel with embedded calculations in the excel columns?

I'm looking to allow the user to export an reporting service report to Excel. The question I have is how do I specify a formula within Reporting Service which is then present as an Excel column ...
1
vote
3answers
43 views

Excel Fomula - Sumif OR

A challenge for the excel users: I have a table with the following columns: Year || Week || Output 2011 || 50 || 1000 2011 || 51 || 2000 2011 || 52 || 1500 2012 || 01 || 1200 2012 || 02 || ...
1
vote
1answer
21 views

Not sure what type of Excel formula (SUM, SUMIF ect…) to use for my calculation, can you get me going in the right direction?

In Excel Formulas there are so many different functions, that I am not sure which to use to get started. So if I were to give you an example could you point me in the right direction for learning what ...
1
vote
1answer
44 views

Excel: how to do something like: select count(col3,col4,col5,col6,col7) from TBL where col2 = '1-Jan';

Currently, I'm using a complex countifs() statement: =countifs($B$2:$B$B1000,"="&L7,'Sheet2'!$C$2:$C$1000,"*")+ countifs($B$2:$B$B1000,"="&L7,'Sheet2'!$D$2:$D$1000,"*")+ ...
1
vote
3answers
75 views

Excel: How to roundup a number to the closest ten?

Probably the title is not very suggestive. Let me explain you with an example. I have: 12345.6 2345.1 12345.00000001 I want those numbers to be roundup to 12350. How can I do this? If possible, ...
1
vote
1answer
226 views

Last non-empty cell in a column - Google Docs

I use the following function =DAYS360(A2, A35) to calculate the difference between two dates in my column. However, the column is ever expanding and I currently have to manually change 'A35' as I ...
1
vote
2answers
203 views

JXL Named Area Formulas Display the Incorrect Value

I am using JXL to write an Excel report. I need to use named areas for the report, and have formulas based off of them. However, when the Excel file loads, the values displayed are incorrect. If I ...
1
vote
4answers
335 views

Tool to help write Excel formulas and IF statements?

This is an Excel formula with nested IF statements: =IF((B2="East"),4,IF((B2="West"),3,IF((B2="North"),2,IF((B2="South"),1,"")))) To essentially accomplish this: If cell B2 = "East" return "4" ...
0
votes
1answer
15 views

Excel - retrieving cell values from a group of cells

I have 2 blocks of information. One block has sizing across the top row, and store and styles down the left column. I have to enter this information into a data system in one column by ...
0
votes
1answer
60 views

formula in calling cell “sees” formula in called cell instead of value — why?

This doesn't seem like usual behavior for Excel. I've never seen this happen before. I'll try and explain it as best I can. I have two spreadsheets, SS-A and SS-B. SS-A has a worksheet, WS-source ...
0
votes
1answer
39 views

Excel: How to roundup a number to the closest ten2? [closed]

Possible Duplicate: Excel: How to roundup a number to the closest ten? I made this question a few hours ago, but I wasn't very specific: Excel: How to roundup a number to the closest ten? ...
0
votes
1answer
204 views

Excel formulas are not being generated by Reporting Services

I'm working on a report for my employer where the end product is a SSRS report, but one that will almost ALWAYS be exported to Excel for further manipulation. In this report, there is a row that is ...
0
votes
1answer
217 views

Excel formula to pull the second and third word from a filename?

I need a forumula to pull only the second and third word from a filename. The formatting goes like this: "120610 CHELSEA OPTICS.xls". I need a formula so that "CHELSEA OPTICS" will only appear in the ...
0
votes
2answers
361 views

Populating blank cells with a formula in Excel (without VBA)

e.g. (N.B. All the following actions reference the same cell) A cell contains a formula to populate the 'default' value of that cell. The user overwrites the default value. The user decides to ...
0
votes
2answers
105 views

How can access formulas as I process it with Matlab?

I load an xls file in Matlab, and I need not only the numeric values but the formulas also. Do you have any idea?
0
votes
2answers
278 views

Excel Formula Null Value

I am using Excel to create some formuals to calculate a total dollar ammount (profit). At the moment there will be multiple rows that will calculate profit based on the amount of profit from the ...
0
votes
2answers
128 views

live execution of formula

can we execute a formula without moving cursor from the cell? After giving data in to Input cell either we press enter or we move from that cell and then any formula related to that gets executed. Is ...