Desperate NEED!!!!

H

huntr357

I have a form that we use at work... I have some problem barges tha
come in time to time that we have to make changes to the job orders on
I put all the barges on this excel sheet. What I need is maybe an i
statement or conditional foremat that will either shade the cell in o
something. Just some way of letting me know that it is one of th
problem jobs. The thing is I have used conditional formatting but yo
can only do three, I have at least 10 or so barges. I really don't kno
how to use the "IF" statement. Can anyone help me with this
 
B

Biff

Hi!

So, what do want to do? It's not really clear!

Do you want to highlight the barge number that's entered in the form if it's
a problem barge?

If so, list the problem barges somewhere on your sheet, say J1:J11.

Assume you enter the barge number on your "form" in cell A1.

Select cell A1

Conditional Formatting
Formula is: =OR(A1=$J$1:$J$11)
Select the desired styles
OK out

Biff
 
L

LanceB

From your explanation you could just change the background color of the cells
without the conditional format. But asuming there is information in the row
containing barge information that indicates a problem condition you could use
conditional formating to highlight the row. As an example, if in column A
you had a 1 if this was a problem barge and no entry if it wasn't. You could
then select the entire range of barge information and set in conditional
formating in the "Formula is" dropdown =$a1 = 1 and all rows with a 1 in
column A would receive the format you set.

Lance
 
J

JulieD

Hi huntr357

IF statements can not change the formatting of the cell.

How do you know, other than by the desired formatting, if there this is a
problem job? ... is there anything that can be used to distinguish which
ones are and aren't problem jobs (maybe a "note" in column D or something?),
if so, i'm betting we can come up with a way to make conditional formatting
work for this situation.
 
Top