1
vote
5answers
59 views
Filtering and then counting distinct values
This is for Excel: I've been tasked with counting distinct records after I have filtered the data. I have 330 rows with column A containing the 'name' and in Column B I have the n …
0
votes
4answers
74 views
How to circumvent the depth limitation of Excel’s IF function?
For an Excel formula I need the first cell out of a list of cells which contains a numeric value:
A | B | C | ... | Z |
-----------------------------
| 0.1 | 0.4 | ... …
1
vote
2answers
105 views
How do I set Excel formulas with Win32::OLE?
Hello, can anybody tell me, why the "...->{FormulaR1C1} = '=SUMME( "R[-3]C:R[-1]C" )';" doesn't work. In the Cell where should appear the result I get "#Wert!" ( maybe "Value" in E …
1
vote
5answers
152 views
Count unique values in Excel
I need to count unique values in range (C2:C2080) in excel. Googled formula:
=SUM(IF(FREQUENCY(MATCH(C2:C2080;C2:C2080;0);MATCH(C2:C280;C2:C2080;0))>0;1))
return incorrect va …
0
votes
0answers
36 views
Getting special character in getting contents of formula based cell using JXL api in JAVA
Hello,
I am facing a problem while getting contents of cell using JXL api, if I am using formula
in xls sheet. Right now I am using formula - IF($L10="","",+ROUND($L10*1.375,3)) i …
0
votes
1answer
35 views
REGEX to validate excel like mathematical expressions
I'd like to know how to create a regex to validate a function like this:
=TRIMESTER(1,2,2008)
The first parameter should be any integer.
The second parameter is an integer that …
0
votes
2answers
55 views
How to read characters Count “Text Length” for Excel cell ?
I want to read the count of characters for a cell and set it to another cell.
Could you please tell me what is the function "Formula" to do that?.
Thanks
0
votes
6answers
245 views
excel formula array
hi i have a c# program which gives the excel2007 range, its formulaarray as follows
Excel.Worksheet ws_res = (Excel.Worksheet)
wb.Worksheets.Add(mis, mis, …
0
votes
2answers
113 views
Spreadsheet: Count Repeated Values In A Column
I'm not particularly knowledgeable about spreadsheet wrangling, so I could use some assitance with a seemingly simple problem.
I have a column of year values which I am sorting by …
0
votes
4answers
50 views
append a text string to the left of all the cells of a column in excel 2002?
Hello ! I have two columns with two values.. I want to append some text to the left of all the cells of Column A and concatenate to the right of all the cells of Column B.
Basical …
0
votes
2answers
155 views
Using a formula from another column in Excel
I'll simplify this for example sake
I have a formula in column B which is Ax + 2,
e.g. in B1, it's A1 + 2
in B2, it's A2 + 2
I want to make a formula in column Y which mir …
0
votes
2answers
54 views
Excel: Leading Zeros on Dates.. Formula to do it for me?
Is there a way to add a leading zero to a date that is 7 digits and should be 8?
7301982 should be 07301982.
I have a column full of these values, and need a way to do so with a …
0
votes
3answers
89 views
Is it possible to set a rows height in a formula in Excel?
Is it possible to set a rows height in a formula in Excel?
For Microsoft Office 2003.
0
votes
4answers
252 views
How do get the index of a table’s column by using a structured reference in excel?
I have a table with 3 columns. I want to write a formula that, given a structured reference, returns the index of the column. This will help me write VLookup formulas using the str …
0
votes
1answer
208 views
Excel formula to find the first non-alpha character in a cell?
Is there a way using a cell formula in Excel to find the index of the first non-alpha character in a referenced cell?
I've imported data into Excel which has a column that looks l …
