Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Excel Worksheet Functions | Forum profile

Forum profile page for Excel Worksheet Functions on http://excelbanter.com. This report page is the aggregated overview from a single forum: Excel Worksheet Functions, located on the Message Board at http://excelbanter.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 "Excel Worksheet Functions" on the Message Board at http://excelbanter.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.

Site: Microsoft Excel forum - Excel Worksheet Functions (site profile, domain info excelbanter.com)
Title: Excel Worksheet Functions
Url: http://excelbanter.com/forumdisplay.php?f=5
Users activity: 3 posts per thread
Forum activity: 395 active threads during last week
 

Posting activity on Excel Worksheet Functions:

  Week Month 3 Months
Threads: 395 1,415 3,904
Post: 1,202 4,222 11,818
 

Excel Worksheet Functions Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Jacob Skaria
111
user's latest post:
Data validation - restrict...
Published (2009-11-25 08:07:00)
Correction to the formulas =COUNTIF($B$2:$B$10,B2)=1 and for entire column =COUNTIF(B:B,B1)=1 If this post helps click Yes --------------- Jacob Skaria "Jacob Skaria" wrote: > Using data validation you can; but only manual entries/dropdown entries will > be validated > > --Select B2:B10 > --Select menu Data>Validation > --Select Custom from the 'Allow' dropdown and...
T. Valko
56
user's latest post:
Data validation - restrict...
Published (2009-11-25 08:34:00)
>=AND($A2<>"",SUMPRODUCT(--($A$2:$A2&"^^"&$B$2:B2=A2&"^^"&B2))<2) And to be consistent, the column refs don't need to be absolute: =AND(A2<>"",SUMPRODUCT(--(A$2:A2&"^^"&B$2:B2=A2&"^^"&B2))<2) -- Biff Microsoft Excel MVP...
Ashish Mathur[_2_]
55
user's latest post:
Consolidation of Data from more...
Published (2009-11-25 02:11:00)
Hi, Tey this http://datapigtechnologies.com/blog/...iles-method-2/ -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "Satya Nanduri" > wrote in message ... > Well, I meant 15 workbooks (or as per your email they are different files > like Inventory1.xls, Inventory2.xls upto 15. I need to consolidate the > data > and generate reports. I am not getting a logical way to do...
David Biddulph[_2_]
25
user's latest post:
using the 'Convert'...
Published (2009-11-24 19:47:00)
1 foot = 0.3048 m, so the formula you need is =A1/(0.3048^3) -- David Biddulph "M-A H" > wrote in message ... > Wish to convert CBM [Cubic Meter] to FT3 [Cubic Feet] andy suggestions on > what the formula should be..? > TY
ryguy7272
24
user's latest post:
Formula (off form) that...
Published (2009-11-25 00:09:00)
Just thought of something else. You can use this technique to seep up your calculations: Speed up Workbook: put these at the beginning of your code: Application.Calculation = xlCalculationManual Application.ScreenUpdating = False and these at the end Application.ScreenUpdating = True Application.Calculation = xlCalculationAutomatic HTH, Ryan--- -- Ryan--- If this information was helpful, please indicate this by clicking...
Jacob Skaria external usenet poster
23
user's latest post:
days calculation between dates
Published (2009-11-22 05:40:00)
If you are expecitng the below results...try the below formula which uses WEEKDAY() Start date finish date 1/1/2009 2/1/2009 3/1/2009 3-Jan-09 27-Jan-09 17 0 0 24-Feb-09 0 4 22 25-Feb-09 12-Mar-09 0 3 9 =MAX(0,SUM(INT((WEEKDAY(MAX(C$1,$A2)-{1,2,3,4,5},2)+MIN(IF($B2="",TODAY(),$B2),DATE(YEA R(C$1),MONTH(C$1)+1,0))-MAX(C$1,$A2))/7))) If this post helps click Yes --------------- Jacob Skaria "Kimti" wrote:...
John
20
user's latest post:
SUMPRODUCT
Published (2009-11-20 18:58:00)
Thank you so much, Jacob. Actually, it was working. "Jacob Skaria" wrote: > The posted formula will consider not just AA or BB for a matching but all > cells in the range B1:B20 for a match. Try changing that reference to B1:B2 > with B1 entered with 'AA' and B2 entered with 'BB'... > > If this post helps click Yes > --------------- > Jacob Skaria >...
Pete_UK
19
user's latest post:
Multiple Time Range Conditional
Published (2009-11-19 01:07:00)
Can you tell us how you are getting the running time? Are you using =NOW() and what cell is this in? What are the 6 time ranges that you want the message to be active for? Which cell do you want to use to display the message? Pete On Nov 18, 11:51*pm, KT > wrote: > I have put the running time on a worksheet. *I want to reference that time > and for 6 time ranges during the day, I want to display a message to the user...
Bernie Deitrick
19
user's latest post:
Sum cells using criteria from a...
Published (2009-11-24 18:49:00)
Raul, If your month's data is a single column, and the column headings are labels rather than actual dates: =SUMIF(Sheet2!A:A,B3,INDEX(Sheet2!1:65536,,MATCH(B 4,Sheet2!1:1,FALSE))) Where B3 has the Project, and B4 has the Month entered in a way that matches the column header labels. If you have mutliple labels for months, then try array entering (enter using Ctrl-Shift-Enter) a formula like...
Gord Dibben
19
user's latest post:
Switch names
Published (2009-11-24 19:59:00)
See Chip Pearson's site. http://www.cpearson.com/excel/FirstLast.htm Gord Dibben MS Excel MVP On Tue, 24 Nov 2009 10:53:02 -0800, kathy at the front desk <kathy at the front
 

Latest active threads on Excel Worksheet Functions::

Microsoft Excel forum
Started 2 days, 21 hours ago (2009-11-25 08:05:00)  by Jacob Skaria
Using data validation you can; but only manual entries/dropdown entries will be validated --Select B2:B10 --Select menu Data>Validation --Select Custom from the 'Allow' dropdown and enter the below formula =COUNTIF($B$2:$B$10,B$2)=1 --From the Error alert tab enter the message you want to be displayed --Click OK and try. If you are selecting the entire column the validatio would ...
Thread:  Show this thread (5 posts)   Thread info: Data validation - restrict duplicate value Size: 1,040 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Data validation - restrict duplicate value :: Excel Worksheet Functions :: Microsoft Excel forum"
Microsoft Excel forum
Started 3 weeks, 4 days ago (2009-11-02 20:09:00)  by T. Valko
See if this helps: http://contextures.com/xlFunctions02.html -- Biff Microsoft Excel MVP "Ferdy" > wrote in message ... > Is there a way to autofill a row with alpha numeric data using data > entered > in the first column. i.e. > > D1 D2 D3 D4 > > P1234 Prog1 Prog2 Prog3 etc > > Where typing P1234 will automatically fill ...
Thread:  Show this thread (4 posts)   Thread info: Autofill row with a column entry Size: 813 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Autofill row with a column entry :: Excel Worksheet Functions :: Microsoft Excel forum"
Microsoft Excel forum
Started 3 days, 14 hours ago (2009-11-24 14:30:00)  by David Biddulph[_2_]
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...
Thread:  Show this thread (12 posts)   Thread info: Is anything wrong with this formula? Size: 907 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Is anything wrong with this formula? :: Excel Worksheet Functions :: Microsoft Excel forum"
Microsoft Excel forum
Started 1 week 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 = ...
Thread:  Show this thread (11 posts)   Thread info: Conditional formatting on autoshapes Size: 2,766 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Conditional formatting on autoshapes :: Excel Worksheet Functions :: Microsoft Excel forum"
Microsoft Excel forum
Started 5 days, 1 hour ago (2009-11-23 03:22:00)  by Rick Rothstein
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...
Thread:  Show this thread (10 posts)   Thread info: Opposite direction Size: 695 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Opposite direction :: Excel Worksheet Functions :: Microsoft Excel forum"
Microsoft Excel forum
Started 2 days, 23 hours ago (2009-11-25 05:33:00)  by T. Valko
One way... =SUM(COUNTIFS(A2:A10,"ASAE",B2:B10,{"O*","W*"},C2 : C10,"<"&DATE(2050,1,1))) -- Biff Microsoft Excel MVP "J. Hunter" > wrote in message ... >I have a spreadsheet with one column showing pay grade - O3, O4, W2, >W3..... > I have a formula which selects anything starting with O, but I need the > formula to also look for either O or W and count both of them ...
Thread:  Show this thread (2 posts)   Thread info: formula looking for an either/or solution in same column Size: 868 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: formula looking for an either/or solution in same column :: Excel Worksheet Functions :: Microsoft Excel forum"
Microsoft Excel forum
Started 6 days, 11 hours 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))<...
Thread:  Show this thread (13 posts)   Thread info: days calculation between dates Size: 2,353 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: days calculation between dates :: Excel Worksheet Functions :: Microsoft Excel forum"
Microsoft Excel forum
Started 3 days, 17 hours ago (2009-11-24 12:09:00)  by Jacob Skaria
Is B2962 within the formula an absolute reference or a relative reference The below format should work when you have a formula in G4. Range("G4").AutoFill Destination:=Range("G4:G24"), Type:=xlFillDefault OR without using autofill you can apply the formula to a range as below. Excel would automatically change the references Range("G4:G24").Formula = "=SUM(A4:F4)" If this post ...
Thread:  Show this thread (4 posts)   Thread info: Filldown stops abruptly Size: 1,532 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Filldown stops abruptly :: Excel Worksheet Functions :: Microsoft Excel forum"
 

Hot threads for last week on Excel Worksheet Functions::

Excel 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 ...
Thread:  Show this thread (14 posts)   Thread info: Time In-Time Out/No. of Units Size: 1,194 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Time In-Time Out/No. of Units :: Excel Worksheet Functions :: Microsoft Excel forum"
Excel Worksheet Functions
Started 6 days, 11 hours 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))<...
Thread:  Show this thread (13 posts)   Thread info: days calculation between dates Size: 2,353 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: days calculation between dates :: Excel Worksheet Functions :: Microsoft Excel forum"
Excel Worksheet Functions
Started 3 days, 14 hours ago (2009-11-24 14:30:00)  by David Biddulph[_2_]
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...
Thread:  Show this thread (12 posts)   Thread info: Is anything wrong with this formula? Size: 907 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Is anything wrong with this formula? :: Excel Worksheet Functions :: Microsoft Excel forum"
Excel Worksheet Functions
Started 1 week 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 = ...
Thread:  Show this thread (11 posts)   Thread info: Conditional formatting on autoshapes Size: 2,766 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Conditional formatting on autoshapes :: Excel Worksheet Functions :: Microsoft Excel forum"
Excel Worksheet Functions
Started 1 week, 1 day 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 ...
Thread:  Show this thread (10 posts)   Thread info: need help writing function Size: 1,185 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: need help writing function :: Excel Worksheet Functions :: Microsoft Excel forum"
Excel Worksheet Functions
Started 1 week, 3 days ago (2009-11-18 05:08:00)  by Fred Smith[_4_]
It would be useful if you showed us the formula you were using. Excel treats times as numbers, so all arithmetic operations work on them, including Sum. Regards, Fred. "Wet Nose" <Wet
Thread:  Show this thread (14 posts)   Thread info: Adding hours scheduled for week Size: 994 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Adding hours scheduled for week :: Excel Worksheet Functions :: Microsoft Excel forum"
Excel Worksheet Functions
Started 5 days, 17 hours ago (2009-11-22 12:16:00)  by Chris external usenet poster
I'm using Office 2007 I have a workbook with 20+ pages. On one of them I want to use a formula that refers to a worksheet name, but in different cells I want it to refer to different worksheets. I have a cell that currently has a name typed into it that matches a worksheet name. Can I refer to the contents of that cell (INDIRECT) and use the content to refer to the correct worksheet ...
Thread:  Show this thread (10 posts)   Thread info: Can I use a worksheet name in a formula? Size: 817 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Can I use a worksheet name in a formula? :: Excel Worksheet Functions :: Microsoft Excel forum"
Excel Worksheet Functions
RE: Opposite direction - 10 new posts
Started 5 days, 1 hour ago (2009-11-23 03:22:00)  by Rick Rothstein
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...
Thread:  Show this thread (10 posts)   Thread info: Opposite direction Size: 695 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Opposite direction :: Excel Worksheet Functions :: Microsoft Excel forum"
Excel Worksheet Functions
Started 1 week 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-...
Thread:  Show this thread (9 posts)   Thread info: Converting standard time to military time Size: 1,819 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Converting standard time to military time :: Excel Worksheet Functions :: Microsoft Excel forum"
Excel Worksheet Functions
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...
Thread:  Show this thread (9 posts)   Thread info: FIND from right to left instead of left to right Size: 1,325 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: FIND from right to left instead of left to right :: Excel Worksheet Functions :: Microsoft Excel forum"