excel

P

pacwood

I have an excel spreadsheet that has eight cells that require data.
The calculations are based on the data being filled in a specific
order. (ie: (a) 1st, then (b) then (c) then (d) etc.). How do I block
entry (gray out, lock, whatever) from all cells until the prior
cell(s) have been filled in first? So . . . you can't fill data in
(b, c, d, e, f, g, h) until (a) has data, you can't fill data in (c,
d, e, f, g, h until (a & b) have data. ???
 
J

JE McGimpsey

I have an excel spreadsheet that has eight cells that require data.
The calculations are based on the data being filled in a specific
order. (ie: (a) 1st, then (b) then (c) then (d) etc.). How do I block
entry (gray out, lock, whatever) from all cells until the prior
cell(s) have been filled in first? So . . . you can't fill data in
(b, c, d, e, f, g, h) until (a) has data, you can't fill data in (c,
d, e, f, g, h until (a & b) have data. ???

One way:

Select, say, B2:H100 (or whatever rows you want, but I'll assume that B2
is the active cell below). Choose Data/Validation:

Allow: Custom
Formula: =COUNTA($A2:A2)=(COLUMN()-1)

Set an input message or error alert if desired.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top