Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Help with a calculation (no VBA)

Picture this:
WBS Listings in column A. Labor Grade Listings in Column B. Column C is
"Min Start". Column D is "Max Finish". Columns E - Z represent Nov06-Apr08.
Depending on the WBS and Labor Grade, there are values entered in different
months. There are multiple instances of the Same WBS, and same labor grade
within the WBS. Ultimately, the Min start per WBS will be put into a pivot
table for min start.

I'd like a formula that looks at the WBS in Column A, finds the earliest
month where are values entered in, and returns the month in Column C.

Hopefully I explained this well enough! Thanks for your help!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,726
Default Help with a calculation (no VBA)

D2: =MAX(MONTH(E2:Z2))

C2: =MIN(IF(E2:Z2<"",MONTH(E2:Z2)))

The formula in C2 is an array formula, it should be committed with
Ctrl-Shift-Enter, not just Enter.


--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"VSAT Ryan" wrote in message
...
Picture this:
WBS Listings in column A. Labor Grade Listings in Column B. Column C is
"Min Start". Column D is "Max Finish". Columns E - Z represent

Nov06-Apr08.
Depending on the WBS and Labor Grade, there are values entered in

different
months. There are multiple instances of the Same WBS, and same labor

grade
within the WBS. Ultimately, the Min start per WBS will be put into a

pivot
table for min start.

I'd like a formula that looks at the WBS in Column A, finds the earliest
month where are values entered in, and returns the month in Column C.

Hopefully I explained this well enough! Thanks for your help!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default Help with a calculation (no VBA)

How about a Pivot Table?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"VSAT Ryan" wrote in message
...
Picture this:
WBS Listings in column A. Labor Grade Listings in Column B. Column C is
"Min Start". Column D is "Max Finish". Columns E - Z represent
Nov06-Apr08.
Depending on the WBS and Labor Grade, there are values entered in
different
months. There are multiple instances of the Same WBS, and same labor
grade
within the WBS. Ultimately, the Min start per WBS will be put into a
pivot
table for min start.

I'd like a formula that looks at the WBS in Column A, finds the earliest
month where are values entered in, and returns the month in Column C.

Hopefully I explained this well enough! Thanks for your help!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Open CSV causes calculation in manual calc mode [email protected] Excel Discussion (Misc queries) 0 July 25th 06 09:22 PM
Calculation Setting in Excel Stuart Bisset Excel Discussion (Misc queries) 0 June 17th 05 09:54 AM
calculating excel spreadsheet files for pensions and life insurance (including age calculation sheets) RICHARD Excel Worksheet Functions 1 March 15th 05 05:49 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 10:11 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 09:36 PM


All times are GMT +1. The time now is 09:12 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"