Thread
:
how do I prompt a user to update a cell in Excel?
View Single Post
#
1
Dave Peterson
Posts: n/a
I'd use an adjacent cell formatted in big red letters:
=if(a1<"","","Please enter a value in A1!")
martb wrote:
--
Dave Peterson
Reply With Quote