If, and question
Closed
Mike
-
Jan 28, 2016 at 07:38 PM
RayH Posts 122 Registration date Tuesday August 31, 2010 Status Contributor Last seen June 20, 2016 - Jan 28, 2016 at 11:01 PM
RayH Posts 122 Registration date Tuesday August 31, 2010 Status Contributor Last seen June 20, 2016 - Jan 28, 2016 at 11:01 PM
Hello,
I'm trying to work a formula that will change a given value in one based on dates going into several different cells. Example. If I pour a concrete slab and enter date in that cell another cell would populate to 20% and so on. Would probably have 6 different cells that would trigger a chance in percentage as the job progresses in that one cell that keeps track of percentage . Date in roof installed cell other cell goes from 20%to 45%. I've tried everything I know and have searched this all day. Thanks for any help.
I'm trying to work a formula that will change a given value in one based on dates going into several different cells. Example. If I pour a concrete slab and enter date in that cell another cell would populate to 20% and so on. Would probably have 6 different cells that would trigger a chance in percentage as the job progresses in that one cell that keeps track of percentage . Date in roof installed cell other cell goes from 20%to 45%. I've tried everything I know and have searched this all day. Thanks for any help.
Related:
- If, and question
- Yahoo mail forgot password and security question - Guide
- Google recovery password security question - Guide
- Mom’s secret question - Guide
- How to type question mark on laptop keyboard - Guide
- How to do upside down question mark on mac - Guide
Jan 28, 2016 at 09:40 PM
Jan 28, 2016 at 11:01 PM
Percentage complete is:
The formula for Work Done is:
=OFFSET(B1,MATCH(MAX(C2:C7),C2:C7,0),0)