PC Review


Reply
Thread Tools Rate Thread

Conditional formula whereby if A1=Intuit, Then B1=PO Box 1

 
 
An Excel Populated World
Guest
Posts: n/a
 
      28th Oct 2008
Hi, I hope this is easy. I need to populate excel sheets with addresses so
that if A1 is Intuit, then B1 is The PO Box #. Get where I'm going with
this? I'm going to populate several documents using this kind of logic.
Thanks for any help!
 
Reply With Quote
 
 
 
 
Mike H
Guest
Posts: n/a
 
      28th Oct 2008
Hi,

You need a lookup table of text/PO Box # like the one below
then in a1 you enter the text and in b1 the formula
=VLOOKUP(A1,G1:H8,2,FALSE)

Note my table is in g1 - h8



Text PO Box #
a 11
b 22
c 33
d 44
e 55
f 66
g 77

Mike


"An Excel Populated World" wrote:

> Hi, I hope this is easy. I need to populate excel sheets with addresses so
> that if A1 is Intuit, then B1 is The PO Box #. Get where I'm going with
> this? I'm going to populate several documents using this kind of logic.
> Thanks for any help!

 
Reply With Quote
 
Glenn
Guest
Posts: n/a
 
      28th Oct 2008
An Excel Populated World wrote:
> Hi, I hope this is easy. I need to populate excel sheets with addresses so
> that if A1 is Intuit, then B1 is The PO Box #. Get where I'm going with
> this? I'm going to populate several documents using this kind of logic.
> Thanks for any help!


In B1:

=IF(A1="Intuit","The PO Box #","Result if A1 is not Intuit")

If this is not what you are looking for, then you need to add some details to
your description.
 
Reply With Quote
 
An Excel Populated World
Guest
Posts: n/a
 
      28th Oct 2008


"Glenn" wrote:

> An Excel Populated World wrote:
> > Hi, I hope this is easy. I need to populate excel sheets with addresses so
> > that if A1 is Intuit, then B1 is The PO Box #. Get where I'm going with
> > this? I'm going to populate several documents using this kind of logic.
> > Thanks for any help!

>
> In B1:
>
> =IF(A1="Intuit","The PO Box #","Result if A1 is not Intuit")
>
> If this is not what you are looking for, then you need to add some details to
> your description.
>


Okay Glenn, thanks! I tried that before but I was typing my formula into
the conditional formulas pop-up window instead. I have MANY addresses I need
to do that to, so I'll see if I can use this technique, or see if I have to
go to Mike H's suggestions. Thanks guys!
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I do a complex conditional in a conditional formatting formula Ray Stevens Microsoft Excel Discussion 7 12th Mar 2006 10:24 PM
IIF Files (Intuit Interchange Format) Brian Knappstein Microsoft Access Forms 2 4th Aug 2004 05:52 PM
Multiple conditional on conditional format formula Frank Kabel Microsoft Excel Programming 1 27th Jul 2004 06:24 PM
Re: Multiple conditional on conditional format formula Bob Phillips Microsoft Excel Programming 0 27th Jul 2004 05:30 PM
Intuit MasterBuilder Jeff Mackeny Microsoft Windows 2000 Terminal Server Applications 0 2nd Jun 2004 11:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:56 PM.