VictoriaLJones
Technical User
I'm not sure if this is the correct forum, but thought would give it a try.
I am trying to write some formula's into a spreadsheet (that will eventually be automated). What I am trying to do is pick up where there are multiple entries of the same value, but the number of times it appears is an odd number.
For example the following data shows where the value 140 occurs multiple times but it is an even number - i.e. 10 times. However the next value 120 only occours 3 times. In this scenario I would only want it to flag "Multiple" for the 120 value, not 140.
At present my formula flags both. The formula I am using is:
=IF(L1="",IF(L2="","One Sided","",IF(L1="Match",IF(L2="Match",IF(L3="","Multiple","","","")
The "Match" field is simply an If statement comparing the current row value to the row aboves value.
How do I get it to ignore cases where the number of entries are "even". I am thinking of using a CountIF function - but what should I use as a criteria?? Its starting to make my brain hurt, so any suggestions gratefully received!!
Thanks
Victoria
Multiple?? Value Matching?
140 Match
140 Match
140 Match
140 Match
140 Match
140 Match
140 Match
140 Match
Multiple 140 Match
140
120 Match
Multiple 120 Match
120
I am trying to write some formula's into a spreadsheet (that will eventually be automated). What I am trying to do is pick up where there are multiple entries of the same value, but the number of times it appears is an odd number.
For example the following data shows where the value 140 occurs multiple times but it is an even number - i.e. 10 times. However the next value 120 only occours 3 times. In this scenario I would only want it to flag "Multiple" for the 120 value, not 140.
At present my formula flags both. The formula I am using is:
=IF(L1="",IF(L2="","One Sided","",IF(L1="Match",IF(L2="Match",IF(L3="","Multiple","","","")
The "Match" field is simply an If statement comparing the current row value to the row aboves value.
How do I get it to ignore cases where the number of entries are "even". I am thinking of using a CountIF function - but what should I use as a criteria?? Its starting to make my brain hurt, so any suggestions gratefully received!!
Thanks
Victoria
Multiple?? Value Matching?
140 Match
140 Match
140 Match
140 Match
140 Match
140 Match
140 Match
140 Match
Multiple 140 Match
140
120 Match
Multiple 120 Match
120