Yeah, I fixed that myself.
But thanks for the reply!
John
"Peo Sjoblom" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Actually to guard against both empty cells and 0 this is probably better
>
> =AND(B3<=TODAY()+5,B3>=TODAY(),I3<>"",I3<>0)
>
>
> --
>
> Regards,
>
> Peo Sjoblom
>
> "John Meyer" <jay(letter) dot meyer at makotec dot net> wrote in message
> news:(E-Mail Removed)...
> > Thanks Peo (and to the other people who replied).
> >
> > Your help has been great!
> >
> > John
> >
> >
> > "Peo Sjoblom" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > The only thing you have to do instead of using cell value is using
> formula
> > > is, then use
> > >
> > > =AND(B3<=TODAY()+5,B3>=TODAY(),I3<>"")
> > >
> > >
> > > second formula I'll leave up to you
> > >
> > > --
> > >
> > > Regards,
> > >
> > > Peo Sjoblom
> > >
> > > "John Meyer" <jay(letter) dot meyer at makotec dot net> wrote in
message
> > > news:(E-Mail Removed)...
> > > > I didn't explain myself on part 1 well enough...
> > > >
> > > > I currently have these conditional formats:
> > > > 1 - cell value is between (today())+5 and today()
> > > > 2 - cell value is between (today())-5 and today()-1
> > > >
> > > > The first one formats the cell orange, second formats the cell red.
> > > >
> > > > I do not want these conditions to apply on a cell where the
> > corresponding
> > > > cell in column I is 0.
> > > >
> > > > Is this possible?
> > > >
> > > > Thanks again,
> > > >
> > > > John
> > > > "John Meyer" <jay(letter) dot meyer at makotec dot net> wrote in
> message
> > > > news:O#(E-Mail Removed)...
> > > > > Two questions, both have to do with semi-complex (at least for me)
> > > > > conditional formatting.
> > > > >
> > > > >
> > > > >
> > > > > 1) I have two conditional formatting "formulas" on column B.
> > Depending
> > > > on
> > > > > the corresponding row in column I, I want the conditional
formatting
> > on
> > > or
> > > > > off. If I3 = 0, then don't allow conditional formatting for b3.
> > > > >
> > > > >
> > > > >
> > > > > 2) I want cells from column A to be "strikethrough" if the
> > corresponding
> > > > > cell in column I equals zero.
> > > > >
> > > > >
> > > > >
> > > > > Is there any semi easy (from a data entry standpoint) way for this
> to
> > be
> > > > > accomplished?
> > > > >
> > > > >
> > > > >
> > > > > Thanks,
> > > > >
> > > > >
> > > > >
> > > > > John
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>
|