Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 47
Default how to apply Warning massage

how to apply Warning massage so that a wrning massage should pop-up while
comparing two mismatched values
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default how to apply Warning massage

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

  #3   Report Post  
Senior Member
 
Location: Hyderabad
Posts: 237
Thumbs up

Quote:
Originally Posted by Jacob Skaria View Post
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
If you considering case sensitiveness of strings use EXACT Function

=IF(EXACT(A1,B1),"","MisMatch")

Ex: "Strange" is not equal to "STRANGE"

all the best
__________________
Thanks
Bala
  #4   Report Post  
Posted to microsoft.public.excel.misc
dlw dlw is offline
external usenet poster
 
Posts: 510
Default how to apply Warning massage

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I CANNOT HIDE COLUM & I GOT ERROR MASSAGE "CANNOT SHIFT PBJECTS O. ALAA Excel Worksheet Functions 1 March 11th 09 07:02 AM
How many conditions can I apply to a cell? I need to apply 8. Markus Excel Discussion (Misc queries) 2 July 10th 08 01:06 PM
Pop up warning Michael Excel Discussion (Misc queries) 0 January 16th 08 04:02 PM
warning box delete automatically Excel Worksheet Functions 3 October 20th 07 03:31 PM
help on value error massage please. anier614 Excel Discussion (Misc queries) 3 October 17th 07 09:36 PM


All times are GMT +1. The time now is 11:40 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"