Is there a way in Excel to make it mandatory that individuals must fill out a cell.
B Beep Beep Apr 4, 2008 #1 Is there a way in Excel to make it mandatory that individuals must fill out a cell.
G GoBow777 Apr 4, 2008 #2 Beep said: Is there a way in Excel to make it mandatory that individuals must fill out a cell. Click to expand... You can lock all the cells in a worksheet and unlock a select group of cells so that only those cells can be selected, then apply Data Validation to those select group of cells. http://tinyurl.com/tt4t9 http://www.contextures.com/xlDataVal01.html
Beep said: Is there a way in Excel to make it mandatory that individuals must fill out a cell. Click to expand... You can lock all the cells in a worksheet and unlock a select group of cells so that only those cells can be selected, then apply Data Validation to those select group of cells. http://tinyurl.com/tt4t9 http://www.contextures.com/xlDataVal01.html
D Dave Peterson Apr 4, 2008 #3 Not really. I like to use an adjacent cell and just use a formula that nags the user until the cell has something in it: =if(a1<>"","","<-- Please fill in this cell!") I'll format it in big red letters!
Not really. I like to use an adjacent cell and just use a formula that nags the user until the cell has something in it: =if(a1<>"","","<-- Please fill in this cell!") I'll format it in big red letters!