A formula is a mathematical equation or expression that performs various operations on variables to produce an outcome.

learn more… | top users | synonyms

2
votes
0answers
121 views

Model formula for glm regression with user-specified family

Background I am trying to predict the sales for a product line (y_test in the sample at the end). Its sales for a timeperiod are based on all previous sales of another product (x_test) and how many ...
1
vote
0answers
114 views

excel vba formula

When I run this part of my script I get a Run-time error '1004': Application-defined or object-defined error ReDim yb_formula_str(nsetb) yb_formula = "=0" For i = 1 To nsetb yb_formula_str(i) = ...
1
vote
0answers
168 views

Moving WorkSheets from one Workbook to another and updating fomula (links)

I've solved this, tweeked the code a bit and now it works fine. I won't attempt to post the new code, as everytime I try I end up with bits of code above and below the code block. We are ...
1
vote
0answers
304 views

Finding duplicates on Sharepoint list with formula

I'm using Sharepoint and occassionally the list will have duplicates. If it were Excel I could write a formula to find the duplicates after sorting the name column. In Excel I could write ...
1
vote
0answers
323 views

JPA @formula and Collection<?>

@Entity @Table(name = "Person") public class Person { @Id private Long id; private String firstName; private String lastName; @ManyToOne(fetch = FetchType.LAZY, cascade = ...
1
vote
0answers
172 views

In a spreadsheet, I want to find the name of a worksheet containing a given value in the first column of a row

I have a collection of worksheets which contain X rows of information, with a unique key in the first column. I have a 1 dimensional range containing these worksheet's names, defined as SHEETS. In a ...
1
vote
0answers
180 views

Convert latitude to pixels

I'm working on a feature that involves placing pins on the map. Everything has to work offline so using MapKit stuff is off the table. I've got map image of the world, pretty big so I'm settled for ...
1
vote
0answers
296 views

PHPExcel write array formula

I was wondering if there is a way of writing an array formula using $objPHPExcel->getActiveSheet()->setCellValue('A1','=SUM(IF(MOD(ROW(A1:A10),2)=0,1,0))'); or some other attribute. As an ...
1
vote
0answers
429 views

Open Office mail merge - pick text colour based on field value (formulas / scripting)?

Is there a simple way (via formulas if possible rather than scripting) in Open Office text documents (.odt) to format characters via a formula based on the value of a mail-merge field? The File -> ...
1
vote
0answers
118 views

Reporting Services - Giving a formula through Parameters

I'm using SSRS 2008, I'm building big reports and I use subreports, I need to give a formula by paramaters to a report. How can I do it ? I though about doing reflection on the parameters in order to ...
0
votes
0answers
4 views

Crystal Report 2011: Formula fields bug

Sorry might be a long post to explain this wierd bug. I am fairly certain its more of a bug or a setting i have missed than an issue with my formula code. I have formula called Calc_all and basically ...
0
votes
0answers
22 views

Converting from a Formula object to a list

In R, I would like to iterate over a formula object. R automatically converts a formula to a parse tree, so I see no reason why I shouldn't be able to iterate. For example, f <- ~x + y has ...
0
votes
0answers
16 views

Join country calling codes to country table list

This is not exactly a programming question. But I am a little stuck here. I am creating a rails project which requires a country table. I also like to include the country calling codes into them. I ...
0
votes
0answers
122 views

Leibniz determinant formula complexity

I wrote some code that calculates the determinant of a given nxn matrix using Leibniz formula for determinants. (http://en.wikipedia.org/wiki/Leibniz_formula_for_determinants) I am trying to figure ...
0
votes
0answers
26 views

Supression formula for a nuber of records with condition?

I created a sort of calendar for a report and I have data on a table that is in the format classid, date of class and other info (Attendance). I also have another table that has dates and days tied ...
0
votes
0answers
21 views

How to get top 2 variance

Hello new to Crystal Reports. I have a report based on a survey I have tbl.Theme where there are 14 Themes under each theme there are questions. I have the variance calculated for each theme, how ...
0
votes
0answers
29 views

ignore left cell content and allow sellected but same data to be added to cell on right

A B C D LQ3.1 LQ3.1 LQ3.2 LQ3.2 1 C D C D 2 2 2 2 2 My formula: ...
0
votes
0answers
25 views

Auto fill on a filtered list?

I'm having trouble with this. I want to autofill the filtered cells, but to no avail. If anyone can suggest anything it would be a great help. Range("A1:I1").Select ...
0
votes
0answers
35 views

Phpexcel calculate formula across sheet page is too slow

@Mark Baker;recently, I use the PHPExcel in my program,and there are some formula e.g: =VLOOKUP($A8,items_item!$A:$Z,16,0) and From the log file that I added in order to monitor the ...
0
votes
0answers
20 views

How to display a sub/function (compiled on VBA) in a worksheet cell, as a formula

I am developing a tool on VBA with several functions and subroutines, to calculate certains coefficients. At the moment, I created a window on which every func/sub is linked to an icon, required data ...
0
votes
0answers
112 views

Unable to use Alias with case in Hibernate Formula

I am using Hibernate, in one of the hbm I hve defined a formula. It works well in this form: <property name="isUpdatable" type="java.lang.Boolean"> <formula> ...
0
votes
0answers
24 views

Calculating NORM.DIST in JavaScript

I am trying to calculate the NORM.DIST in JavaScript. I am starting from this link: http://office.microsoft.com/en-us/excel-help/normdist-HP005209192.aspx. I already know how to calculate it when ...
0
votes
0answers
9 views

@Name in Multi value field

I am working with a a DataView from the Extension Library. In the detail place holder I have added a panel then a table within that panel. in one of the cells of the table I have added a computed ...
0
votes
0answers
131 views

Google Spreadsheet ArrayFormula cell reference

I have the following formula in my spread sheet: =ArrayFormula(QUERY(TRANSPOSE(SPLIT(JOIN(" ";Archive!C7:C);" ")&{"";""});"select Col1, count(Col2) where not(Col1 matches '(F2)') group by Col1 ...
0
votes
0answers
126 views

Excel : variable in vba formula

this seems so simple, but I don't understand why it doesn't work... I tried this first, make a formula that does a vlookup on a closed workbook. I tested with a static link, it worked : ...
0
votes
0answers
16 views

evaluate range into variable - formulaarray vs formula

Hi friends of the forum , I am searching the way to evaluate a formula that includes a range into a variable as a "normal" formula and not as a formulaarray, does anyone know the trick for it ? here ...
0
votes
0answers
105 views

Looping a macro, apply formula on different column, reference should be update also

how to apply this code below to all column (target column is C : BL), and below code for column C For i = 2 To RowNumber2 + 1 ActiveCell.FormulaR1C1 = _ ...
0
votes
0answers
52 views

How to display person Account Name with formula in Salesforce?

I have Account object, Policy custom object and Receipt custom object. The relationships between these are: Account 1:N Policy Policy 1:N Receipt I have a formula field called 'Account' on Receipt ...
0
votes
0answers
28 views

openoffice combine 1 row table 1 with 100 rows table 2

I have 1000 rows with geocoordinates in table 1 and in table 2 I have 40 geoquests in rows. What is the easiest way combine these 2 so each I have 40 quests in each of the 1000 locations. thanks in ...
0
votes
0answers
113 views

How to suppress the whole Group in Crystal if a record has a field null

I'm trying to suppress the entire group and records in that group if for example a date field is null. How would I be able to do that. I tried using the selection Group Formula and that did not work ...
0
votes
0answers
113 views

VBA dynamic depending list formula gives error

I'm trying to make dynamic depending lists with VBA, but when I run my code, I get a "Run-Time error '1004': Application-defined or object-defined error" when I add my validation. The problem lies ...
0
votes
0answers
53 views

JExcelAPI Formula Error in Protected View

I'm new to JExcel, but I'm making great progress. When I open the created excel file, the cell with a formula in it has a '4' in it until I select "Enable Editing". Then the cell with the formula ...
0
votes
0answers
39 views

correct syntax for Amplitude function

Please see the grab of an Amplitude function. I wanted to know how to write this in javascript or C#? Its the litte dot between the a x that I'm not sure of. Possibly asin or dot product? Anyway, ...
0
votes
0answers
133 views

Hibernate/JPA optional formula column

I'd like to be able to use a group formula in a transient column in a Hibernate/JPA mapping for a named query without screwing up the CRUD operations. Hibernate version is ~3.0, DB is Oracle 10 This ...
0
votes
0answers
25 views

Google sheet deleting cell contents

I have a form submitting to a sheet colums A to F. When submitted columns D, E and F contain numbers. I have a sum formula in cell G1, summing entries in these columns. I replicated the formula for ...
0
votes
0answers
53 views

VBA: Should I insert a formula or calculated value? Which is most efficient?

I'm writing some simple VBA scripts to transform some Excel files for a DB upload. As part of this, I am populating a column based on the calculation of two other columns. Should I handle that ...
0
votes
0answers
272 views

How to write crystal reports formula correctly

Trying to enter a formula: ({x_query.Create Date} >= {x_query.Yesterday} and {x_query.Create Time}>={?StartTime}) and ({x_query.Create Date} <= {x_query.Today} and {x_query.Create ...
0
votes
0answers
22 views

How can I find changes in momentum/direction of a line graph?

Let's say I have a line graph with a 1-minute moving average as pictured below. I would like to use a script find the X'd positions on the line. The X's represent beginnings of changes in ...
0
votes
0answers
82 views

Zk Spreadsheet - Master cell of a shared formula with sid=22 was not found?

Could Someone please explain to me what this means and why it is appearing? It occurs when I am entering custom formulas on the spreadsheet in ZK such as: ...
0
votes
0answers
315 views

Google Spreadsheets - Join or Concatenate text from multiple rows that have matching values in one of the columns

As the title says, I need to join or concatenate text from multiple rows that have matching values in one of the columns. (Using latest Firefox, Widows 7). In Sheet1 I have a table that looks like ...
0
votes
0answers
82 views

Implement a tag based formula editor in asp .net

I am finding way to implement a web based formula editing environment in asp .net which consist of: 1. Auto-complete – begin typing a formula reference, the range of possible matches appears in ...
0
votes
0answers
247 views

EXCEL VBA Formula, cells, range

The formula is not working. Perhaps it didn't read it as Integer/Double?
0
votes
0answers
50 views

Reuse calculation formula on client and server

There are 3 modules: Quotes, Orders and Invoices. Each module has line items attached to it with fields name, quantity, cost, list price, unit price, sum income Each module has Total Sum which is ...
0
votes
0answers
74 views

Prevent Hibernate from prepending generated table alias

I have a formula to fetch latest codes. In order to prevent issues with correlated queries missing outer alias when selects are nested two levels deep, I've come up with this: <property ...
0
votes
0answers
51 views

How to get relative cell B2 in Word 2003 formula?

I can reference to a cell with for example B2, but when i copy the row with this formula in it and paste as a new row the formula still references B2 and not B3 like it works in Excel. So my question ...
0
votes
0answers
164 views

How to represent weighted score average calculation in sigma notation?

I have 20 questions and they are further divided in to a set of 4 questions in each which means there are total 5 sets A, B, C, D and E. Each question has 5 marks so in a set the maximum number of ...
0
votes
0answers
201 views

How to write equations in an Android textview?

I want to display some equations in my android app and was wondering how to display a simple equation. Any ideas? EDIT: Is it possible to do to this in the xml file or does it has to defined ...
0
votes
0answers
144 views

pass each group last row data from subreport to parent report

I have some question about crystal report pass value from sub report to parent report. Now I have a sub report group by ID.Now I want to Pass last row Data each UserID . forexample sub report like ...
0
votes
0answers
122 views

EXCEL: Formula that checks an entire column for one specific string

I would quite simply like to know how I can search through an entire column for the string "XYZ" and if this is found use conditional formatting to change the colour of the cell. Background I am ...
0
votes
0answers
233 views

crystal report dynamic grouping

I am working with a crystal report where I need to group the records dynamically from code . This group has a summary section , where I am showing the division for 2 columns aggregate . Here I am ...

1 2 3 4