Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default How do I insert a pop-up box to alert me when numbers are wrong?

I would like to have a box pop-up to alert me when two numbers in my
spreadsheet do not match. Can somebody please let me know how this is done?

If that is not possible, I would like to insert a box control that when it
is clicked and the numbers do not match, it will colour them to alert me.

Cheers
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default How do I insert a pop-up box to alert me when numbers are wrong?

Why not use conditional formatting?

Use a format of:
=a1<a2
and color it, say, red

The cells which don't match will be highlighted in red

Regards,
Fred

"Mallymoo" wrote in message
...
I would like to have a box pop-up to alert me when two numbers in my
spreadsheet do not match. Can somebody please let me know how this is
done?

If that is not possible, I would like to insert a box control that when it
is clicked and the numbers do not match, it will colour them to alert me.

Cheers


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default How do I insert a pop-up box to alert me when numbers are wrong?

Pop-up messages would involve VBA code.

Without code you could use Condtional Fomatting to color the cells when not
equal.

Assuming we're dealing with A1 and A2

Select A1 and FormatCFCell Value is: not equal to =A2

Format to a color.

Select A2 and FormatCFCell Value is: not equal to: =A1

Format to same color.


Gord Dibben MS Excel MVP


On Wed, 11 Nov 2009 16:20:01 -0800, Mallymoo
wrote:

I would like to have a box pop-up to alert me when two numbers in my
spreadsheet do not match. Can somebody please let me know how this is done?

If that is not possible, I would like to insert a box control that when it
is clicked and the numbers do not match, it will colour them to alert me.

Cheers


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How do I insert a pop-up box to alert me when numbers are wrong?

I'd just use a cell that's in a prominent location.

And put a formula like:

=if('sheet 88'!a1='sheet 99'!a1,"","Two cells don't match message here!")

Format the cell in nice big bold red letters.



Mallymoo wrote:

I would like to have a box pop-up to alert me when two numbers in my
spreadsheet do not match. Can somebody please let me know how this is done?

If that is not possible, I would like to insert a box control that when it
is clicked and the numbers do not match, it will colour them to alert me.

Cheers


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How do I insert a pop-up box to alert me when numbers are wrong?

With a bit of further thought, I wouldn't allow the users to mess up.

I'd just use a single cell and then the second cell (if I absolutely needed to
have two for some reason) would be:

=if('sheet 777'!a1="","",'sheet 777'!a1)

Try not to give me (the user) a chance to screw up--and I'll screw up less.

Mallymoo wrote:

I would like to have a box pop-up to alert me when two numbers in my
spreadsheet do not match. Can somebody please let me know how this is done?

If that is not possible, I would like to insert a box control that when it
is clicked and the numbers do not match, it will colour them to alert me.

Cheers


--

Dave Peterson
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
numbers displayed wrong Richard van Rijsbergen Excel Discussion (Misc queries) 3 July 15th 09 02:26 PM
Timeend - TimeStart = wrong numbers digitalmuse Excel Worksheet Functions 2 October 17th 08 04:54 PM
Sum of numbers with only two decimal places wrong Excelgonecrazy Excel Discussion (Misc queries) 2 November 13th 07 07:21 PM
Insert Calculated Field (wrong Qty*Price = wrong Amount) Edmund Excel Discussion (Misc queries) 8 October 4th 07 12:13 PM
typed numbers entered in cell wrong Fred J Excel Discussion (Misc queries) 2 May 22nd 06 09:19 PM


All times are GMT +1. The time now is 03:12 PM.

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"