fritz1968j
New Member
- Joined
- Mar 14, 2014
- Messages
- 1
To All,
I have an excel spreadsheet with a project column and columns for each month of the year. On a different tab on the same spreadsheet, tab name = JIRA. For example:
Main Tab:
Project(Column L) Jan hours Feb hours
P1
P2
JIRA tab
Project (col B) Jan hours (Col J) FEB hours (Col K)
P1 14 10
P2 15 10
P3 5 15
P4 32 5
P5 20 22
P6 25 15
The projects in the project column are added by a single person and could be random. If I use the following formula in the hours column of the main tab in the Feb column, I can get the hours to populated correctly:
=SUMIF(JIRA!$B:$B,L4,JIRA!$J:$J)
My Problem:
I want to put multiple project number on the same column on the main tab separated by a comma:
Main Tab:
Project(Column L) hours
P1
P2
P1,P2
P3,P4,P5
How do I get the sumif formula to recognize multiple project names and search for each project summing the total? Based on the above, after plugging in the correct formula, I want to see:
Main Tab:
Project(Column L) Jan hours FEb hours
P1 14 10
P2 15 10
P1,P2 29 20
P3,P4,P5 57 42
any help would be appreciated. Thanks, frank
I have an excel spreadsheet with a project column and columns for each month of the year. On a different tab on the same spreadsheet, tab name = JIRA. For example:
Main Tab:
Project(Column L) Jan hours Feb hours
P1
P2
JIRA tab
Project (col B) Jan hours (Col J) FEB hours (Col K)
P1 14 10
P2 15 10
P3 5 15
P4 32 5
P5 20 22
P6 25 15
The projects in the project column are added by a single person and could be random. If I use the following formula in the hours column of the main tab in the Feb column, I can get the hours to populated correctly:
=SUMIF(JIRA!$B:$B,L4,JIRA!$J:$J)
My Problem:
I want to put multiple project number on the same column on the main tab separated by a comma:
Main Tab:
Project(Column L) hours
P1
P2
P1,P2
P3,P4,P5
How do I get the sumif formula to recognize multiple project names and search for each project summing the total? Based on the above, after plugging in the correct formula, I want to see:
Main Tab:
Project(Column L) Jan hours FEb hours
P1 14 10
P2 15 10
P1,P2 29 20
P3,P4,P5 57 42
any help would be appreciated. Thanks, frank