#excel formatting
4 messages · Page 1 of 1 (latest)
If I were doing it I'd have conditional formatting where I'd use MATCH to get the column number for "IN" and "OUT" then have an IF to check COLUMN of the cell vs the MATCH of IN and OUT
Might have to play around with it a bit but something like that should work. I don't have excel to hand to test it