|
More site info...
Worksheet Functions | Forum profile
|
|
Forum profile page for Worksheet Functions on http://www.officefrustration.com.
This report page is the aggregated overview from a single forum: Worksheet Functions, located on the Message Board at http://www.officefrustration.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Worksheet Functions" on the Message Board at http://www.officefrustration.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Worksheet Functions:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
460
|
1,424
|
4,027
|
|
Post:
|
1,368
|
4,270
|
12,680
|
|
|
Worksheet Functions Posting activity graph:
|
Top authors during last week:
user's latest post:
Blank Cells vs. Zero Values
Published (2009-11-26 19:16:00)
Array entered =SUM(IF(Chart1!$AZ$2:$AZ$10000"",IF(Chart1!$AZ$2 :$AZ$10000=0, Chart1!$F$2:$F$10000))) If this post helps click Yes --------------- Jacob Skaria "bob" wrote: Column AZ contains cells that are either zero or are blank (meaning no value has been entered in the cell). The formula below is referencing the blank cells as zeroes. But I only want it to reference the cells that have zero in them. How...
user's latest post:
Conditional formatting...
Published (2009-11-26 20:18:00)
=AND(COUNT($C4,$F4)=2,$C4100%,$F41) why the AND? Because we're testing for multiple conditions and they *all* must be TRUE for the format to be applied. First we check to make sure there are in fact numbers entered in the 2 cells: COUNT($C4,$F4)=2 = TRUE or FALSE If both cells were empty then: $C4100% = TRUE $F41 = TRUE And in that case the format would be applied but I'm pretty sure that is not what the OP wants to happen. So, with...
user's latest post:
How to calculate a coloured cell...
Published (2009-11-26 01:13:00)
Hi, in Excel 2007, you can filter the column by colour and then use the SUBTOTAL(9,range) function. This will sum up the coloured cells. -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "Atomic" wrote in message ... I have a chart and want to know how I can get the sum of coloured cell? Is there a macro or a function where I can do that? i.e I have Cells C3:R3 and (cells E3, H3, I3,J3 and N3 is coloured ) I...
Jacob Skaria external usenet poster
34
user's latest post:
Vlookup when lookup criteria is...
Published (2009-11-18 18:10:00)
Try =INDEX(Sheet2!A:A,MATCH(C1&"*",Sheet2!A:A,0)) 'error handled =IF(ISNA(MATCH(C1&"*",Sheet2!A:A,0)),"", INDEX(Sheet2!A:A,MATCH(C1&"*",Sheet2!A:A,0))) If this post helps click Yes --------------- Jacob Skaria "jtoy" wrote: I realize the formula solution is probably not a vlookup function, but I'm trying combinations of...
user's latest post:
formula to add a number to a...
Published (2009-11-24 23:51:00)
This seems to work: =LEFT(A1,LEN(A1)-3)&(RIGHT(TEXT(A1,"0"),3))+23 HTH, Ryan--- -- Ryan--- If this information was helpful, please indicate this by clicking ''Yes''. "MMangen" wrote: I'm not quite sure how to best describe this: I need a formula that will take the example below and return the "final result" Col. A = 24.43.234.555 and Col B= 23 making Final...
user's latest post:
Conditional formatting...
Published (2009-11-26 21:36:00)
CF/ Formula is: =AND($C4100,$F41) As a matter of interest, did you actually intend DAYS360, or could you have used =E4-TODAY() ? -- David Biddulph "Bullocks" wrote in message ... Good day, Hoping someone can help… In cell C4 I have percentage In cell E4 I have a due date In cell F4 I have calculated the number of days something is overdue using this formula: =DAYS360(TODAY(),E4) What I would like to be able to do, is...
user's latest post:
More Than VLOOKUP()
Published (2009-11-26 19:41:00)
Thanks Bernard -- Gary''s Student - gsnu200909 "Bernard Liengme" wrote: I played around with ERROR.TYPE which (fittingly!) has some 'errors' of its own (see http://support.microsoft.com/kb/213891 ) In C1 enter this formula =IF(ISERROR(A1),CHOOSE(ERROR.TYPE(A1),"e1","e2","e...
user's latest post:
More Than VLOOKUP() - Page 2 -...
Published (2009-11-26 20:23:00)
You're welcome. Having a separate table for errors makes the problem easier to handle. Pete On Nov 27, 6:40*pm, Gary''s Student wrote: Thanks Pete -- Gary''s Student - gsnu200909 "Pete_UK" wrote: I picked out the table entries which had errors in column A and put them lower down starting in A12, like this: #DIV0! * * * *Rocky * * * * * * *2 #N/A * * * * * *Bullwinkle * * *7 #NAME? * * Natasha * * * *...
Pete_UK external usenet poster
19
user's latest post:
Vlookup when lookup criteria is...
Published (2009-11-18 18:07:00)
You can use wildcards with VLOOKUP, so try this: =VLOOKUP(Sheet1!C2&"*",Sheet2!A:A,1,0) Hope this helps. Pete On Nov 18, 5:01*pm, jtoy wrote: I realize the formula solution is probably not a vlookup function, but I'm trying combinations of MATCH, SEARCH, ISNUMBER, INDEX, and still not getting the right result. I've got 2 worksheets. Worksheet 1, column C has a 15-digit ID like 02i40000001fpv0. Worksheet 2,...
Ashish Mathur[_2_] external...
19
user's latest post:
VLOOKUP formula for multiple...
Published (2009-11-21 05:21:00)
Hi, If you wish, you may mail the file to me at ask(at)ashishmathur(dot)com. Please mail a small file I.e. mail the relevant information only. Also, please state the question clearly. -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "Ashish Mathur" wrote in message ... Hi, Click on OK on that box -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "jem-jems" wrote in message...
|
|
|
|
Latest active threads on Worksheet Functions::
Started 1 day, 20 hours ago (2009-11-27 00:03:00)
by Ron Rosenfeld
On Fri, 27 Nov 2009 14:48:01 -0800, Jonny 9 Jonny
Started 1 day, 20 hours ago (2009-11-26 23:37:00)
by Bob Phillips
=IF(WEEKDAY($A2)1,"",SUM($C$1:$C2)-SUM($D$1:$D1))
BTW 1st Mar is a Sun according to my calendar.
--
HTH
Bob Phillips
(replace xxxx in the email address with gmail if mailing direct)
"Gregg" wrote in message
...
Hi. I'm hoping someone will give this a try. I'd like to enter a function
into each cell in column D so that the total hours worked for the previous
week...
Started 1 day, 21 hours ago (2009-11-26 23:15:00)
by suzie
I have a column of data and I need to sum the values in adjacent cells when
they are bounded before and after by cells that contain a value of 0. Then I
need to sum the next group of cells bounded by zeros. So I want a column with
subtotals rather than one total. The number of cells in one group may vary.
I've tried using the sumif function, but what I want doesn't seem to quite
fit....
Started 1 day, 21 hours ago (2009-11-26 22:44:00)
by Don Guillett
If desired, send your file to my address below. I will only look if:
1. You send a copy of this message on an inserted sheet
2. You give me the newsgroup and the subject line
3. You send a clear explanation of what you want
4. You send before/after examples and expected results.
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
Started 2 days, 2 hours ago (2009-11-26 18:03:00)
by T. Valko
Select the *entire* range A4:F4 starting from cell A4. Cell A4 will be the
active cell. The active cell is the one cell in the selected range that is
not shaded. The formula will be relative to the active cell.
In Excel 2007
Goto Home tabStylesConditional FormattingManage rulesNew ruleUse a
formula to determine which cells to format
Enter this formula in the box below:
=AND(COUNT($C4...
Started 1 day, 23 hours ago (2009-11-26 21:12:00)
by David Biddulph
Select the rows that you want to include before selecting Autofilter.
--
David Biddulph
"Elaine" wrote in message
...
When I autofilter a criteria, it also includes the last row of data, which
shouldn't be included as it doesn't meet the criteria. For example, to
autofilter by 00001 (knowing there are 5 records with 00001), I get the
following:
00001
00001
00001
00001...
Started 1 day, 23 hours ago (2009-11-26 21:07:00)
by Ron Rosenfeld
On Fri, 27 Nov 2009 11:12:01 -0800, Comparing columns with text Comparing
columns with
Started 2 days ago (2009-11-26 19:54:00)
by Dave Peterson
Are you really asking to sum the values for dates two months from now?
So on Jan 13, I'd want March -- of the same year?
if yes:
=sumproduct(d10:d100,
--(text(b1:b10,"yyyymm")
=text(date(year(today()),month(today())+2,1),"yyyy mm")))
tleehh wrote:
i would like to add all the values in month of january of 2010 in colume D.
i am using formula ...
Started 2 days, 2 hours ago (2009-11-26 17:50:00)
by Teethless mama
=INDEX(B1:B9,MATCH(TRUE,ERROR.TYPE(A1:A9)=ERROR.TY PE(J1),0))
ctrl+shift+enter, not just enter
"Gary''s Student" wrote:
I need to be able to lookup values in a table that may include errors. For
example in A1 thru B9 I have:
1 Larry
#DIV/0! Rocky
2 Moe
3 Curley
Shep
#N/A Bullwinkle
happiness Boris
#NAME? Natasha
#NUM! Dudley
If J1 contains ...
|
|
Hot threads for last week on Worksheet Functions::
Started 1 week, 1 day ago (2009-11-19 23:43:00)
by Fred Smith[_4_]
You need parentheses around your calculation, as in:
=(e2-c2)/d2
Regards,
Fred.
"Karen" wrote in message
...
I am doing a time study to see how many units my technicians process. Each
tech has to enter a time they enter the work station, what time they exit
the
work station and how many units they process while they are in the
station.
All times are entered into ...
Started 1 week, 1 day ago (2009-11-20 18:13:00)
by Joe User[_2_]
"C." wrote:
I have data (general format) in excel listed
exactly as: Sep 22 2009 4:43PM
If the cell format is General, then I presume the above is text.
In that case, in a parallel column or row, enter the following formula:
=--SUBSTITUTE(A1, " ", ", ", 2)
Use the Custom format "dd-mmm- yyyy hh:mm:ss" without quotes. Copy the cell
down or across.
Then you can copy-and-...
Started 1 week, 1 day ago (2009-11-20 14:59:00)
by Bernie Deitrick
Freshman,
You can loop through the shapes looking for the text: this version will only show the fill of the
shape with the matching text,
Private Sub Worksheet_Change(ByVal target As Range)
Dim sh As Shape
If target.Address "$A$1" Then Exit Sub
For Each sh In ActiveSheet.Shapes
If sh.TextFrame.Characters.Text = target.Value Then
With sh
.Fill.Visible = ...
Started 4 days, 5 hours ago (2009-11-24 14:30:00)
by David Biddulph
Yes, it is wrong.
Look again at the parentheses surrounding the arguments of the SUMPRODUCT
function.
You probably intended to say
=SUMPRODUCT(('Cp Monitoring'!P2:P100="review")*(AE2:AE100="yes")) ?
--
David Biddulph
Kelly Johns wrote in message
...
=SUMPRODUCT('Cp Monitoring'!P2:P100="review")*(AE2:AE100="yes")
EggHeadCafe - Software Developer Portal of Choice
.NET - ...
Started 1 week ago (2009-11-21 17:26:00)
by Mike H
Ah,
I missed the weekdays only bit, that's much more difficult. let me think!!
Mike
"Mike H" wrote:
Hi,
For this to work jan, Feb etc in row 1 must be properly formatted so enter
1/1/2009 on C1 and format as mmm to show Jan and repeat for other months
Now put this formula in C2
=SUMPRODUCT((ROW(INDIRECT($A2&":"&$B2))=C$1)*(ROW (INDIRECT($A2&":"&$B2))DATE(YEAR(C$...
Started 2 days, 2 hours ago (2009-11-26 17:50:00)
by Teethless mama
=INDEX(B1:B9,MATCH(TRUE,ERROR.TYPE(A1:A9)=ERROR.TY PE(J1),0))
ctrl+shift+enter, not just enter
"Gary''s Student" wrote:
I need to be able to lookup values in a table that may include errors. For
example in A1 thru B9 I have:
1 Larry
#DIV/0! Rocky
2 Moe
3 Curley
Shep
#N/A Bullwinkle
happiness Boris
#NAME? Natasha
#NUM! Dudley
If J1 contains ...
Started 1 week, 2 days ago (2009-11-19 15:50:00)
by eduardo
Hi,
Let's assume that you have a list of you days of the week in column C
starting in row 2, in column D enter
=SUMPRODUCT(($A$2:$A$100=C2)*($B$2:$B$100))
Copy formula down, change range to fit your needs
"LQQKB4uleep" wrote:
Column A has Days of the week listed for the entire month
Column B has data listed for days of the week
Want formula to count data in column B if it ...
Started 5 days, 17 hours ago (2009-11-23 03:22:00)
by Rick Rothstein[_2_]
Try this formula in C1 and then copy it down...
=A1+INDEX(B1:B5,6-ROW(A1))
--
Rick (MVP - Excel)
" Branko Pecar" wrote in message
...
Assume I have numbers in cells A1:A5 and B1:B5. I would like to add them
in column C, but following this formula: C1=A1+B5, C2=A2+B2,...,C5=A5+C1.
How do I do it so that I can just use copy paste of this formula without
manually re-...
Started 2 days, 19 hours ago (2009-11-26 00:46:00)
by Pete_UK
Sorry, I referred to C9, but your formula is in G9.
Pete
On Nov 26, 11:44*pm, Pete_UK wrote:
The formula in C9 could be changed to this:
=COUNTIFS('FNB HR'!$O:$O,$A$9,'FNB HR'!$B:$B,"FNB")
and then you can copy this to N9 and it will not change, so you can
then add the final part to it.
Note that if you want to copy the formula down, so that on row 10 it
will refer to ...
Started 1 week ago (2009-11-20 23:37:00)
by Mike H
David,
Try this
=SUBSTITUTE(RIGHT(A1,LEN(A1)-FIND("*",SUBSTITUTE( A1,"(","*",LEN(A1)-LEN(SUBSTITUTE(A1,"(","")))))," )","")
Mike
"David" wrote:
I need a formula to parse text that looks something like this to extract the
data contained in parentheses.
FI-SL: Local Posting Periods (GCP1)
I was using the following formula which worked just fine ...
=MID(A1,FIND...
|
|