Tagged Questions
The formulas tag has no wiki summary.
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
1answer
761 views
Automatically update formula field after generating Open XML Word document
I have a library that generates Word documents using the OpenXML SDK, one of the functionalities of the library is the generation of tables with formulas on the last row (such as SUM(ABOVE)).
Word ...
3
votes
3answers
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 ...
3
votes
7answers
3k views
SQL Date Formulas
I need a date formula in Oracle SQL or T-SQL that will return a date of the previous week (eg Last Monday's date).
I have reports with parameters that are run each week usually with parameter dates ...
2
votes
1answer
46 views
Open source language/library/representation format that allows treating numeric formulas as objects?
I'm looking for a way to store a series of formulas/equations as text (so they are easily diff-able). Later formulas depend on the results of earlier ones.
I should be able to evaluate the formulas ...
2
votes
7answers
373 views
Java: Is there a tool available that can allow me input, store, and evaluate math formulas?
Even something very rudimentary is fine. Like entering and evaluating something like x+1, where x is a variable I get to specify.
I was thinking of writing my own using Strings for each formula, ...
1
vote
1answer
16 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
0answers
40 views
Rendering math formulas in Windows Phone application [closed]
I am writing a math application for Windows Phone and want to display math formulas in the familiar form.
What is the best way for rendering math formulas in Windows Phone 7?
What controls or ...
1
vote
1answer
36 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
64 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
2answers
76 views
Creating formulas in R involving an arbitrary number of variables
I'm using the library poLCA. To use the main command of the library one has to create a formula as follows:
f <- cbind(V1,V2,V3)~1
After this a command is invoked:
poLCA(f,data0,...)
V1, V2, ...
1
vote
2answers
178 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
1answer
600 views
Is it possible to score a KPI based on todays date?
I am building a KPI in PerformancePoint - SharePoint 2010 and have the following setup:
We have some files that are stored and they have a "Review/Expiry Date" field. Is it possible to get the KPI to ...
1
vote
5answers
255 views
Embeddable formula interpreter
I need something to embed in my C/C++ program to interpret formulas of the like x*log(x) or sin(x). I would like something small and simple, otherwise I can just embed Python, or Ch, or Scheme, or you ...
1
vote
1answer
294 views
Sharepoint - End date minus Start date = Years?
I am needing to calculate the number of years between two fields;
Field A
Start Date (dd/mm/yyyy)
Field B
End Date (dd/mm/yyyy)
Field C
Calc formula display difference between Field A and B in ...
1
vote
2answers
473 views
Is there a library for Visual C++ that renders math formulas?
I've been looking all over, but I can't find anything free that will let me simply display math formulas on a window. I found one for Visual C++.net, but no APIs. Are there any out there?
1
vote
1answer
441 views
Extract last two words in a cell using openoffice
I need a formula to extract the last two words in a cell using openoffice. For example a cell contains the words: "enjoy the rest of your day" I would like to extract "your day" using a formula. I ...
1
vote
1answer
249 views
Parsing to RPN two equations give same notation but have different answers
I've wrote a parser in PHP that converts a string representation of an equation to RPN based on feedback from an earlier question. Whilst testing it I found two different equations that parse to the ...
1
vote
4answers
322 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"
...
1
vote
1answer
4k views
Crystal Reports - “A string is required here” formula error
I have a command line utility that generates one simple crystal report. I recently updated the project from .NET 1.1 to .NET 3.5 using the Visual Studio 2008 migrator and am now getting an error that ...
1
vote
4answers
4k views
Fill textbox with current username logged in sharepoint
I made a custom list, it is actually a form fill out for an absence request workflow. Before publishing it I found a flaw.
The first textbox is a Person or Group textbox, this helps out to retrieve ...
0
votes
1answer
55 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
34 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
0answers
46 views
Rails app with rich text editor with formula features
I'm writing a web app (Rails 3) that is supposed to be some sort of learning portal where you have lessons, test's, ext… Now for a lesson body I wan't to give admin an option to use some rich text ...
0
votes
1answer
142 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 ...
0
votes
1answer
27 views
How do you calculate whether a number is a decimal or a whole number in a SharePoint calculated field?
I'm trying to calculate whether a number is a whole number or a decimal in a SharePoint calculated field so that i can determine whether the item is published or not. Can anyone assist?
0
votes
1answer
41 views
XBRL Formula Feature in Altova Xmlspy
Does anyone know if the XBRL Formula Feature is or will be supported in the Altova Products (Missionkit, Xmlspy, ...).
0
votes
0answers
64 views
Is it possible in CrystalReports 8.5 to set suppress formula (or any other formula under “x+2” button) at runtime?
Is it possible in CrystalReports 8.5 to set suppress formula (or any other formula under "x+2" button) at runtime?
I know I can do a workaround, for example create a parameter field, type in (at ...
0
votes
0answers
39 views
What type of neural network supports fast end formulas join?
So we have pairs of data for learning A and B. I want such NN thats end formulas calculated for data set A and calculated for dataset B would be esely joinable giving results as if NN was trained on ...
0
votes
1answer
164 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
0answers
478 views
Errors while Copying Workbook using JExcel API
I am trying to copy a large Excel file with multiple worksheets and a ton of formulas using JExcel API; however, when I run the following code--
Workbook w = Workbook.getWorkbook(inputWorkbook);
...
0
votes
0answers
92 views
Physics program in batch is confusing, need help
Ok so i made this program in batch/shell script, that would help me with my physics homework, however its becoming alot more difficult than expected...
Im trying to make the program allow the user ...
0
votes
1answer
210 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
351 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
100 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
599 views
Crystal Reports 10: Nested Formula
I've a report which shows five different activity codes. I'd like to sum all like codes and place a total for each of the 5 activity codes in a group footer. I have it working for one activity code, ...
0
votes
2answers
264 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
125 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 ...