M magix May 10, 2007 #1 How can I use excel formula to force an entry to be input to Field B, if Field A has certain value ? Thanks. Regards.
How can I use excel formula to force an entry to be input to Field B, if Field A has certain value ? Thanks. Regards.
T Tim May 10, 2007 #2 Use conditional formatting to turn the Field B red if A has a value and B is empty. Eg: =AND($A$1<>"",$B$1="") Assuming you mean on a sheet - you don't specify. Tim
Use conditional formatting to turn the Field B red if A has a value and B is empty. Eg: =AND($A$1<>"",$B$1="") Assuming you mean on a sheet - you don't specify. Tim