Hi
I'm currently working on a spreadsheet to make stationery ordering in the office easier to track. I've been using a validated drop-down list for the items in order to keep consistency. However each cell in the item column needs to generate a designated nominal code depending on what category the item is under. I thought the best way to do this was to use an IF statement. I tried the following =IF(B6=N3:N15,"8350","NC") but it didn't work. Is this because N3:N15 means it is trying to equal B6 to all cells in the range? And if so, how could I make it so that the cell (B6) is equal to any in that range of cells? (N3:N15)
I should add that Column B is where the validated list is and Column N is where it is accessing the data from. The formula is being entered into a third column, Column E.
Can anyone help me out on this?
Cheers
Bookmarks