Newport Count
Active Member
- Joined
- Oct 25, 2009
- Messages
- 328
Hi there,
I am trying to identify a mismatch based on non-numeric data in a spreadsheet but unable to do this without a helper column that converts it to a numerical value.
It seems like there should be an easier way to achieve this (without the helper column) but I gave up searching for it!
Any ideas?
Current data as follows:
Order Item Plant h f
123 10 G013 13 check
123 20 G120 120 check
456 10 G013 13 ok
456 20 G013 13 ok
789 10 G013 13 check
789 20 G013 13 check
789 30 G120 120 check
I would like the formula to highlight if an order number has more than one Plant per (line) Item, if so state 'check' otherwise 'ok'.
My current formulae are as follows:
h helper column: =IF(C2="G013",13,IF(C2="G120",120,"error"))...i did try =RIGHT(C2,3) but that didn't work.
f formula column: =IF(AVERAGEIF(A:A,A2,D:D)=D2,"ok","check")
Many thanks,
Rich
I am trying to identify a mismatch based on non-numeric data in a spreadsheet but unable to do this without a helper column that converts it to a numerical value.
It seems like there should be an easier way to achieve this (without the helper column) but I gave up searching for it!
Any ideas?
Current data as follows:
Order Item Plant h f
123 10 G013 13 check
123 20 G120 120 check
456 10 G013 13 ok
456 20 G013 13 ok
789 10 G013 13 check
789 20 G013 13 check
789 30 G120 120 check
I would like the formula to highlight if an order number has more than one Plant per (line) Item, if so state 'check' otherwise 'ok'.
My current formulae are as follows:
h helper column: =IF(C2="G013",13,IF(C2="G120",120,"error"))...i did try =RIGHT(C2,3) but that didn't work.
f formula column: =IF(AVERAGEIF(A:A,A2,D:D)=D2,"ok","check")
Many thanks,
Rich