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://www.excelforum.com. This report page is the aggregated overview from a single forum: Excel Worksheet Functions, located on the Message Board at http://www.excelforum.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://www.excelforum.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: Excel Help Forum - Excel Worksheet Functions (site profile, domain info excelforum.com)
Title: Excel Worksheet Functions
Url: http://www.excelforum.com/excel-worksheet-funct...
Users activity: 35 posts per thread
Forum activity: 107 active threads during last week
 

Posting activity on Excel Worksheet Functions:

  Week Month 3 Months
Threads: 107 441 1,215
Post: 386 1,549 4,201
 

Excel Worksheet Functions Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
DonkeyOte
35
user's latest post:
COUNT using IF Statment Broken?
Published (2009-11-27 14:46:00)
Quote: Originally Posted by shg You can omit the average_range since it's the same as the criteria range: =AVERAGEIF(D:D, ">0") Didn't think of that - thanks.
teylyn
27
user's latest post:
Finding Average
Published (2009-11-27 10:47:00)
maybe look into AVERAGEIF() ?
ChalkerL
20
user's latest post:
Auto Sort results
Published (2009-11-22 22:11:00)
Please Register to Remove these Ads Hi, I'm trying to do an auto sort whenever shortlisted admin worksheet is updated. When updates are made to Cell B, Cell Z will sort by descending. But the following macro does not sort the list whenever new data are added to cell B. Following are the codes, i not sure where i did wrong. B11:Z11 is the header I have added this piece of macro to the worksheet(Shortlisted Admin) that needs to be sorted....
NBVC
13
user's latest post:
[SOLVED] Array Formulas instead...
Published (2009-11-25 15:52:00)
Please Register to Remove these Ads Quote: Originally Posted by ElmerS Thank you, Andy, It seems as if the only task Excel is not capable of is preparing a cup of coffee. Elm Place I pot of water on your computer case, let Excel run sum massive Array formulas for a while, and watch the pot boil... just add instant coffee granules.... now Excel made your coffee
e4excel
12
user's latest post:
How to set-up a Group Box with...
Published (2009-11-26 15:40:00)
Dear Forum, Is there anyone who can pleas e help or guide in this path of Option Buttons as Im not able to follow head or tail from the info provided on various sites. Please can someone atleast show how to just set-up the Group for Option Buttons?
ChalkerL ChalkerL is offline...
9
user's latest post:
Delete of duplicate records
Published (2009-11-22 16:19:00)
Can i incorporate your code into my formula Code: =IF(jobsApplicationdb!G36='Person Specification'!$F$7,IF(FIND(jobsApplicationdb!I36,'Person Specification'!$H$7),IF(FIND(jobsApplicationdb!H36,'Person Specification'!$G$7),IF(ISTEXT(jobsApplicationdb!J36),IF(AND(jobsApplicationdb!P36='Person Specification'!$N$7,jobsApplicationdb!Q36='Person Specification'!$O$7,jobsApplicationdb!R36='Person...
ElmerS
9
user's latest post:
Array Formulas instead of helper...
Published (2009-11-25 15:48:00)
Thank you, Andy, It seems as if the only task Excel is not capable of is preparing a cup of coffee. Elm
scaffdog845
9
user's latest post:
Count aging records
Published (2009-11-25 10:14:00)
Thanks NBVC. I was trying the same formula without the quotation marks and the ambersand to no avail. The addition of those worked perfectly.
shg
9
user's latest post:
COUNT using IF Statment Broken?
Published (2009-11-27 14:37:00)
You can omit the average_range since it's the same as the criteria range: =AVERAGEIF(D:D, ">0") To get the same result pre-2007 if col D includes negative numbers, =SUMIF(D:D, ">0") / COUNTIF(D:D, ">0")
Richard Buttrey
7
user's latest post:
Adding extra if statements
Published (2009-11-21 15:45:00)
Hi, It's not clear entirely what the purpose of this big IF statement is. It just seems to be returning the NRIC number. Why not just list the names in column C of the Shorlisted.. sheet rather than a VLOOKUP and then useSurely you can just use Code: =INDEX(jobsApplicationdb!C:C,MATCH(C10,jobsApplicationdb!D:D,FALSE),1) in B10 and copied down. Incidentally there seems to be an inconsistency between the current B10 & B11 cells....
 

Latest active threads on Excel Worksheet Functions::

Excel Help Forum
Started 1 day, 16 hours ago (2009-11-27 14:08:00)  by DonkeyOte
Re: point 1 If you're using XL2007 onwards (2012... really ?!) then use AVERAGEIF =AVERAGEIF(D:D,">0",D:D) Pre 2007 =SUM(D:D)/COUNTIF(D:D,">0") As for your other question... one question per thread please (if unrelated which is the case here).
Thread:  Show this thread (4 posts)   Thread info: COUNT using IF Statment Broken? Size: 397 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: COUNT using IF Statment Broken? :: Excel Worksheet Functions :: Excel Help Forum"
Excel Help Forum
Started 1 day, 17 hours ago (2009-11-27 12:59:00)  by DonkeyOte
Pre XL2007 you would really be obliged to look at SUMPRODUCT but in truth the "lame" approach you've adopted is the best as it's the most efficient - odd though that may seem. SUMPRODUCT is not an efficient formula whereas COUNTIF etc is... I would personally advise you persevere with the method you have adopted already though you could reduce the number of helpers you have by using ...
Thread:  Show this thread (4 posts)   Thread info: Formula to handle 5 fields of data to avoid creating extra columns? Size: 525 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Formula to handle 5 fields of data to avoid creating extra columns? :: Excel Worksheet Functions :: Excel Help Forum"
Excel Help Forum
Started 1 day, 20 hours ago (2009-11-27 10:47:00)  by teylyn
maybe look into AVERAGEIF() ?
Thread:  Show this thread (2 posts)   Thread info: Finding Average Size: 82 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Finding Average :: Excel Worksheet Functions :: Excel Help Forum"
Excel Help Forum
Started 1 day, 21 hours ago (2009-11-27 08:57:00)  by rwgrietveld
Give us an eample Before and After and tell us where the database is (where the data is coming from)
Thread:  Show this thread (4 posts)   Thread info: Variable loop Size: 153 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Variable loop :: Excel Worksheet Functions :: Excel Help Forum"
Excel Help Forum
Started 1 day, 22 hours ago (2009-11-27 08:42:00)  by rwgrietveld
DonkeyOte and I just finished a similar thread http://www.excelforum.com/excel-misc...ata-range.h tml
Thread:  Show this thread (3 posts)   Thread info: Working with payscales - IF function? Size: 301 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Working with payscales - IF function? :: Excel Worksheet Functions :: Excel Help Forum"
Excel Help Forum
Started 2 days, 14 hours ago (2009-11-26 16:29:00)  by darkyam
=A2-A1+1 should work. That takes the difference in days inclusive of both start and end dates.
Thread:  Show this thread (6 posts)   Thread info: Days360 Function Size: 154 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Days360 Function :: Excel Worksheet Functions :: Excel Help Forum"
Excel Help Forum
Started 2 weeks, 1 day ago (2009-11-13 17:26:00)  by daddylonglegs
You can't use SUMIF because the sum range must always be the same size and shape as the criteria range, so if you use =SUMIF(A1:A4;"a";A6:D6) That formula actually uses a sum range of A6:A9... You can't use TRANSPOSE within SUMIF because the result of TRANSPOSE is an array, SUMIF doesn't accept an array as the sum range (it must be a range). You can use TRANSPOSE in an array ...
Thread:  Show this thread (6 posts)   Thread info: Using SUMIF between 1 row and 1 column Size: 826 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Using SUMIF between 1 row and 1 column :: Excel Worksheet Functions :: Excel Help Forum"
Excel Help Forum
Started 2 days, 4 hours ago (2009-11-27 02:14:00)  by Paul
I can see why you wouldn't want to use data validation to hardcode each cell, however you can use the same validation formula for all cells in the column. Select A1:A n then open the Data Validation dialog. Choose 'Custom' and use the following formula: =A1=ROW(A1) All of those cells will only allow a value equal to the row in which it is entered (Row 1 must = 1, row 2 must = 2,...
Thread:  Show this thread (4 posts)   Thread info: Avoiding cell by cell validation Size: 534 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Avoiding cell by cell validation :: Excel Worksheet Functions :: Excel Help Forum"
Excel Help Forum
Started 2 days, 2 hours ago (2009-11-27 04:02:00)  by Paul
Hi Blleow, The quickest method to do this would be with a pivot table. Select your data and then click Insert -> Pivot Table. Once the pivot table is on-screen, simply drag the "Edition" field to the Row Headers section, and drag the "Company" field to the Values section. That will give you a count of Companies per Edition. Hope that helps!
Thread:  Show this thread (2 posts)   Thread info: Count duplicates Size: 471 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Count duplicates :: Excel Worksheet Functions :: Excel Help Forum"
 

Hot threads for last week on Excel Worksheet Functions::

Excel Worksheet Functions
Started 6 days, 19 hours ago (2009-11-22 11:23:00)  by ChalkerL ChalkerL is offline Registered User
Please Register to Remove these Ads Hey guys, I'm having trouble getting this piece of macro to work. I want to delete duplicate Id records in (Cell B12 : B124), but only those with "No" in the (Cell Z12 : Z124) will be deleted. Table B12 Z12 ------------- E1 Yes E2 Yes E3 Yes E4 Yes E1 No E2 No E3 No...
Thread:  Show this thread (28 posts)   Thread info: Delete of duplicate records Size: 1,919 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Delete of duplicate records :: Excel Worksheet Functions :: Excel Help Forum"
Excel Worksheet Functions
Started 1 week ago (2009-11-21 12:40:00)  by JeanRage
Hi, A possibility is to code with VBA the creation of your named ranges with your rules ... thus getting rid of the helper columns ... HTH
Thread:  Show this thread (18 posts)   Thread info: Array Formulas instead of helper columns Size: 233 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Array Furmulas instead of helper columns :: Excel Worksheet Functions :: Excel Help Forum"
Excel Worksheet Functions
Started 1 week, 1 day ago (2009-11-20 14:37:00)  by acsishere acsishere is offline Valued Forum Contributor
Please Register to Remove these Ads Dear Friends, I am using EXCEL 2003. I am to find Average using few conditions. I have explained the requirement in the sample workbook. Please give me a solution. Thanks in advance. acsishere.
Thread:  Show this thread (16 posts)   Thread info: Finding Average with few conditions Size: 717 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Finding Average with few conditions :: Excel Worksheet Functions :: Excel Help Forum"
Excel Worksheet Functions
Started 5 days ago (2009-11-24 06:13:00)  by DonkeyOte
No attachment.
Thread:  Show this thread (13 posts)   Thread info: Summing the items of each of different groups in a table Size: 67 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Summing the items of each of different groups in a table :: Excel Worksheet Functions :: Excel Help Forum"
Excel Worksheet Functions
Rounding - 10 new posts
Started 3 days, 19 hours ago (2009-11-25 11:14:00)  by cmar6
I have a column of numbers, each from 6 to 10 digits (100 thousands to billions). I want another column next to it in which the numbers will be round to millions with 1 decimal, e.g., -657,960 would be rounded to -.7 and -1,640,837,974 would be rounded to -1640.8 I have played around with "mround" and "round" but to no avail. I wonder if anyone has an idea...
Thread:  Show this thread (10 posts)   Thread info: Rounding Size: 927 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Rounding :: Excel Worksheet Functions :: Excel Help Forum"
Excel Worksheet Functions
Started 1 week, 1 day ago (2009-11-20 09:36:00)  by DonkeyOte
I would suggest posting a sample file - your layout is not very clear. If product is in A, 2008 is B, 2009 C etc... then to SUM T-Shirt revenue for 2008 =SUMIF(A:A,"T-Shirt",B:B)
Thread:  Show this thread (9 posts)   Thread info: Multiple Variables - Sumif error Size: 275 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Multiple Variables - Sumif error :: Excel Worksheet Functions :: Excel Help Forum"
Excel Worksheet Functions
Started 5 days, 12 hours ago (2009-11-23 18:55:00)  by teylyn
what do you mean by minimum time? The first time they logged in? The shortest duration they were logged in for? Maybe provide a small data sample with the desired results ... You can upload a file by clicking "Go Advanced" below and then the paper clip icon.
Thread:  Show this thread (9 posts)   Thread info: Find Minimum Time on Date per User Size: 338 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Find Minimum Time on Date per User :: Excel Worksheet Functions :: Excel Help Forum"
Excel Worksheet Functions
Count aging records - 9 new posts
Started 3 days, 20 hours ago (2009-11-25 09:58:00)  by scaffdog845 Registered User
morning all, I run a work order report on a daily and weekly basis and I am looking for a formula that will find all dates in L:L that are greater than 9 days old. I can't seem to work out the syntax. The cells in L:L are formatted as DATE and TYPE *3/14/2001 As always the help is appreciated.
Thread:  Show this thread (9 posts)   Thread info: Count aging records Size: 796 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Count aging records :: Excel Worksheet Functions :: Excel Help Forum"
Excel Worksheet Functions
Started 6 days, 12 hours ago (2009-11-22 18:20:00)  by JBeaucaire
One way would be to add a macro that can insert formulas into each row based on the the correct sheet name reference, however you want the macro to determine that. The main goal is to have normal direct formulas in the cells.
Thread:  Show this thread (8 posts)   Thread info: Adjust formula to allow for changing sheet reference. Size: 279 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Adjust formula to allow for changing sheet reference. :: Excel Worksheet Functions :: Excel Help Forum"
Excel Worksheet Functions
Started 1 week ago (2009-11-21 17:10:00)  by davidmarlow
Apologies - ignore 1st file uploaded and see attached..... This is also a growing table (i.e. can be adding extra columns and rows) so any solution needs to be flexible and easy to update..... Thanks again
Thread:  Show this thread (8 posts)   Thread info: Creating a list from a large table Size: 274 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Creating a list from a large table :: Excel Worksheet Functions :: Excel Help Forum"