Forum Discussion
IF Function
- Sep 14, 2019
Like this?
I cannot get this to copy down and across to take into account the additional figures and dates per months.
I would like all the amounts per month, per project to come across to the 2nd tab.
And then totaled per month.
Please see attached.
John
Like this?
- johnjamescassidySep 14, 2019Copper Contributor
Thank you that worked.
I have an additional query for the same sheet, in the same vein.
I need Tab 3 to be populated with the Project Names in Column 1 and corresponding Project Start Dtates organised to the correct monthly column using the dates from Tab 1, Column N.
Can you help?John
- SergeiBaklanSep 15, 2019Diamond Contributor
- Subodh_Tiwari_sktneerSep 14, 2019Silver Contributor
Hi John,
The Project Start Date is column M not column N but since you mentioned column N in your requirement I have used column N reference in the formula. If it's not column N but column M, change the column reference in the formula used.
On Project Start Dates Sheet,
In B2
=IFERROR(INDEX('Original List '!$N$2:$N$21,MATCH(1,INDEX(('Original List '!$N$2:$N$21<>"")*('Original List '!$B$2:$B$21&TEXT('Original List '!$N$2:$N$21,"mmmm")=$A2&B$1),),0)),"")and copy it across and down.
Please look at the attached and let me know if that's what you were trying to achieve.
If that takes care of your question, please mark this post as an Accepted Answer/Response which will mark your question as Solved.
You may also hit the like button under the posts which helped you to resolved your question.