Questions tagged [column]

39 questions
411
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,005
  • 3
  • 24
  • 22
2
votes
1 answer

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
  • 1,993
  • 9
  • 30
  • 65
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
  • 20,384
  • 48
  • 186
  • 322
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
  • 8
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
  • 3
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…
ScienceDiscoverer
  • 322
  • 1
  • 3
  • 11
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
  • 4
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
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
  • 3
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
  • 2
1
vote
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
  • 141
  • 1
  • 4
1
vote
1 answer

What does # mean in Windows Explorer column?

What does # mean in the Windows Explorer column? I've never seen something written in that column.
imida k
  • 219
  • 2
  • 9
1
vote
1 answer

Quickly inserting columns to many locations in a Word document at once

I have a multiple choice exam I've written in MS Word 2016 with the following question format: 1. Question text that is usually long enough to cross the entire page A. Answer Choice 1 B. Answer Choice 2 C. Answer Choice 3 D. Answer Choice…
theforestecologist
  • 586
  • 1
  • 9
  • 26
0
votes
0 answers

Word: Autonumbering IF other column not empty

I am at a little loss currently. I simply want word (MacOSX) to auto number in column two (See picture attached) if there is text in column three. My Table is basically one line with four columns which span across multiple (if not more than 20+…
0
votes
0 answers

How do I extract a single list of 3D spatial coordinates across 2 different sheets that link the 3 cartesian planes?

I am using Excel to draw an ellipsoid that is rotated by 15 degrees. What I want is not a 3D plot of it, but I want to get a list of all the coordinates that share a certain criteria. An example is shown below that illustrates this exercise: X-Z…
1
2 3