Questions tagged [column]
46 questions
449
votes
11 answers
Selecting columns in Visual Studio Code
Does Visual Studio Code support selecting columns of text?
I have not yet found this feature, so I am wondering if it is hidden somewhere. I am familiar with holding down Alt while selecting text, but Visual Studio Code does not behave this way.
ChiliYago
- 5,415
3
votes
3 answers
How to tell Outlook not to auto resize the columns of a table
I'm having a very frustrating experience with MS-Outlook, while creating a table inside an e-mail:
I have some text, separated by pipe characters, and I've chosen the "Convert text to table" feature to turn that text into a table. MS-Outlook does…
Dominique
- 2,373
2
votes
1 answer
How to create a stacked column chart where each category has unrelated subcategories
I have the following set of data
I want to create a column chart with 3 stacked columns(one for each category). The sum of amounts for each category equals 100. The issue I'm having is that the subcategories can be different for each…
Mohit Singh
- 23
2
votes
0 answers
How can I set the column width on a given column in multiple opened Excel files at once?
I have 10 opened Excel files. Each of them contains one spreadsheet. How can I set the column width on a given column in multiple opened Excel files at once? I use Excel 2205 on Microsoft Windows 10.
Franck Dernoncourt
- 24,246
- 64
- 231
- 400
2
votes
3 answers
Two columns pdf from markdown with pandoc and lua script
I want to render a two columns pdf document using markdown fenced divs. The minimal example is this :
:::::::::::::: {.columns data-latex=""}
::: {.column width="40%" data-latex="[t]{0.4\textwidth}"}
contents...
:::
::: {.column width="60%"…
ChrisAga
- 141
2
votes
3 answers
How to split table vertically in MS Word?
I want to create a table with 4 columns and many rows in MS Word 2013. I want to split the table vertically into 4 tables close to each other (e.g. 10 mm distance to each other).
I saw some tutorial on the Internet but they usually teach splitting…
asad
- 151
2
votes
3 answers
Excel - Divide One Column Vector Into Several Line Vectors
I am currently struggling to find out how a long column vector in excel can be divided into several line vectors.
E.g.
% one long column…
Timon
- 67
- 4
1
vote
1 answer
How do I indicate nested data groups side-by-side in an Excel stacked column chart?
I am preparing a chart for an academic journal and am struggling with formatting.
In the original chart I am trying to reproduce, nested data for two year periods, 2017 and 2020/21, are displayed side-by-side and then grouped by age range and…
the_DJDJ
- 13
1
vote
0 answers
How to add additional column types in Windows Explorer's column quick menu permanently?
I want to add some useful column types in the quick menu of Windows Explorer to not go through very long and bothersome process of scrolling through thousands of types in Choose Details window.
I want some items from this list:
To be permanently…
1
vote
1 answer
How do I use a cell reference as a column in a table reference?
Say I have a table "Data" (created with the "Format as table" button, with headers). In another table (say "Table"), I have a column ("Target column") that has values in the column names of the "Data" table and a column "Median". In the "Median"…
Joseph Doob
- 113
1
vote
3 answers
Win10 Explorer Dimension Column Blank
Just noticed that my explorer in Windows 10 doesn't show the dimensions of my images or videos anymore.
Explorer Example:
I remember having the Width, Height and Dimension columns working before but after a reinstall of windows 10 it seems to have…
Hetsig
- 33
1
vote
1 answer
Can I select only one column of data in Notepad?
I want to select only one column in my txt file. This is the sample of my file, its contain about 15k line i only want to select date column how i change a copy paste only on column...
Date Precip[mm/day] Temp[C] Q[mm/day] …
saqib
- 11
- 1
- 2
1
vote
0 answers
How create increment column in visidata from a set value, not for 1?
If I have I frame with 10 rows, and I create a new column with za and then use gi I get a range column from 1 to 10, but instead of that I want to get a range column from 15 to 25.
How can I get that?
Ferre Leon
- 11
1
vote
1 answer
Excel Pivot Table - Change Columns using Filter
I have a pivot table and values separated by a signal flag (0 or 1). I many different signal types (columns) to use.
Question: Instead of creating a new pivot table for each signal, is there a 'column filter' I can add to quickly change the first…
Tony
- 11
1
vote
1 answer
Order file by colum where column is a date
I have a file in the following format
222 aaaaa 2021-12-24
333fd bbb 2021-09-1
444 cc 2022-01-16
555 zzz 2021-08-21
6666 www 2021-09-5
777 yyy 2021-03-14
888 xxx 2021-11-27
999 ffffff 2021-12-4
I am trying to order the file based on the date…
xavi
- 13