Messege boxs

  • Thread starter Thread starter F.M.H
  • Start date Start date
F

F.M.H

please i need a help on this case.
i have a data about products on sheet1
and i want excel to remmembering be about products that will expired berfore
30 days in a message box that contain the products and its dates which will
expired after some day but not more than 30 days
thank you in advance
 
I would not do it with a message box - it has the disadvantage that all
messages popping up needs to be acknowledged.

Why don't you do it with conditional formating?
All dates expiring in 30 day will be marked red and bold for instance.
 
I agree,
Just add an extra column with a function as below:
for example, if the expiry dates are in column "D" then in cell E2 put:
=E2-today() [formatted as 'general']
Then apply conditional formatting to column "E" so that anything at 30 or
under shows as red text for example
Hope this helps
 
thanks a lote for you Mrs. David, Franz Erhart for replying fast but i have
alot of dates and i need it to apear on message box and the dates that will
expired after 30 days listed on this message box
thank you in advance
F.M.H

David said:
I agree,
Just add an extra column with a function as below:
for example, if the expiry dates are in column "D" then in cell E2 put:
=E2-today() [formatted as 'general']
Then apply conditional formatting to column "E" so that anything at 30 or
under shows as red text for example
Hope this helps



Franz Erhart said:
I would not do it with a message box - it has the disadvantage that all
messages popping up needs to be acknowledged.

Why don't you do it with conditional formating?
All dates expiring in 30 day will be marked red and bold for instance.
 

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

Back
Top