Skip to main content

Questions tagged [row]

A horizontal line of cells in a spreadsheet, SQL table, HTML table, or similar structure.

-1 votes
0 answers
25 views

problem in delete function in java and mysql [closed]

error message when i press delete حذف I have a table connected with mysql when I choose a row to delete it doesn't work here is the code of delete private void l2MouseClicked(java.awt.event....
Moaaz Abdo's user avatar
2 votes
2 answers
58 views

excel - how to pick the whole row using randbetween

I'm trying to pick a random row from my dataset shown below. I'm wanting to pick out 2 rows from the list at random, with column C being the column that is randomized and column D to match with the ...
jenstar's user avatar
  • 31
0 votes
0 answers
30 views

Adding Average at the very last part of the row and column in a dataset

I have a sample dataset of total outbound calls, it comprises rows (dates) and columns (hourly), my goal is to show totals and average of outbound calls per day (rows), and the totals and average of ...
Harvey's user avatar
  • 143
0 votes
2 answers
41 views

How do I set a variable to ActiveCell.Row

I would like to be able to return the row number of the active cell then assign that value a variable. It is saying "Object not Defined" for ActiveCell.Row when I attempt to run the Macro. I ...
Aaron Sharples's user avatar
2 votes
4 answers
62 views

Creating new variable under dplyr based on similar values in many columns

I have a dataset where multiple individuals attended 6 events. Dataset looks somewhat as follows: Series event_1 event_2 event_3 event_4 event_5 event_6 1 Bill Alicia Alicia ...
Maleeha Shahid's user avatar
0 votes
1 answer
61 views

How to return all/multiple the Cell Addresses/Reference in Datagridview?

This is my new post but in continuation of Thread 78734244 of this forum. I was wondering How Could i get all the Cell Addresses/Reference in Datagridview. The above thread was for any single input of ...
SsD's user avatar
  • 11
1 vote
1 answer
24 views

Adding Border Styling to Table Row Headings and Colum Headings

I would greatly appreciate some help with this, if possible. I'm trying to add some global CSS styling to tables that are automatically generated by our company platform's HTML editor, but running ...
VeeSands's user avatar
0 votes
1 answer
22 views

Index or xlookup needed - looking to return multiple critera xlookup to same row

Thank you in advance for your assistance. Looking to do either a index/match formula or xlookup (open to any other solutions) to create this view in my sheet. I am wanting excel to look at column N ...
Lostinthesauceunfortunately's user avatar
0 votes
1 answer
45 views

How to return Cell Reference of DataGridView if Value in that Cell Matches with Textbox?

I would like to get the reference to a Cell - i.e. the row and column numbers, or the cell address of the particular cell if that DataGridView cell contains the value of a Textbox. I've explored many ...
SsD's user avatar
  • 11
1 vote
1 answer
40 views

FlowRow make elements in row stretch to available width

In Jetpack Compose FlowRow, how can I make the elements within the rows stretch the full width of the screen. If this code is run on a Pixel 8, the first 4 names are on one row which is what I want, ...
Vaz's user avatar
  • 508
0 votes
1 answer
23 views

How to delete rows in an xarray containing a certain value of date?

I have an xarray containing data from an NetCDF4 data file. This xarray has a time dimension where several rows probably contain missing data. Their time stamp is always '1904-01-01T00:00:00.000000'. ...
Swawa's user avatar
  • 171
-3 votes
0 answers
31 views

Transform the value of column to number of rows in dataframe [duplicate]

I want to transform the column value to number of rows. E.g. data1 |Month | Number | | --------| -------- | | March | 1 | | April | 2 | | April | 2 | The output I want ...
Axl Rose's user avatar
-3 votes
1 answer
59 views

Transform the value of column to number of rows [duplicate]

I m new in R. I want to transform the column value to number of rows. data: Month Number March 1 February 2 February 2 The output i want is : Month Number March ...
Axl Rose's user avatar
1 vote
0 answers
44 views

Adding Rows in DataGridView on form without writing the syntax DataGridView1.Rows.Add(3)

The thread question is clear and specific ie. to add rows in DGV1 on Form without writing its syntax (programmatically The reason i want is to work around with cells in DGV1 is for Numbering cells its ...
SsD's user avatar
  • 11
0 votes
1 answer
34 views

Add borders to specific rows in Sharepoint Lists

Is it possible to mark specific rows in Sharepoint Lists individualy and manually? I add rows into a list every day, counting the amount of the row quantity in the first column, like 1. 2. 3. Etc. ...
Slipandris's user avatar

15 30 50 per page
1
2 3 4 5
520