![]() |
|
#14
|
|||
|
|||
|
I really appreciate everyone's help,
I know trying to do this with my example does not make sense. I was actually trying to do something across "similar" but somewhat different large sheets, which is why I would prefer to use a "name" rather than a col/row reference. Again, I know how do this using excel tables, but as I noted I have reasons why I would rather not use tables. My actual tables are much more complicated than my example. I want to add multiple columns and find the max of multiple columns in "each" row and place the result in the same row. In my example, my non-table has 12 rows and I have named Col_1 and Col_2. What I found was that I can have "= Col_1 + Col_2" or "= Col_1 * Col_2" in a cell and it will add or multiply just the Col_1 and Col_2 for that row - works great. However, when I use sum to add - "= sum (Col_1 , Col_2) - it sums the entire column of each. Same with max "= max ( Col_1 , Col_2)"; it finds the max of 12 rows of both columns. What I wanted was it to sum Col_1 & Col_2 in just that one row and find the max of Col_1 & Col_2 in just that one row. As I wrote, there is zero documentation that my first examples would work, but they do. But "@" does not work on a non-table sheet. So it seems that if I want to compare 5 columns, I must use a complicated "if" statement. Again, thanks for your suggestions, but they will not help in this case. |
| Tags |
| named ranges |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Named Ranges Help
|
SavGDK | Excel | 5 | 05-01-2017 09:41 AM |
Data Validation List based on Two Named Ranges
|
Rich18144 | Excel | 4 | 01-14-2016 04:37 AM |
| How to use named ranges in excel vba? | bosve73 | Excel Programming | 4 | 01-25-2012 09:26 AM |
| Dynamic Named Ranges using text | hannu | Excel | 0 | 06-22-2010 04:42 PM |
| Can't import home adresses in outlook 2010 from excel named ranges | eekie | Outlook | 0 | 05-14-2010 02:04 PM |