I have a data block of 20 columns by 100 rows (starting at row 10, column P)
The data block should contain +ve numbers or empty cells only.
Within this data block, a row may be completely empty.
If the data row has any numbers, they should be consecutively smaller (but not necessarily in adjacent columns)
I have spare rows above and spare columns to the left of this data block where I could put check formulas (or functions).
Any suggestions for a quick way to put a validation check in?
Should I use formulas, custom function or a VBA loop??
I’m looking for an inspiration.
zeddy