Hi all,
I am trying to see if there is a way to check the format of the values within a cell.
I am about to receive through a number of files that will all have a column containing a code to determine each case we are working on. All our codes are of the format xxxxxx.xxxxxx (eg CE0305.001000 – though a small amount of these are all numerical) and I want a simple way to mark out which of the entries follow this pattern and which fall outwith.
Something along the lines of: if (cell format is xxxxxx.xxxxxx, true, false)
Anyone have any ideas?
Thanks
Alba