eechristaylor
Board Regular
- Joined
- Oct 22, 2013
- Messages
- 51
- Office Version
- 365
- Platform
- Windows
I have a data sorce where I bring a number across using INDEX and Match to bring across the data.
Data source
Where I need to add data:
So if the data pulled is not there, i.e. project 5678 for Adams-1, there does not need to be any addition.
For the cells with data we will add the Data source to the Feasibility Score first and max here can only be 25 (i was going to use MIN(C2+D2,25) as this is reflected across project 1234 for Adams-3.
Any help on how this formula look to not add when there is no data would be appreciated.
Data source
A | B | C | D | E |
project | Adams-1 | Adams-2 | Adams-3 | Adams-4 |
1234 | 25 | 12 | 21 | |
5678 | 25 | 15 |
Where I need to add data:
A | B | C | D | E | F | G |
project | Score total | Feasibility Score | Adams-1 | Adams-2 | Admas-3 | Adams-4 |
1234 | 62 | 5 | 25+62+5=92 | 12+5+62=79 | (21+5)(max 25) +62=87 | |
5678 | 64 | 5 | 25+64=89 | 15+5+64=84 |
So if the data pulled is not there, i.e. project 5678 for Adams-1, there does not need to be any addition.
For the cells with data we will add the Data source to the Feasibility Score first and max here can only be 25 (i was going to use MIN(C2+D2,25) as this is reflected across project 1234 for Adams-3.
Any help on how this formula look to not add when there is no data would be appreciated.