My account: Login | Sign Up
Loading... 

microsoft.public.excel.worksheet.functions | Forum profile

Forum profile page for microsoft.public.excel.worksheet.functions on http://www.microsoft.com/communities/newsgroups.... This report page is the aggregated overview from a single forum: microsoft.public.excel.worksheet.functions, located on the Message Board at http://www.microsoft.com/communities/newsgroups.... 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 "microsoft.public.excel.worksheet.functions" on the Message Board at http://www.microsoft.com/communities/newsgroups... 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: Discussions in microsoft.public.excel.worksheet.functions - microsoft.public.excel.worksheet.functions (site profile, domain info microsoft.com)
Title: microsoft.public.excel.worksheet.functions
Url: http://www.microsoft.com/communities/newsgroups...
Users activity: 34 posts per thread
Forum activity: 399 active threads during last week
 

Posting activity on microsoft.public.excel.worksheet.functions:

  Week Month 3 Months
Threads: 399 1,455 4,464
Post: 1,226 4,985 15,239
 

microsoft.public.excel.worksheet.functions Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Shane Devenshire
65
user's latest post:
altering text to other column in...
Published (2008-11-21 19:12:00)
  Hi, You can download a list of the states and their abbreviations from http://www.usps.com/ncsc/lookups/usps_abbreviations.html If this helps, please click the Yes button Cheers, Shane Devenshire "Terry Berry" wrote: > I have a database that includes states and district numbers in separate > fields. I need to take those 2 fields and change them to a third combined > listing. > For...
T. Valko
61
user's latest post:
conditional sum in...
Published (2008-11-21 14:14:00)
  >i need to total the freight from the USD accounts only as well All USD accounts or just those that are type "sales" ? As long as the location of "freight" has a consistent offset, 1 row below, 2 columns to the right. Array entered** : =SUM(IF(A2:A16="USD",OFFSET(A2:A16,1,2))) ** array formulas need to be entered using the key combination of CTRL,SHIFT,ENTER (not just...
John C
43
user's latest post:
SUMIF Sum a column subject to...
Published (2008-11-20 14:34:00)
  SUMPRODUCT seems to be what you may be looking for: =SUMPRODUCT(--(C1:C50="x"),--(D1:D50="y"),(A1:A50)) -- ** John C ** Please remember if your question is answered, to mark it answered :). It helps everyone. "Steve sivaD" wrote: > Hi, > > I already use the SUMIF function to calculate the total mileage for a > vehicle stored in columns A1:A50 if...
Max
36
user's latest post:
Vlookup increment No in...
Published (2008-11-22 03:07:00)
  Welcome, Yossy, and thanks for the rating! -- Max Singapore http://savefile.com/projects/236895 Downloads:20,500 Files:362 Subscribers:64 xdemechanik --- "Yossy" <Yossy@discussions.microsoft.com> wrote in message news:5976CD6A-393F-4292-9566-CF071552646E@microsoft.com... > Thanks Shane and Max. This really helps!!! and Yes I clicked the Yes > button  
Mike H
35
user's latest post:
multiple function is it even...
Published (2008-11-22 05:31:00)
  Hi, If I understand correctly you want to calculate basic hours up to 48 and overtime hours for each person. Basic hours in I2 and drag down =MIN(48,(COUNTIF(B2:H2,"D")+COUNTIF(B2:H2,"N")+COUNTIF(B2:H2,"VA D")+COUNTIF(B2:H2,"VA-N"))*12) Overtime hours in J2 and drag down...
Sheeloo
31
user's latest post:
Generate a special numerical...
Published (2008-11-18 17:15:00)
  :-) Glad it worked out... "PSRumbagh" wrote: > I tried this before without any luck. I forgot to use the "shift key" along > with the left mouse button to select the pair of cells to drag. Thanks, > everything works OK now. > "Sheeloo" wrote: > > > Enter 0 in A1 > > 9 in A2 > > =A1+10 in A3 >...
Rick Rothstein
24
user's latest post:
Auto Date & Time in...
Published (2008-11-21 20:22:00)
  You are assigning... Date & Time in the 2nd line of the subroutine. This butts up the date next to the time with nothing between them... Excel won't see that as a date/time combination. You need a space between them. Try assigning this instead... Date & " " & Time I think you will then be able to format the cell any way that you want. -- Rick (MVP - Excel) "Keyrookie"...
vezerid
21
user's latest post:
how to do this in int x + int...
Published (2008-11-22 05:34:00)
  I don't know the function FRAC but whatever it is the syntax should be: =INT(A2)+INT(FRAC(A2*100)/60)+FRAC(FRAC(A2*100))/36 Reasoning: You choose one cell to hold your variable x, say A2. Thus your formula refers to A2 wherever there is an x. I don;t know what you mean exactly and this determines the parentheses. For example, in your second term: int (frac x*100)/60 If you mean that you divide the result of INT with 60 then...
Gary''s Student
21
user's latest post:
How do I get year to date...
Published (2008-11-21 08:45:00)
  say our data in A1 thru B100: 8/1/2007 $134.00 9/1/2007 $109.00 10/1/2007 $176.00 11/1/2007 $117.00 12/1/2007 $122.00 1/1/2008 $126.00 2/1/2008 $123.00 3/1/2008 $168.00 4/1/2008 $141.00 5/1/2008 $127.00 6/1/2008 $140.00 7/1/2008 $151.00 8/1/2008 $180.00 9/1/2008 $172.00 10/1/2008 $167.00 11/1/2008 $181.00 Now we only want year-to-date. In another cell: =SUMPRODUCT((YEAR(A1:A100)=2008)*(B1:B100)) displays 1676 because 2007 values...
David Biddulph
20
user's latest post:
Chart in...
Published (2008-11-21 10:44:00)
  If you have data in more than one sheet and you want to include it in one series in a chart, the easiest way is to use a spreadsheet to pull the data together into one range in the spreadsheet, then plot from there. -- David Biddulph "Walley" <Walley@discussions.microsoft.com> wrote in message news:98C41DC1-84FA-498F-BA22-971F4EBBDF21@microsoft.com... > Hi > I have 3 excel sheets with...
 

Latest active threads on microsoft.public.excel.worksheet.functions::

Discussions in microsoft.public.excel.worksheet.functions
Started 1 day, 14 hours ago (2008-11-21 00:52:00)  by Junaid
I have one file with 12 months data, how i can bring my required month data that when i select the month from the drop down list the selected month's data could display and i could update the data but the details list should not be display to the people. Thanks
Thread:  Show this thread (4 posts)   Thread info: Required data in one sheet in microsoft.public.excel.worksheet.functions Size: 606 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Required data in one sheet in microsoft.public.excel.worksheet.functions :: microsoft.public.excel.worksheet.functions :: Discussions in microsoft.public.excel.worksheet.fu..."
Discussions in microsoft.public.excel.worksheet.functions
Started 10 hours, 50 minutes ago (2008-11-22 04:43:00)  by melz
how to do this in = int x + int (frac x*100)/60 + frac (frac x*100)/36 can someone help me.
Thread:  Show this thread (2 posts)   Thread info: how to do this in int x + int (frac x*100)/60 + frac (frac x*100)/ in microsoft.public.excel.worksheet.functions Size: 420 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "how to do this in int x + int (frac x*100)/60 + frac (frac x*100)/ in microsoft.public.excel.worksheet.functions :: microsoft.public.excel.worksheet.functions :: Discussions in microsoft.public.excel.worksheet.fu..."
Discussions in microsoft.public.excel.worksheet.functions
Started 1 day, 19 hours ago (2008-11-20 19:51:00)  by Ken W
I'm not sure which financial function to use. I'm trying to determine the rate of return of a known investment, with a known time period and known ending value. What do I use to solve for the rate of return over the life of this investment?
Thread:  Show this thread (4 posts)   Thread info: which financial function should I use? in microsoft.public.excel.worksheet.functions Size: 587 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "which financial function should I use? in microsoft.public.excel.worksheet.functions :: microsoft.public.excel.worksheet.functions :: Discussions in microsoft.public.excel.worksheet.fu..."
Discussions in microsoft.public.excel.worksheet.functions
Started 10 hours, 51 minutes ago (2008-11-22 04:42:00)  by neil40@btinternet.com
Hi, I have the following criteria to asses match results Away loss by 7 points or more = 0 points Away loss by 6 points or less = 1 Away draw = 2 Away win by 1 to 6 points = 3 Away win by more than 7 = 4 I used the following equation: =IF(E2="","",IF(D2-E2<=6,1,IF(E2=D2,2,IF(E2-D2>=7, 4,IF(E2- D2<7,...
Thread:  Show this thread (3 posts)   Thread info: Avoiding negative values in IF statements help needed in microsoft.public.excel.worksheet.functions Size: 1,099 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Avoiding negative values in IF statements help needed in microsoft.public.excel.worksheet.functions :: microsoft.public.excel.worksheet.functions :: Discussions in microsoft.public.excel.worksheet.fu..."
Discussions in microsoft.public.excel.worksheet.functions
Started 11 hours, 2 minutes ago (2008-11-22 04:31:00)  by Kris M
I'm working on a schedule that needs to count N or D and assign it a value of 12 the chart i'm working with looks something like this sun mon tues wed thurs fri sat mary vac vac vac vac vac va d va-n tyler off off n n d d off john d d d d off off d joe n n off off n n n what function can i use ...
Thread:  Show this thread (6 posts)   Thread info: multiple function is it even possible in microsoft.public.excel.worksheet.functions Size: 946 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "multiple function is it even possible in microsoft.public.excel.worksheet.functions :: microsoft.public.excel.worksheet.functions :: Discussions in microsoft.public.excel.worksheet.fu..."
Discussions in microsoft.public.excel.worksheet.functions
Started 12 hours, 44 minutes ago (2008-11-22 02:49:00)  by Sanal
Thread:  Show this thread (2 posts)   Thread info: How do i get cumilative sum of values against specified criteria? in microsoft.public.excel.worksheet.functions Size: 315 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How do i get cumilative sum of values against specified criteria? in microsoft.public.excel.worksheet.functions :: microsoft.public.excel.worksheet.functions :: Discussions in microsoft.public.excel.worksheet.fu..."
Discussions in microsoft.public.excel.worksheet.functions
Started 10 hours, 42 minutes ago (2008-11-22 04:51:00)  by melz
how to do this in excel =int x + int (frac x*100)/60 + frac (frac x*100)/36 can someone help me .
Thread:  Show this thread (1 post)   Thread info: how to do this in int x + int (frac x*100)/60 + frac (frac x*100)/ in microsoft.public.excel.worksheet.functions Size: 424 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "how to do this in int x + int (frac x*100)/60 + frac (frac x*100)/ in microsoft.public.excel.worksheet.functions :: microsoft.public.excel.worksheet.functions :: Discussions in microsoft.public.excel.worksheet.fu..."
Discussions in microsoft.public.excel.worksheet.functions
Started 2 days, 5 hours ago (2008-11-20 09:42:00)  by melz
how to convert number to bearing .exp. 40.4040 to 40d 40' 40"
Thread:  Show this thread (3 posts)   Thread info: how to convert number to bearing .exp. 40.4040 to 40d 40' 40" in microsoft.public.excel.worksheet.functions Size: 381 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "how to convert number to bearing .exp. 40.4040 to 40d 40' 40" in microsoft.public.excel.worksheet.functions :: microsoft.public.excel.worksheet.functions :: Discussions in microsoft.public.excel.worksheet.fu..."
Discussions in microsoft.public.excel.worksheet.functions
Started 18 hours, 47 minutes ago (2008-11-21 20:46:00)  by Bob Myers
I have a problem passing arguments to a UDF. I believe it is a specific problem since I've passed a lot of arguments to a lot of other UDF's in the past. I'm working with Excel 2003 on Vista. The Workbook looks like: ... F G R S 14 [F14] [G14 <Range> ...
Thread:  Show this thread (4 posts)   Thread info: Passed Arguments to a UDF in microsoft.public.excel.worksheet.functions Size: 1,967 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Passed Arguments to a UDF in microsoft.public.excel.worksheet.functions :: microsoft.public.excel.worksheet.functions :: Discussions in microsoft.public.excel.worksheet.fu..."
Discussions in microsoft.public.excel.worksheet.functions
Started 1 day, 21 hours ago (2008-11-20 18:01:00)  by Yossy
I have multiple column that I want to apply vlookup to. Is it possible to automatically increase the no. E.g =Vlookup(c5,B:J,2,false), pick second row =Vlookup(c5,B:J,3,false), pick third row = lookup(c5,B:J,4,false), pick fourth row =Vlookup(c5,B:J,5,false), pick fifth row can I while dragging the filler automatically increase ...
Thread:  Show this thread (5 posts)   Thread info: Vlookup increment No in microsoft.public.excel.worksheet.functions Size: 835 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Vlookup increment No in microsoft.public.excel.worksheet.functions :: microsoft.public.excel.worksheet.functions :: Discussions in microsoft.public.excel.worksheet.fu..."
 

Hot threads for last week on microsoft.public.excel.worksheet.functions::

microsoft.public.excel.worksheet.functions
Started 1 week, 1 day ago (2008-11-14 10:37:00)  by dan dungan
Hi, In Excel 2000, I'm converting a company's part number to our part number. Company part number with band 440HS030NF2107-3B 440HS030NF2107-3K our part number with band 27140S201440655 Company part number-no band 440HS030NF2107-3 our part number-no band 27140S201410655...
Thread:  Show this thread (21 post)   Thread info: if formula #value in microsoft.public.excel.worksheet.functions Size: 1,335 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "if formula #value in microsoft.public.excel.worksheet.functions :: microsoft.public.excel.worksheet.functions :: Discussions in microsoft.public.excel.worksheet.fu..."
microsoft.public.excel.worksheet.functions
Started 6 days, 13 hours ago (2008-11-16 02:22:00)  by GAIDEN
work hours 04:31:26 01:14:19 01:57:24 02:27:32 03:01:01 02:42:15 02:34:16 02:11:15 02:17:57 00:24:35 02:03:44 01:10:22 03:23:12 10:09:12 I'm trying to add these work hours together and all i keep getting is 0:00:00. I've also tried formatting the work times (Example: 04:31:...
Thread:  Show this thread (14 posts)   Thread info: Adding up time values in microsoft.public.excel.worksheet.functions Size: 786 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Adding up time values in microsoft.public.excel.worksheet.functions :: microsoft.public.excel.worksheet.functions :: Discussions in microsoft.public.excel.worksheet.fu..."
microsoft.public.excel.worksheet.functions
Started 4 days, 7 hours ago (2008-11-18 08:19:00)  by Picman
I have a column with hundreds of populated cells, and I would like to add up the sum of more than 30 of these cells. The problem is that they are not adjacent to each other and the Excel SUM function seems to limit the number of arguments to 30. Is there a way around this?
Thread:  Show this thread (13 posts)   Thread info: sum of more than 30 non-adjacent cells in microsoft.public.excel.worksheet.functions Size: 618 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "sum of more than 30 non-adjacent cells in microsoft.public.excel.worksheet.functions :: microsoft.public.excel.worksheet.functions :: Discussions in microsoft.public.excel.worksheet.fu..."
microsoft.public.excel.worksheet.functions
Started 3 days, 2 hours ago (2008-11-19 13:27:00)  by Neon520
Hi everyone, I have a problem with percentage calculation here. I need to calculate the numbers of 5 different items base on the Total of all 5 items, so what I did is using the amount for each item, let's say item#1 in A1 divide by the Total amount of items in A6, I know that this will give me the percentage of item#1, and I ...
Thread:  Show this thread (13 posts)   Thread info: Wrong sum value after calculate with Percentage in microsoft.public.excel.worksheet.functions Size: 1,486 bytes
Related Threads: Same Site | All Sites
Customize: