I have a couple columns (N, O, P, Q) which hold numbers.
I want to check if any cells in these columns are empty. And if they are, I want Excel to somehow indicate them which ones they are (highlight the cell or the record, preferably). I have a formula in mind.
=IF(OR(ISBLANK(N),ISBLANK(O),ISBLANK(P),ISBLANK(Q),Highlight)
I want to check if any cells in these columns are empty. And if they are, I want Excel to somehow indicate them which ones they are (highlight the cell or the record, preferably). I have a formula in mind.
=IF(OR(ISBLANK(N),ISBLANK(O),ISBLANK(P),ISBLANK(Q),Highlight)