excel

  • Thread starter Thread starter joe57
  • Start date Start date
J

joe57

if ihave an excel spreadsheet to use for stock control if A1 is
current stock A2 is order A3 is new stock level how do i show a
message when A3 drops below a certain figure
 
Hi Joe!

You could use:

Conditional Formatting.
Or:
An If function that returns a message when A3 is less than the given
level.
Or:
Use a Worksheet_Change event handling routine that pops up a message.

I'd be inclined to go the Conditional Formatting approach.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

fomula required 6
Sum values on different rows 3
Stock control question 4
What's the best way to set this formula up? 0
editing a hyperlink 2
Preorder GFX card? 8
Warning Messages 3
help on excel formula 4

Back
Top