Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

How would I write a formula to locate duplicates in 1 column and the difference in another column.

I have 1 sheet that has duplicated Classroom IDs but different scores on each line. I need to flag any instances during the same term of a difference over 1.00 higher or lower with the same Classroom ID.

I need to find the repeat instances within column "Classroom ID" that occur during the same Column "Term Name" and then find the difference between the 2 rows being compared in column "ES Domain", highlighting any differences with a difference of over +/- 1.00.

I have been able to come up with a formula to identify instances of the same classroom ID but I am struggling to compare one found row to another found row to get the difference. I also have not yet added in the requirement for the term to match. I am including what I have below which leads all the answers to be 0 since it is subtracting the ES Domain cell from itself.

=IF(INDEX([Classroom ID]:[Classroom ID], MATCH([Classroom ID]@row, [Classroom ID]:[Classroom ID]), 0) = [Classroom ID]@row, [ES Domain]@row - [ES Domain]@row, " ")

Thank you!

Tags:

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions