Hi all! I'm fresh on these boards and know I can learn so much from you guys - hope you can help me solve this little problem that I have at the moment.
I understand the concept of lookups but when trying to combine them with other formulas, i'm failing miserably!
So, i have a table of project milestones dependencies from different projects all consolidated into one xls. My columns are:
A - name of project
B - the milestone unqie ID
C - unique id of the milestone it drives or it is driven by
D - whether the milestone is driven by or is driving another milestone
E - Task name
F - Finish Date
G - Says "Mismatch" or "OK" depending on whether the milestone dates match..this is the formula i need help with!!
Eg.
Project B | ABC-3 | DEF-1 | Out | Build Finished | 20-Mar-11 | Mismatch!
Project A | DEF-1 | ABC-3 | In | Build Finished | 01-Apr-11 | Mismatch!
Here, the milestone in proj B is the driving milestone for the milestone listed in project A, but the end dates don't match which is wrong. I want the automated forumla in column G to do some magical calc to highlight whether the date is correct or not.
It's not so important I get the mismatch calc on the "out" milestones (as that date won't be "wrong"), but its the "in" milestones that I need to highlight if it doesn't match its driving milestone date. Note, its not always a 1-1 relationship; there could be one milestone in one plan that lots of other projects are tracking.
So my thinking was to do the vlookup to match the unique code and somehow combine an if, and or hlookup to do a compare/match on dates .
Hope this makes sense, and hope someone can help!
I understand the concept of lookups but when trying to combine them with other formulas, i'm failing miserably!
So, i have a table of project milestones dependencies from different projects all consolidated into one xls. My columns are:
A - name of project
B - the milestone unqie ID
C - unique id of the milestone it drives or it is driven by
D - whether the milestone is driven by or is driving another milestone
E - Task name
F - Finish Date
G - Says "Mismatch" or "OK" depending on whether the milestone dates match..this is the formula i need help with!!
Eg.
Project B | ABC-3 | DEF-1 | Out | Build Finished | 20-Mar-11 | Mismatch!
Project A | DEF-1 | ABC-3 | In | Build Finished | 01-Apr-11 | Mismatch!
Here, the milestone in proj B is the driving milestone for the milestone listed in project A, but the end dates don't match which is wrong. I want the automated forumla in column G to do some magical calc to highlight whether the date is correct or not.
It's not so important I get the mismatch calc on the "out" milestones (as that date won't be "wrong"), but its the "in" milestones that I need to highlight if it doesn't match its driving milestone date. Note, its not always a 1-1 relationship; there could be one milestone in one plan that lots of other projects are tracking.
So my thinking was to do the vlookup to match the unique code and somehow combine an if, and or hlookup to do a compare/match on dates .
Hope this makes sense, and hope someone can help!
Last edited: