Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9843

Create an error message if certain cells are empty

$
0
0

I've been messing around with a spreadsheet for a while now and got it mostly working besides one part.

I have two columns, if a cell in the first column is "1", but the cell in the same row but different column is "empty" I want to output an error message.

I can do that for a single set of cells very easily with an IF, like so

=IF(J35 = 1,IF(ISBLANK(K35) = TRUE,"error","ok"),"ok")

But I have around 165 rows that I'd need to check that for.

Does anyone know how I could achieve this?

enter image description here

(The 1's and 0's are tickboxes in my actual table, ticked = 1, unticked = 0)


Viewing all articles
Browse latest Browse all 9843

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>