Quantcast
Channel: Active questions tagged excel - Stack Overflow
Browsing all 88066 articles
Browse latest View live
↧

Excel VBA Loop through Workbooks with Copy & Paste

I have a folder named "Import" I want to fill up with xls files and import them all at once. The files have the same structure and just require an easy copy and paste to the last cell of my master...

View Article


Image may be NSFW.
Clik here to view.

How to automate the creation of a list based on an integer input in Excel

This is undoubtedly a very simple problem, but I don't have much experience with coding in Excel. In this example, I would like the user to input the # of students into cell B3. After inputting the #...

View Article


Image may be NSFW.
Clik here to view.

TextJoin: How to remove duplicate values?

I have the following table of data:In C2, I then input the following formula =TEXTJOIN(", ",TRUE,IF($B$2:$B$7=$B2,$A$2:$A$7,"")) which returns the following:However, I want the formula to ignore any...

View Article

Errors Selecting Nth Row of Filtered Data

I am writing a macro to tag specified lines of a table for sample review.Due to the volume of data, running repeated loops over the entire population would result in unacceptably long runtimes (as I...

View Article

New codes prevent old codes from working?

This Excel file tracks engine status from Sales and Production departments. Columns A - M in the workbook contain data necessary to deem the engine status. Columns N - AS are used to track engine...

View Article


Image may be NSFW.
Clik here to view.

Custom number format with unit in EPPlus

Is it possible to set the format for a cell/column in excel like shown in the image using EPPlus? What's the proper syntax to achieve that? The following code doesn't work.worksheet.Cells[row,...

View Article

Copy Specific Columns from all sheets in a workbook to a new sheet Excel VBA

I have 10 sheets in each of my workbooks and I wanted to copy the first 15 and last 18 columns of each of my sheets into a new summary sheet. I don't want to reference each sheet as I wanted to use the...

View Article

Distributing data with lower and upper boundaries in Excel

Here's a link to a screenshot with the formula used in Column B and some sample dataI have a spreadsheet with 48 rows of data in column AThe values range from 0 to 19The average of these 48 rows = 8.71...

View Article


Copy and pasting only works when pasting to worksheet not cells

Good Morning, I am trying to Copy and paste cell values from a master spreadsheet based on a keyword which I have placed in a separate category worksheet. I then paste the filtered information from the...

View Article


NEED EXCEL IN COUNTIF AND COUNTIFS

ı am stuck in formula and ı don't know how to solve this problem. ı want a write a formula which is check the names if the names are same counts data which is in the other column. Can you help me please.

View Article

Copy a Range into a New Workbook based on cell value

I am trying to copy a range (A1 to E26) of data from Active-worksheet output into a new excel workbook and save the new workbook with the Active-sheet value in D3 and E3.Here is the VBA I have thus...

View Article

Highlight Listbox Function

Im looking for assistance in my code in regards to my listbox highlighting and actively changing the highlighted choice based off active sheet.my listbox auto populates based off the sheets within the...

View Article

Image may be NSFW.
Clik here to view.

Exporting data from outlook to excel with parsing

I receive a form in email that looks as follows.The submitted details are below:Region Europe Country Spain Contactable by email no Contactable by phone no Title MR First name John Last name Doe Email...

View Article


Image may be NSFW.
Clik here to view.

copyding data to multiple rows [closed]

As you can see from the picture that i have three entries of "9207116092" i want that it should automatically drag the value(date in this case) if its updated in any of the rows have the same PO number...

View Article

Excel automatically opens a file that does not exist in my XLSTART folder...

Whenever I open Excel a specific file from my documents opens each time. This occurs whether I open Excel the program or any other Excel document. The file in question does not appear in my XLSTART...

View Article


Excel VBA For loop error 450 in SeriesCollection creation for chart

I'm new to VBA and i want to define series for a chart. Here is the codeFor i = 2 To lsrw (last row in my code) 'Define the series for the chart in case of empty series...

View Article

Trying to parse a html with VBA

I am very new to the community, nice to be here.Recently I have been trying to learn by doing to parse some htmls with Excel VBA, I am successful in some webs, however, fail in some others. And one of...

View Article


Excel file not being downloaded when function is called via ajax method

SituationI am working on an application where I can have a grid with X items, and each item has a print button. Clicking this print button allows me to call an ajax function which passes the ID of the...

View Article

Image may be NSFW.
Clik here to view.

The code will count the number of times a name appears in a column and will...

I updated the code with the suggestions and worl, thank you allBut, I have another problem. I need to do this for every month of the year and for all the names on the worksheet (about 20 names).This...

View Article

Exclude values from a measure?

I have fact table FactSales that looks like this:ClientKey OrderDate OrderTotal 32 1/1/2020 27.00 25 1/2/2020 80.50 30 1/2/2020 100.40 One of the measures that I see in Excel is "Fact Sales Count",...

View Article
Browsing all 88066 articles
Browse latest View live