Prev: Find Function
Next: Macro/VB coding question
From: Chad_Oglesbay on 4 Jun 2010 15:26 Hi all. In column A I have a list of a bunch of different test names. In column D we have times associate with each test. I would like to make a conditional format that will check column A for a specific test name and then check to see if the time in column D meets a certain requirement. This is what I have tried but can't seem to get it to work. =AND($A$4="CBC",D$4$>.0416) Anyone got any ideas?
From: Luke M on 4 Jun 2010 15:33 It should work...make sure your time really is greater than 0.416, and not something like 0.41599999999 -- Best Regards, Luke M "Chad_Oglesbay" <Chad_Oglesbay(a)discussions.microsoft.com> wrote in message news:E8985CFB-ECEA-4D1A-BCC0-9A3A38F1B8BF(a)microsoft.com... > Hi all. In column A I have a list of a bunch of different test names. In > column D we have times associate with each test. I would like to make a > conditional format that will check column A for a specific test name and > then > check to see if the time in column D meets a certain requirement. This is > what I have tried but can't seem to get it to work. > > =AND($A$4="CBC",D$4$>.0416) > > Anyone got any ideas? >
|
Pages: 1 Prev: Find Function Next: Macro/VB coding question |