Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I am trying to require that the cells in column G thru J be filled out if column C contains a certain value. I have been successful at making cell G5 be required if C5 has a value but I can not expand on this. For example:
If C5 = "Proposal" then G5, H5, I5, J5 are required. If C6 = "Proposal" then G6, H6, I6, J6 are required. etc all the way to C2006. This is what I have so far: If Worksheets("2012").Range("C5").Value = "Proposal" Then If Worksheets("2012").Range("G5").Value < "" Then MsgBox "You must fill in Proposal Data." Cancel = True End If Any thoughts? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Force required entry in cell before leaving that cell | Excel Worksheet Functions | |||
How to make a cell required if another cell has text in it | New Users to Excel | |||
How do I work on data starting to a cell a cell with a required va | Excel Programming | |||
Cell function required | Excel Worksheet Functions | |||
Setting a required cell | Excel Programming |