A formula is a mathematical equation or expression that performs various operations on variables to produce an outcome.
0
votes
1answer
115 views
need to apply find method within the formula for all rows
I am using vlookup in my formula in the macros . But it is taking too much time if it is applied for sheets containing more than 90k rows . Instead i like to use find or Instr method to reduce the ...
1
vote
1answer
113 views
Displaying (nicely) an algebraic expression in PyQt
In my python program is a hierarchy of mathematical objects I've created, that represent mathematical formulae.
For example, there's Collection, which is a series of Equations, which is a container of ...
0
votes
2answers
107 views
Implement Great Circle Algorithm
Below is a formula (Great Circle algorithm) that I want to be translated into PHP. I would really appreciate if someone would help me with that?
The input is to different sets of coordinates, e.g:
...
0
votes
2answers
1k views
if error and vlookup in vba macros [closed]
My task to write a formula which includes if, iferror and Vlookup
I need to apply the formula till the end of last row which contains values .
if vlookup throws NA , then the cell should be blank , ...
1
vote
2answers
269 views
Excel formula for: If match then paste
I'm looking for a formula on excel to do the following.
If a value on a spreadsheet is a match to a value on another spreadsheet:
Then paste the cell next to the match from the first spreadsheet
...
3
votes
3answers
144 views
Extract components from mixed model (lme4) formula
I'm trying to write a function in R that accepts a formula such as the following:
y ~ 1 + sex + age + (1 | school) + (1 | school:section)
Is there an easy way to extract the various components of ...
0
votes
2answers
1k views
macros vba need to apply formula to column till it has value in the last row
I need to apply "IF "formula in whole C column till has last value in the sheet using VBA .
but i am getting error 438 if i use the following code . Plz help me
Sub test11()
With Sheets("Sheet")
...
0
votes
2answers
237 views
Computed Column Formula
I've created a computed column with this formula:
(CONVERT([datetime],(CONVERT([varchar],[TradeDate])+' ')+CONVERT([varchar],[TradeTime])))
but when I save the table, the formula automatically ...
2
votes
2answers
101 views
Generalising the creation of a formula in R
I'm trying to create a formula in R, of the form
Output~Var1+Var2+Var3
For use in a model. The way it seems to work is that you give Variable name you want to predict,tilde,the variable names you ...
1
vote
1answer
854 views
Excel, getting values from the same row but different column
I'm trying to write a GPA calculator in Excel (LibreOffice really, but it works the same) and what I need help with is calculating quality points. I've only ever coded in C and similar languages, so ...
4
votes
3answers
227 views
Maximum subset which has no sum of two divisible by K
I am given the set {1, 2, 3, ... ,N}. I have to find the maximum size of a subset of the given set so that the sum of any 2 numbers from the subset is not divisible by a given number K. N and K can be ...
1
vote
0answers
103 views
iOS: Displaying mathematic formulas [closed]
is there an easy way to display complicated mathematic formulas (Limits, Summation, etc.) in iOS like Latex does ?
Thanks
0
votes
2answers
96 views
Auto increase value php in file based on number entered
I have 5 different variables that I need to calculate. Right now these work, but what I want to do is have the price recalculate every 50 increase. Now, I can code into the form to only allow a ...
1
vote
1answer
394 views
Array formula result concatenated into single cell
Is it possible to take the return values from an array formula and concatenate them into a single cell? For example, I have a simple spreadsheet with rows for project tasks which looks like this:
...
0
votes
1answer
88 views
How can I expand a spreadsheet formula so that one number increases with the row, but the other is static?
This is a basic spreadsheet question, so thank you for your patience.
Suppose I have a column of data. To the right of each cell in that column, I'd like to display the value in that column minus the ...
-4
votes
2answers
76 views
0
votes
1answer
86 views
SQL Calculate Daily Hours
I have a sql table that has a column called LogicalReaderType that determines if someone is badging in or out for the day. There is another column called BadgeTime which is a timestamp at that moment. ...
0
votes
2answers
68 views
Generic algorithm for the rotation of vectors around an axis without using matrixes or quaternions?
I don't understand why matrixes and quaternions are necessary for that operation. Why don't we just write a function such as rotate(vector,axis,angle) which applies an algebraic formula, performing ...
1
vote
3answers
92 views
Work out co-ordinates in a circular pattern?
In Java, i am trying to create a Grid system, for an in-game town manager. I would like it to fill from a center point, and work its way out in a circular pattern (or even diamond pattern). Is there a ...
0
votes
1answer
57 views
Strange behavior of I() in left-/right-hand side of formula
Ok, I am absolutely willing to call myself stupid, but this seems strange to me
set.seed(98234)
y <- rnorm(100)
x <- rnorm(100)
lm0 <- lm(y ~ x)
lm1 <- lm(I(y) ~ I(x))
all work ...
3
votes
4answers
2k views
Have a Crystal Reports formula convert numeric strings to values, but leave non-numeric blank/null
I have a string field that mostly contains numeric decimal values, but sometimes contains values like "<0.10" or "HEMOLYSIS".
I want to use a formula to convert these numeric value strings to ...
0
votes
2answers
148 views
how to write a formula in c#?
how to write a formula like
v_r (t)=∑_(n=0)^(N-1)▒〖A_r (L_2-L_1 ) e^j(ω_c t-4π/λ (R+υt+L_(1+L_2 )/2 cos〖(θ)sin(ω_r t+2πn/N)))〗 ┤) sinc(4π/λ-L_(2-L_1 )/2 cos(θ) sin(ω_r t+2πn/N))〗
in c#?
0
votes
1answer
96 views
Use indirect range in linest formula
I am trying to use LINEST formula with variable starting coordinate:
'=LINEST((address(a24,3,4,true,"Copy raw data here")):C36,'Copy raw data here'!A3:A36)
where (address(a24,3,4,true,"Copy raw ...
1
vote
1answer
135 views
Crystal Formula to sum time field in footer
I'm trying to add/sum up TIME and have it in TIME format HH:MM in the footer
The field was a number field only showing by minutes (Example: 60.00) and created a formula to convert it to HHMM (01:00) ...
-2
votes
1answer
70 views
How to show formulas / equations in Cocoa environment? iOS and Mac OS development [closed]
UIView / UILabel subclassing? I think there is not any default class to do this. Thank everyone.
0
votes
1answer
824 views
SharePoint calculated field: comparing two dates for FY calc
FY runs Oct-Sep, I have a list with a date field, and I am simply looking to create a formula for a calculated FY field, that basically says what FY the date represents.
I started trying this nested ...
1
vote
1answer
738 views
Calculation Error in Crystal Report Fomula
I have 2 decimal fields: GrossSalary and Deductions. In the report, I created a formula field named NetSalary, which is:
If Not IsNull({SalaryDetails.GrossAmount}) Then
{SalaryDetails.GrossAmount} - ...
0
votes
1answer
55 views
QBasic - How to get the value of F
I have the following formula:
F = X / 1+4+9+16+....+n^2
How can I write a program in QBasic that find the result of F?
Thanks.
0
votes
2answers
100 views
QBasic - How to find this value?
If we have M as follows:
M = 1+2+3+5+6+7+9+10+11+13+...+n
What would be the QBasic program to find M.
I have done the following so far, but is not returning me the expected value
INPUT "ENTER A ...
1
vote
0answers
167 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 ...
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
1answer
182 views
Formula for subtracting hours from a Date and Time field in a Sharepoint list [closed]
In a Sharepoint list, i have a date and time field and i want to create a calculated field that subtracts timezone offset from the date and time field (e.g. -6:00). My first attempt at formula was:
...
-2
votes
1answer
80 views
Using PHP function to solve for a missing numbers [closed]
I have a pool of 16 numbers 1,2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768. I have a number that is comprised of some combination of the 16 numbers using 1 - 16 of them added up. For ...
1
vote
2answers
80 views
model.matrix using multiple columns
I'm trying to use multiple columns from a data.frame in a model.matrix.
The data frame looks like this:
df1 <- data.frame(id=seq(1,10,1), zip1=(round(runif(10)*100000,0)), ...
0
votes
2answers
118 views
Optimizing database calls in an Excel Add In
I am writing a DLL in .NET (C#) which can be loaded as a plugin in Excel. The DLL will provide many functions which can be used as formulas in Excel, to lookup certain values from the database of an ...
0
votes
1answer
297 views
Excel Formula for Matching Cells
I have an excel spreadsheet as such:
- A Column A - AB 12
- B Column B - AB 12
- C Does Column A match Column B? - Y
However, the column information is being pulled via query, from a database ...
0
votes
2answers
420 views
Search a column to match data in another column and count the number of occurences
I've searched the web but I can't find anything specific for this.
I have column A as below, I need to search this column and find out how many occurrences there are of the data in column B, in the ...
1
vote
1answer
52 views
Excel: Populate extra values from second column
I have 2 columns A and B. I want to check each value of column A as to if it exists in B. If it doesn't, I want to add a new row with the value.
2
votes
2answers
163 views
Bubblesort in LabVIEW formula node
I'm trying to create a histogram of an image. I was thinking to first bubblesort the array of the pixels so every number is sorted from low to high.
Then its easier to count how many times a specific ...
0
votes
1answer
39 views
Match Custom formula using regular Expressions
I am trying match a formula using regular expressions.
The formula should strictly contain these three letters only(L,W,H).
Should allow only product operation i.e (L*W*H, L*W, L*H etc).
Also ...
0
votes
1answer
30 views
Refining a Macro
I am attempting to build a Macro which when a button is clicked will open a form but only show records which meet a certain criteria.
Currently i have
[tblItem]![Status]=[Assigned]
Which should ...
1
vote
1answer
167 views
Excel VBA - How To Insert Value without Formula?
The formula shows on each cell after execution, is it possible not to show the formula ?
VBA code:
Set rngCell = wbk.Worksheets("TEST1").Range("C1")
For i = 1 To 81
rngCell.Offset(i, ...
0
votes
1answer
233 views
Filter rows by date (A column) and write sum (C column) to field in another sheet
I have two sheets in Google Spreadsheet document. The first one has columns Month, Income, Expense and Profit (A,B,C,D respectively) and in each row expense value should be calculated based from ...
0
votes
2answers
242 views
How to calculate percentage within a value range in PHP
I have a value that i need to translate to a percentage given a certain set of rules.
VALUE=X
Where X can be anything starting from 0
If:
X > 200
the result of my function should be 100 ...
-3
votes
2answers
320 views
NSUserDefault Update Formula
Have a question on how can I update my formula by NSUserDefault. So I have two text field which needs to keep my Formula uptodate. So the user types in there number (value) then that numbers needs to ...
0
votes
1answer
229 views
How to disable formula error check in Excel programmatically
I try to set formula to Excel cell in C# in several steps, however during the process I set it, it seems Excel throws exception due to invalid formula. I wonder how can I turn off the formula error ...
-1
votes
1answer
53 views
How to do multiple assignment of vectors in MATLAB?
Please I want a help from you .
I have 3 vectors with values x=[2,4] y=[5,6] z=[2,1]
I want to say that [u,v,c]=[x,y,z]
and I want to use (obligatory) this formula :
[u,v,c]=???
I can say for ...
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
1answer
270 views
Base64 length calculation?
After reading (again )the base 64 topic ...
I'm trying to figure How the formulla is working :
Given a string with length of n , the base64 length will be
which is : ...
0
votes
1answer
96 views
getting regression function from formula in R
I am just trying to write an R function which gives me the regression function from this expression: y~(k,l,m,n). These letters represent parameters in a nonlinear function. This R function is ...


