Vlookup Function Needed

  • Thread starter Thread starter Marcopolo
  • Start date Start date
M

Marcopolo

Hi,

I was wondering if anyone could help me sort out my problem. I have
spreadsheet with around 15 sheets on it. I have a Vlookup sheet whic
provides todays date and is updated daily automatically.

In each of the other sheets I have an end of maintenance column whic
has a list of dates. What I need is a formula for the i
progress/finished column. The purpose of this column is to check if th
date in the end of maintenance column is greater than the date shown i
the lookup sheet. If it is then "finished" shall appear in black. I
however, it is before the date shown in the lookup sheet then it shoul
appear in red and display "in progress".

Here is the formula I have so far. It displays the messages ok but ho
do I go about displaying them in a certain colour?

=IF(+LOOKUP!$B$2>+L3,"FINISHED","IN PROGRESS"
 
Hi
you may use conditional format:
- select the cell
- goto 'Format - Conditional format'
- choose cell = 'OK' and select your format for this condition

Repeat this for the other conditions (up to three)
 

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

Help needed 0
VLookUP formula help! 5
vlookup 7
VBA Vlookup Error 1
Displaying Multiple Results from Vlookup 1
Vlookup Help 3
Vlookup from a formula field 6
Excel vba code to match duplicates 4

Back
Top