sam.tidswell-norrish
New Member
- Joined
- May 17, 2011
- Messages
- 27
I have a worksheet with 30 columns across. In column A I want either a tick or a cross in each box to indicate whether all the columns have been filled in between columns B and AT.
Ideally it would be a tick if there are 4 or less blank columns on each row, a red cross if there are between 4-20 blank columns on each row and another symbol if there are 20+ blank fields.
Currently I am using this formula:
=LOOKUP(COLUMNS(B1:AT1)-COUNTA(B1:AT1),{0,1,25;"a","r","x"})
with webdings to illustrate the crosses/ticks etc.
Thanks
Ideally it would be a tick if there are 4 or less blank columns on each row, a red cross if there are between 4-20 blank columns on each row and another symbol if there are 20+ blank fields.
Currently I am using this formula:
=LOOKUP(COLUMNS(B1:AT1)-COUNTA(B1:AT1),{0,1,25;"a","r","x"})
with webdings to illustrate the crosses/ticks etc.
Thanks