![]() |
#7
|
|||
|
|||
![]()
In case the list of companies is not too long, the solution in attached workbook may be an option.
The named ranges nName## are less prone to errors, when search strings are not very short (this is the cause I limited the search for of string "WM" to 5 leftmost characters of description). The worst error is, when several names nName## are returning non-zero responses - those will be summarized, and as the result a wrong company may be returned. Theoretically you can search for 254 different companies typed-in directly into formula. To have more companies, you must have a sheet with list of companies, and the CHOOSE() function must refer to this list instead typed-in one. You can use autofilter to filter any set of entries from data table. When you add a couple of empty rows at top of table (in case the data table is defined as a Table, it is good idea to keep an empty row between entries not in Table and Table), then into field C1 you can enter the formula like Code:
=SUBTOTAL(9,tData[Amount]) |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
rsrasc | Word VBA | 7 | 03-28-2014 12:28 PM |
Question ... Need Help | MdCadle | PowerPoint | 1 | 09-10-2012 09:04 AM |
ppt question | fat | PowerPoint | 0 | 10-06-2011 01:33 PM |
![]() |
Girlie4 | Excel | 3 | 08-09-2009 08:02 PM |
Categories question & replying with attachment question | glitzymama | Outlook | 0 | 03-15-2006 09:32 AM |