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

learn more… | top users | synonyms

0
votes
1answer
48 views

Isolate Rows that Contain Certain Values in One Column (Excel)

I need help with what I think is a simple Excel formula or function. I have two columns. As an easy example let's say the first column is numbers and the second column is colors: | 1 | Red | | 2 | ...
2
votes
2answers
62 views

How to count cells that only contain the VALUE 0 and not the result of a formula?

For the following sheet: A 1 0 2 0 as formula result 3 0 4 0 as formula result 5 0 as formula result 6 blank 7 0 How do I count only the cells with 0 entered as VALUES and not the ...
-1
votes
1answer
114 views

Offset/change all row numbers in formulas in selected cells using macro in excel

I have a large number of helper rows taking information from a different sheet using a simple sum function: =SUM('HIS-WOT'!J36,'HIS-WOT'!J82,'HIS-WOT'!J128) Is there a macro out there that will ...
-2
votes
1answer
21 views

Formula to calculate groups for graph [closed]

I working on graphs using JFreeChart library to generate a barchart. Example Scenario: considering the data will be in arrays/arraylist. Using the above table data, I have to generate below ...
2
votes
1answer
42 views

R expression from `nls` fit?

I've fit a parametric function using nls, and now I want to print out an expression of the function with the learned parameters substituted back in. For example: x <- runif(100, 0, 100) m <- ...
0
votes
1answer
81 views

How to only count unique record once and based on that count Yes or No

I have 3 columns ORDER, ID and E Yes/NO In Column C order In Column D ID In Column E Yes/No For example for ID = 144. I need count to how many order it was given to 144. so looking at sample table ...
0
votes
1answer
21 views

Redundancy in formula

I'm debugging a large spreadsheet and I've come across the following formula: =IFERROR(IF($B37="CMD Account Team", VLOOKUP(CONCATENATE(B37, G37, ...
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
1answer
41 views

Writing spreadsheet function via code

I want to write this into the range B1.. =split(A1," ") (the delimiter is a space) How do I do it using code? I tried this... var splitCell = "=SPLIT(A1," ")"; ...
0
votes
1answer
34 views

What's wrong with my formula for finding matching parts of text?

What is wrong with this formula? I've tried the formula differently over and over and I can't figure out what I am doing wrong. ...
1
vote
3answers
96 views

Permuation with repeated letters and consecutive letters not same

I have been trying to solve a question on permutation and haven't really been successful. I want to generate all the permutations of a specified length that start with a letter and end with the ...
0
votes
2answers
209 views

Excel conditional formatting for the entire row with more than one formula

After 3 hours of searching I still didn't find an answer, here is what I am trying to do: I am trying to fill with green any row that has WBS in it and with Red any row that has ACT in it and Blue ...
0
votes
1answer
141 views

Crystal reports formatting issue with formula fields

I am writing a crytal report with the following stucture: Group 1: School Group 2: Student Group 3: Category Details I am trying to split the details into two seperate ...
-1
votes
2answers
51 views

I need a formula to calculate the difference between two cells retyrn a blank cell if one of the 2 cells is blank? [closed]

Example: A2 = 4, C2 = 2; it would calculate the difference to be 2 but i need it to show blank if C2 were empty instead
2
votes
1answer
51 views

creating a formula to turn concatenated text into a range name and dragging this formula across

I am doing some ratio analysis for my finance unit. We have to create a financial model which analyses financial statements for three companies and makes a recommendation. The statements concerned ...
2
votes
4answers
171 views

Excel - Count Unique values with a condition

In column A I have list of different names. In column B, I have values either 0 or 1. I want to get a count of all the unique names from column A which has 1 in column B. Using below array formula I ...
1
vote
0answers
115 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) = ...
0
votes
1answer
38 views

Excel VLookup and List

I am trying to list all of the unique occurrences of one cell on a table and then list them. TABLE 1 PLACES WEEK | Place 1 | Week 2 | | Place 1 | Week 2 | | Place 1 | Week 2 | | Place 1 | Week ...
1
vote
1answer
69 views

Update a cell's value according to colored cells - Google Docs Spreadsheet

In Google Docs spreadsheet, I have some cells green and red colored. I want a cell having the count of those green/red colored cells. Can I have a formula to do this thing or any custome code for ...
0
votes
1answer
68 views

How to set animated scrollTop and scrollLeft values using a formula?

I have the following code... jsFiddle CSS #container { position:absolute; height:100%; width:100%; top:0px; left:0px; overflow:scroll; } #content { position:absolute; ...
0
votes
0answers
21 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
115 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
1answer
11 views

jQuery Navigation Centering Formula Only Runs Once

I have a formula I wrote to center the position of the navbar I made and it's onload. Is there a function I have to rewrite it in to make it run again every time the window size is changed? ...
0
votes
1answer
69 views

InfoPath Formula in Rules

I'm new to writing formulas in infopath and can't see what I'm doing wrong with the following: if (contains(userName(), "\")) { substring-after(userName(), "\") } else } userName() } The above is ...
1
vote
2answers
61 views

select first two characters of values in a concatenated string

I am trying to create a formula field that checks a string that is a series of concatenated values separated by a comma. I want to check the first two characters of each comma separated value in the ...
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
11 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
2answers
135 views

getting rotation angle from moving object's speed x,y?

What is the formula used to determining moving object's rotation angle from its velocity or vector direction of travel? For example, if an airplane is moving toward position (x1,y1) = (200, 100) from ...
0
votes
1answer
59 views

How to calculate the original value given a percentage inclusive value?

We have a shopping cart that is used in different places, therefore the tax is stored in a config file, presently in New Zealand it is 15%, so in the config file we are storing .15 but this number can ...
0
votes
0answers
134 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 ...
1
vote
1answer
35 views

Python dictionary ManuaLoa CO2

I need some help with my python program. I have imported a .txt file and made a dictionary of it in an numpy array. The text file is a table of co2 meassures, one per month per year. I need to ...
3
votes
1answer
488 views

how to write formula in crystal report using formula editor

I am using crystal report 2008 version and i need to write formula for a date parameter. In some case datetime will come null value from db. That time i need to show a blank space in the same ...
1
vote
2answers
159 views

Converting word frequency to a graphical histogram in python

This is what I have right now, thanks to Pavel Anossov. I am trying to convert the word frequency that has been outputed into asterisks. import sys import operator from collections import Counter ...
1
vote
1answer
16 views

Using two variant to create a stack up value [closed]

I wanted to ask if it's possible for excel to do something like that. Let's say i have 10 cells going to be either Yes or No But i will need to calculate how many Yes by adding them up. Lets say out ...
0
votes
0answers
127 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
1answer
74 views

VBA, how to make formulas visible in Excel

Dim n As Double n = Sh.Range("B10").Value Dim rate As Double rate = (datefin - datedepart) / n Cells(13, n + 3) = datefin For y = n - 1 To x Step -1 Cells(13, y + 3) = datefin - rate datefin = ...
0
votes
2answers
50 views

Excel - Count Average Value per Any Arbitrary Grouping

I have a 2-column in Excel which pairs Age with a certain value:e.g., 34 107.8 22 5 22 97 45 76.5 46 16 I need to create a table/chart/pivot which shows me the AVERAGE value per any arbitrary ...
0
votes
1answer
79 views

Excel formula Iferror

I have a drop down list (data validation) that populates other cells using vlookup that pulls data from a separate worksheet. I'd like to include an error message if the field is blank like "No data ...
0
votes
1answer
40 views

DAX formula in Sql Server Analysis Services

I am new to DAX, How can I calculate the runs of a particular player from below table. My table name PlayersData. For example, want to the total runs of the sachin tendulkar from the table. Need Dax ...
0
votes
4answers
226 views

Excel formula to take values from cell range, sort alphabetically and write as a single string

I currently have a list of translators and the languages they can speak: | A | B | C | D | F | ...
0
votes
2answers
122 views

Add space between time and PM/AM in spreadsheet

I have a spreadsheet with a couple hundred rows. Two of the columns contain times. There are 4 different possibilities for what the times can look like. The numbers can be anything, this is to ...
0
votes
1answer
84 views

sumifs using range cell - error 1004

i need your help. if i'm running this code, there are no problem occur ( be attention on Sheet1.Range("F2:BL6991")) Colnumber = Sheet2.Range("A1").End(xlToRight).Column 'MsgBox (Colnumber) ...
0
votes
3answers
49 views

Convert format 0d 22h 41min to a time in any format using a formula

I have a column of data that I want to sort based on the time from earliest to latest. The format of the data is presented as: 0d 22h 41min, 0d 2h 3min Etc. What's the best way to do this? I'm ...
0
votes
1answer
76 views

HTML5 - choose formula for output element based on input

I am designing a simple calculator, which has 3 inputs and one output. I wonder if it's possible to change the formula the output element "uses", based on which input-fields are used (*). For ...
-3
votes
1answer
192 views

If-then formula [closed]

In Excel 2013 I want to run a formula that does the following: If cell A1 is equal to zero then B1 is multiplied by 10% and C1 is multiplied by 20%, and D1 multiplied by (1-0.2).
0
votes
2answers
94 views

Sum / Counting items in a column that match 3 criteria

Thank you ahead of time for anyone who can help me with this, I think I am close, but it still isn't working. I have a simple sheet activity reporting sheet that I am asking staff to complete over ...
0
votes
2answers
50 views

Ordering SQL results based on distance formula

Not sure the topic appropriately describes what I'm attempting but here is the situation. I have a database of x, y coordinates and locations associated with them. I'd like to have users submit form ...
0
votes
1answer
19 views

Excel Formula or Function to Return On-line Status

Does anyone know of a Formula or Function to query the MS Communicator on-line status of a user given their SMTP address (sign-on name)? I have to occasionally make a number of calls and knowing the ...
0
votes
2answers
79 views

excel adding 1 on all alphanumeric string

I need to make a new product code for 6000+ records. In order to do that fast and decipher it in the future, I need to put a formula from the old code to the new code. sample codes: yas111 bd224 ...
2
votes
1answer
71 views

Excel Conditonal Formatting - 'IF' Formula Syntax

I would like to use this formula as a conditional formatting formula: =IF(COUNTIFS(AccountsMonthsOrdered[Account],'Account Summary 2013'!$A$1,AccountsMonthsOrdered[Month],'Account Summary ...

1 2 3 4 5 18