I am using this formula successfully in a cell that the user enters a £ value.
They can't enter a value in Q16 without selecting from a dropdown in F16 (F,O,I,E,B,P,S,R) and then a date in G16.
=AND(NOT(ISBLANK($F16)),NOT(ISBLANK($G16)))
I need to enhance this. I need the value entry in Q16...