Reputation: 11
I would like to compare in Excel two fields per column and place a flag in a third field:
If the table looks like:
+---+--------+----------+---+
| | A | B | C |
+---+--------+----------+---+
| 1 | 100,00 | 100,00 | |
| 2 | 100,00 | 50,00 | |
| 3 | 100,00 | 200,00 | x |
+---+--------+----------+---+
If B is twice the value of A then C should get a flag.
How should I do this?
Upvotes: 0
Views: 134