I need help

M

mike

I have posted an example of my workbbok at
http://massivemike.co.uk/Tickets.htm
What i want to do is put a number in A4 on sheet 1 and
have it insert the appropriate name from sheet 2 ready for
printing, it works ok with numbers but when i need text i
get a #VALUE error, any ideas anyone i'm pulling my hair
out now, i can email it to you if req
 
B

Bob Phillips

Mike,

Bad formula.

Try
=IF(A4=1,Sheet2!C1,IF(A4=2,Sheet2!C2,IF(A4=3,Sheet2!C3,"")))

although you may want a different default to "".
 

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

Similar Threads

Mail Merge Help 1
Need some PWA help 0
Section and Page numbering 0
Menu Macro Not Executing - Need Help 1
Formula Problem 2
Help 3
Find matching cell and return value of a different cell 5
Need Help 1

Top