![]() |
|
|
|
#1
|
||||
|
||||
|
In the attached there are two solutions on Sheet1. A simpler one (column F) that gives the same results as you expect from the data you provided, but on a test sheet (Sheet1 (2)) gives different results (see cell F407).
This is the of formula: =INDEX($N$2:$N$13,MATCH($B2,$M$2:$M$13)) The more complex formula (column E) uses a different lookup table: =IF(LEFT($B2,1)="B","BRYAN",IF(LEFT($B2,1)="U","AL MEDA",INDEX($K$2:$K$11,MATCH(VALUE(RIGHT($B2,3)),$ J$2:$J$11)))) gives more consistent results (see cell E407). On Sheet1 there are comments in cells J2 and M2 regarding setting up the lookup tables. It should be enough to get you started. |
|
#2
|
|||
|
|||
|
oh.... wait I have one more question if you dont mind.... Sooooo If I already had a complete list that had all possible accounts listed and their respective plants, that would make it more consistent? Could you please show me one more time? On the attached file, the first list is the report without plants, on the 2nd tab is the complete department list with all possible entries.
|
|
#3
|
||||
|
||||
|
Quote:
It's a balancing act; do I have a long list (more difficult to maintain when there are department changes) or a shorter list where we know a given plant will be associated with a range of numbers (this is often the case with cost centre names)? If you are going to use a full list then the 3rd argument of the MATCH function has to be 0 (it looks only for an exact match) and the dept numbers can then be in any order. Also it's easier to write the formula if you use VLOOKUP with the last argument being FALSE (also an exact match). The two formulae are in columns D and E of Sheet2 of the attached. If you want a friendlier thing to show than an error code, then you can enclose the formula in the IFERROR function, see cells F42 and F43 of Sheet2. |
|
#4
|
|||
|
|||
|
I used VLOOKUP and i think I got it to work.
My last task to add to the macro is to give me total for each plant. I hate to ask again, but it would be my last question I promise! whats the best way to do that? thanks again for everything! |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| conditional formatting macro | ewso | Excel Programming | 2 | 10-05-2017 12:10 AM |
Conditional formatting
|
bbutl027 | Excel | 15 | 12-05-2016 08:56 PM |
| Conditional Formatting Macro | grexcelman | Excel Programming | 1 | 01-10-2015 04:45 PM |
Conditional formatting that ignores other formatting rules
|
info_guy2 | Excel | 1 | 07-03-2014 10:07 AM |
Conditional Formatting and/or Macro for Character Insertion?
|
MonOverArchIng | Word | 2 | 01-11-2013 02:48 AM |