![]() |
|
|
|
#1
|
|||
|
|||
|
Headers for defined Tables can't be numbers (or formulas).
And for your case, your solution is too complex! |
|
#2
|
||||
|
||||
|
[And for your case, your solution is too complex![/QUOTE]
Arvil may I ask about the function of the extra comma after tAnnex? |
|
#3
|
|||
|
|||
|
Quote:
tAnnex in formula returns datarange of Table tAnnex, i.e. a range A2 : D5 in example file. NB! This range is 2-dimensional, i.e. in general it contains rows and columns. For 2-dimensional ranges/array: INDEX(DataRange,RowNo,ColumnNo), returns a value from single cell; INDEX(RowNo,), returns a single row from datarange; INDEX(,RowNo), returns a single column from datarange; As follows, 'INDEX(tAnnex,,[@[SALARY STEP]]+1)' returns a datarange column ([@[SALARY STEP]]+1 from tAnnex, i.e. when SALARY STEP in tSalaries is 1, the column Step1 of tAnnex is returned, when SALARY STEP is 2, the column Step2 is returned, etc. |
|
#4
|
||||
|
||||
|
But why are there two commas in the formula?
=INDEX(tAnnex,, I tried deleting one comma but got error result. |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
VBA convert to table - format Column 1
|
Shelley Lou | Word VBA | 4 | 01-29-2021 05:44 AM |
| Use a numerical merge field to subtract that number of months | MichaelSpedding | Mail Merge | 8 | 11-11-2015 01:11 PM |
| VBA to Format a Table Column in Excel | Sgt Rock | Excel | 0 | 02-14-2015 02:54 PM |
1.image in a table 2.right click 3.menu click format 4.a format column appears
|
OldFatDog | Drawing and Graphics | 1 | 06-13-2014 11:19 PM |
| Change from General Format to number format | gbaker | Excel | 3 | 08-16-2013 01:04 PM |