how to apply Warning massage

  • Thread starter Thread starter deepak
  • Start date Start date
D

deepak

how to apply Warning massage so that a wrning massage should pop-up while
comparing two mismatched values
 
Can you elaborate; preferably with an example? How would you like to compare
the values?

'This is not a popup...
=IF(A1<>B1,"Mismatch","")
 
Back
Top