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

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

--
Jacob (MVP - Excel)


"deepak" wrote:

> how to apply Warning massage so that a wrning massage should pop-up while
> comparing two mismatched values
From: dlw on
use Data \ Validation on one of the cells to make sure it matches the other
cell

"deepak" wrote:

> how to apply Warning massage so that a wrning massage should pop-up while
> comparing two mismatched values