Multiple IF statement

  • Thread starter Thread starter Nikki
  • Start date Start date
N

Nikki

Hi,

I have a series of drop down boxes and then a line at the bottom of the
spreadsheet that has a different code generated depending on what has been
chosen in the drop down boxes. Is a multiple IF statement the best way to do
this and if so can i please get some advice on this?

Thanks
 
sorry i meant a certain cell that displays info dependant on what is chosen.
 
You will need to give further details. How many drop-down boxes do you
have, and what is in them? You might be able to use a multiple IF
statement, but it might be that VLOOKUP is more appropriate, depending
on the number of choices you have. More details please.

Pete
 
Hi,

Ok so here goes -

First drop down box (Company) - looks up options from sheet 'Backend'
Second drop down box (Division) - looks up options from sheet 'Backend'
Third drop down box (Profit Centre) - looks up options from sheet 'Backend'
Forth drop down box (Project Type) - looks up options from sheet 'Backend'

Cell Project Number - 3 letter code generated depending on what options are
chosen in drop down boxes 'Company' 'Division & 'Project Type'

Please let me know if you need any more info.

Thanks
 
How is your code made up? First letter of Company, Division and
Project Type? Or is it more complex than this?

I suspect that you will need to compile the list of codes in a table
of all possible choices (perhaps located in the sheet Backend), and
then you can look up the value from that table.

Hope this helps.

Pete
 

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

vlookup if statement help needed 2
IF Statements 1
Set chart series endpoint dynamically 0
Conditional Statements 2
Drop Down List 3
Data Validation & Drop-Down Lists 4
Month text as a value 16
Alt codes 4

Back
Top