Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 8
Default IF Statement Table Help

Hello,

I am trying to create a function that will allow me to identify the start and end date of a particular project. The file is attached bellow. Each project contains a time line marked by 1s. I am looking for a formula that will allow me to determine the start and end date of each project based on these 1s. A "1" indicates the project is being worked on. When there are no ones, then the project is either complete or hasn't started. There's an example on the first row in the file attached.

Thanks you so much for the help,and please feel free to commend or suggest any alternative ways.

Thanks!!

-Greg
Attached Images
 
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,872
Default IF Statement Table Help

Hi,

Am Wed, 12 Jun 2013 22:56:08 +0100 schrieb arceaf:

I am trying to create a function that will allow me to identify the
start and end date of a particular project. The file is attached bellow.
Each project contains a time line marked by 1s. I am looking for a
formula that will allow me to determine the start and end date of each
project based on these 1s. A "1" indicates the project is being worked
on. When there are no ones, then the project is either complete or
hasn't started. There's an example on the first row in the file
attached.


for Start Date in B2:
=MIN(IF(D2:L2=1,$D$1:$L$1))
for End Date in C2:
=MAX(IF(D2:L2=1,$D$1:$L$1))
and enter both array formulas with CTRL+Shift+Enter


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
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
How to modify the sql statement on a pivot table using VBA- XL2000 Carlos Excel Programming 1 January 19th 09 07:57 PM
if statement on a pivot table cware Excel Worksheet Functions 3 August 13th 08 02:51 PM
"IF" statement in a pivot table. Elizabeth Excel Discussion (Misc queries) 1 May 1st 05 10:48 AM
Creating a Pivot Table from a valid SQL statement without MS Query CElzinga Excel Programming 0 September 9th 04 11:51 PM
Pivot Table - Change SQL Statement Problem John Michl[_2_] Excel Programming 0 July 18th 03 10:15 PM


All times are GMT +1. The time now is 07:53 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"