Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Open CSV causes calculation in manual calc mode | Excel Discussion (Misc queries) | |||
Calculation Setting in Excel | Excel Discussion (Misc queries) | |||
calculating excel spreadsheet files for pensions and life insurance (including age calculation sheets) | Excel Worksheet Functions | |||
How do I use a rounded calculation result in another calculation? | Excel Worksheet Functions | |||
How do I use a rounded calculation result in another calculation? | Excel Worksheet Functions |