Re: IF OR Q
- From: "Bob Phillips" <bob.NGs@xxxxxxxx>
- Date: Tue, 30 Jan 2007 11:41:46 -0000
=IF(OR(C7="Car",C7="Van",C7="Bike"),D7,"Enter Price")
--
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
"Sean" <seanryanie@xxxxxxxxxxx> wrote in message
news:1170155501.194414.15060@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have the following formula that I wish to return a value for
=IF(OR(C7=Car,Van, Bike),D7,"Enter Price")
Car, Van Bike are values within a Drop down list that I select in Cell
C7 etc
I am getting an error message 'There is more than one Cell with this
label' for Van - what does that mean and how can I overcome it? I
don't have any Range Names with this label.
I've removed Van from my formula i.e. =IF(OR(C7=Car,Bike),D7,"Enter
Price") and when I copy this down past C8 I get
=IF(OR(C7=Car,Car),D7,"Enter Price") - how can "Bike" now change to
"Car"??
Is it because the text I'm looking for are from a dropdown?
Thanks
.
- Follow-Ups:
- Re: IF OR Q
- From: Sean
- Re: IF OR Q
- References:
- IF OR Q
- From: Sean
- IF OR Q
- Prev by Date: Re: drop down lists
- Next by Date: Re: IF OR Q
- Previous by thread: IF OR Q
- Next by thread: Re: IF OR Q
- Index(es):
Relevant Pages
|