Changing cell contents

M

Mike

Hi,

I'm trying to create a dynamic invoice - with customer invoice addresses
changing when I change the account number [in cell c5].

Can someone advise the easiest [and simplest] way of making this happen?

Address is from B4:b7

Thanks for any help!
 
D

Don Guillett

One way would be to use a VLookup table on another sheet. Look in the help
index for VLOOKUP
=vlookup(c5,sheet2!a3:d23,2,0)
=vlookup(c5,sheet2!a3:d23,3,0)
etc
 
M

Mike

Thanks Don - I'll give that a bash!

Don Guillett said:
One way would be to use a VLookup table on another sheet. Look in the help
index for VLOOKUP
=vlookup(c5,sheet2!a3:d23,2,0)
=vlookup(c5,sheet2!a3:d23,3,0)
etc
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(e-mail address removed)
Mike said:
Hi,

I'm trying to create a dynamic invoice - with customer invoice addresses
changing when I change the account number [in cell c5].

Can someone advise the easiest [and simplest] way of making this happen?

Address is from B4:b7

Thanks for any help!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top