Forum Discussion
Comparing Cells after Splitting
Hi dmouser,
"How, I can I return the same if x, then true,fale results to compare the collective value of a series against the column B grouping?"
<--- Could you clarify more details about your logic to achieve this?
Regards,
Jimmy Tao
I may have solved this, but identified another challenge as a result. So I could leave my formulas unaltered, I added a step to copy the column, then split. Not sure if this is a best practice or not, but it allowed me to keep the original column and values to base my formula from.
However, my formula was comparing values of Column A to Column B to determine if they align. However, I noticed the sequences are not consistent, even though the values are. So if I'm comparing this Apple; Orange; Kiwi to Kiwi; Apple; Orange they don't match even though the content align. I do have the items in another table with their own IDs.
Can I sum of the values in the cell if they are found?
Fruite | ID
Apple = 1
Pear = 2
Orange = 3
Kiwi = 5
Peach = 4
Identified Fruits: Apple; Orange; Kiwi - sum of IDs = 9
Deliverd Fruits: Kiwi; Apple; Orange - sum of IDs = 9
- v-yuta-msft8 years agoCommunity Support
Hi dmouser ,
"So if I'm comparing this Apple; Orange; Kiwi to Kiwi; Apple; Orange they don't match even though the content align. I do have the items in another table with their own IDs. "
<---Could you share some sample data and results you want to achieve and explain more details about your requirement?
Regards,
Jimmy Tao
- dmouser8 years agoFrequent Visitor
I don't have a public file host, but did draft up a dummy workbook based on fruit. Image of two tables is below. I also uploaded a copy of the second table before manipulation to see how the sequence affects the outcome. Youll notice on the original while all 3 fruits were deliverred, because the sequence is different the calculation thinks they don't match and are therefore late.
- dmouser8 years agoFrequent Visitor
I located the following post on the boards which - I think - gets to the same questions solution. However, the instructions are a bit choppy and I'm having difficulty following them. Ironically, the example uses fruit too. :smileyhappy:
Creating a total score for values in a concatenated and comma separated list