redbaron131
New Member
- Joined
- Feb 25, 2023
- Messages
- 4
- Office Version
- 365
- Platform
- Windows
Please see the attached picture for most cell locations.
I am creating a work tracker to capture metrics for hours and values for various reports and logs for individuals.
I have been attempting to figure out how to create the needed formula. If there is potentially an easier way, I am all ears.
Example of how I want it the formula (seen below) to behave:
`M34:M38` all have `123test123`
`J34` is filled with `“Name1”`
`G34:G38` all contain different values to sum
The summed values are then returned to the cell that has the formula that has `“Name1”` in `P3``("*"&P3&"*")`
`M39:M48` all have `456test456`
`J39` is filled with `“Name2”`
`G39:G48` all contain different values to sum
The summed values are then returned to the cell that has the formula that has `“Name2”` in `P4``("*"&P4&"*")`
This process will continue until the end of the range.
`G` and `M` will have data in all cells. `J` and `O` will only have data in the first cell of the instance of the unique JCN.
The formula will be in W3 for the individuals in `J`
A similar formula will be in X3 for the individuals in `O` but need to validate they are not in both `J` and `O`. I want the data to be counted only once per person.
I hope what I just explained makes since. If not please ask and I will try my best to clarify
I am creating a work tracker to capture metrics for hours and values for various reports and logs for individuals.
I have been attempting to figure out how to create the needed formula. If there is potentially an easier way, I am all ears.
Example of how I want it the formula (seen below) to behave:
`M34:M38` all have `123test123`
`J34` is filled with `“Name1”`
`G34:G38` all contain different values to sum
The summed values are then returned to the cell that has the formula that has `“Name1”` in `P3``("*"&P3&"*")`
`M39:M48` all have `456test456`
`J39` is filled with `“Name2”`
`G39:G48` all contain different values to sum
The summed values are then returned to the cell that has the formula that has `“Name2”` in `P4``("*"&P4&"*")`
This process will continue until the end of the range.
`G` and `M` will have data in all cells. `J` and `O` will only have data in the first cell of the instance of the unique JCN.
The formula will be in W3 for the individuals in `J`
A similar formula will be in X3 for the individuals in `O` but need to validate they are not in both `J` and `O`. I want the data to be counted only once per person.
I hope what I just explained makes since. If not please ask and I will try my best to clarify