What's the difference between the first 2 entries in this list and the highlighted entries?
Related
I have a list of Tasks: Portfolios, Programme of works, Projects, etc.
i have a document number that starts TMO-
These are in a long list TMO-1,TMO-2 etc with each one being associated to a Task title.
The photo below shows the fist few. In column AA and AB i have started to create some filters to see what portfolio number, and POW they are linked to. IN column AC there is a list of TMO-1, TMO-2 etc links for each line.
The issue is some of them have multiple values and i cant get that to work.
My working so far has been to separate the lists into lines as shown (so i took the list in column AC and split it into separate rows on a different page for clarity) i then used Text join to search. The search criteria for this i kept on a separate page also which was all the portfolios which go from TMO-1 to TMO-7 also shown:
As stated above the issue comes when looking at programmes of work POW as projects have multiple POW's. Once the Value is found in the finder tabs its just shown on the main output tab using =(to the cell on the finder)... any ideas ?
I have a series of data (in 2-dimensional list 'CombinedTable') I need to use to populate a table in an MS Word template. The table has 7 columns so I attempted the following using docxtpl module:
context = {
'tpl_modules1': CombinedTable[0]
'tpl_modules2': CombinedTable[2]
'tpl_modules3': CombinedTable[4]
'tpl_modules4': CombinedTable[6]
'tpl_modules5': CombinedTable[8]
'tpl_modules6': CombinedTable[10]
'tpl_modules7': CombinedTable[12]
}
tpl.render(context)
tpl.save(FilePath + FileName)
Not the most elegant solution I know but am just trying to get this working- unfortunately using this code with the following template results in tpl_modules7 data being written in to all columns, rather than just the 7th.
Does anyone have advice for how to resolve this? I attempted to create a for loop through the columns as well as rows but was unsuccessful in writing anything to the doc (was saved as a blank & empty doc).
The CombinedTable variable is a list of 12 lists (one for each column in template, although only 7 contain data). Each of these 12 lists contains another list with cell data whose length is equal to the number of rows to be written to the table in that column. This means that the number of rows that are written to varies for each column.
EDIT: Looking more closely at the docs, it states that I cannot use %tr multiple times in the same row. I assume I will then have to use a loop through %tc and %tr (which I tried & couldn't get working). Any advice on how to implement this? Especially on the side of the word document. Thanks!
I was able to resolve this satisfactorily for my requirements, however my solution may not suit all. I simply set up 7 different tables in a document with 7 columns and adjusted margins/borders to suit the dimensions I required for the tables. Each of the 7 tables had identical docxtpl syntax as image in my question with the small buffer columns between them being replaced by columns in the word document.
I'm currently creating/organizing what was one excel file with 50 items.
Within these 50 items, there were roughly 30 things they were linked to.
I split up the 30 items into 3 total pages-- roughly 10 items per page to simplify this question.
I want to know how I can make each page dynamic with one another?
For example, if I have a,b,c, d, ...-y as my "25" items on all 3 pages in column A, how can I make sure that column A stays the same on each page?
If I sort page 2 by column 4 by let's say value, it'll rearrange column A. How can I also make sure that if that happens, that column A in pages 1 and 3 also are in the same order as page 2, while also making sure the values in the columns B through K match up with column A before it was restructured.
Sorry if that's confusing. That's why I'm here.
I have a spreadsheet with six columns, and I want to remove duplicates for each line which contains values within columns 3 and 4 that match the values of 3 and 4 on another line. For example, these two lines would need to be deduped:
alpha.txt, beta.txt, 03/12/15, exit, gamma.txt, bravo.txt
gamma.txt, bravo.txt, 03/12/15, exit, alpha.txt, beta.txt
Since columns 3 and 4 match, I want these to be deduped. I tried using the Data > Remove Duplicates feature within Excel (selecting the entire table but removing duplicates only by columns 3 and 4) but it fails to remove all of the duplicates.
Does anyone have an alternative method in Excel or perhaps via sort or some other Linux utility?
I have a 'master' list with say, 10 columns (1 - 10). I have another list(2) and want to display what is in, say column 3 in list 1 in list(2) so that both lists show the same info.
I also want the ability to change content in column (3) from either list 1 or list 2 so that both are updated.
Is this possible?
It is possible. You'll have to write an event receiver.