I have a formula that checks my sheet if the number is typed or not in a specifik coulmn and makes me a "status" if it is Patched nor not. (the number is the name of a fixture)
=IF(ISNUMBER(MATCH(A:A;'ART48-1'!D2:D56;0));"PATCHED";"")
Kan I extend this formula to also find Duplicates and then type DUBBLE instead of Patched but still leave the cell empty when nothing is found.
I was then planning on using validation to make a popup with an error that says you can not write the same number twice.
Does that make any cense?
=IF(ISNUMBER(MATCH(A:A;'ART48-1'!D2:D56;0));"PATCHED";"")
Kan I extend this formula to also find Duplicates and then type DUBBLE instead of Patched but still leave the cell empty when nothing is found.
I was then planning on using validation to make a popup with an error that says you can not write the same number twice.
Does that make any cense?