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

Image may be NSFW.
Clik here to view.

How to loop over columns with multiple ranges in Excel

I am trying to loop over columns to check if each cell in same row of my range Union(Range("A2:A5"), Range("C2:E5")) is not empty if it is highlight the empty cell then check for the second row of my...

View Article


How to compare and show differences on multiple columns in Microsoft Excel

I have a sheet with data in 2 columns, A and B: --A-- --B-- Apple 57 Orange 62 Lime 45 Orange 58 Apple 57 What I want is, I need to search column A for duplicates, then if there are any, look for...

View Article


Grouping and exporting excel rows using python

This is using Python. I have an excel sheet that in its most basic form looks like this New York Cup a 3 Stockholm Plate b 5 Madrid Cup a 2 New York Cup b 5 New York Plate a 8 Madrid Cup b 9 Stockholm...

View Article

Does excel consume more memory while storing data into single pages rather...

When I try to create a sheet, is it better to write the data into different sheets or into a single sheet?. Is memory consumption increased while data is writing into different sheets instead of a...

View Article

Skip csv file columns when importing to Excel

I'm trying to paste copied data from a csv file into Excel. When pasting the data, I need to skip a good portion of the columns that are included in the data. To this end, I've tried using FieldInfo...

View Article


Excel - Replace " / " character within non-formula cells

For example i have two cells A1: =1/2 A2: /abc I want to replace / char in second cell with something else without changing first cell which contains formula. Final result should be like this A1: =...

View Article

Excel Power Query - Filter rows by comparing two columns

I have a table in Excel that is self outer joined in Power Query Editor to create pairs Table named Items ----------------- Item Value A 1 B 2 C 3 I create a From Table/Range query that is closed and...

View Article

Image may be NSFW.
Clik here to view.

Excel formula to match digits after concatenation

In the above image, I want to check on which row the input 1,2,3 & 4 are matching. So in this example I want result 3 as it has "1 1 0 0" and the box on the top also has "1 1 0 0". I tried...

View Article


Image may be NSFW.
Clik here to view.

VBA - comma/dot number format (US > EU (German))

Got a piece of code where are some parameters that I want to have with (,) instead of (.) What my code is doing, taking some system specific files (.dif) and convert them into .txt , but there I...

View Article


Image may be NSFW.
Clik here to view.

Excel Chart Y Axis to Rollover Back to Zero at 360

I'm trying to create an Excel chart in VBA with time on the X axis and bearing angles (from North) on the Y axis. This looks fine most of the time except where the sample of data is dealing with...

View Article

Convert excel file from XLSX to XLSB in Java

I am using Java + Apache POI to generate an excel file (format xlsx/xls). Due to huge data the generated excel file (format xlsx/xls) takes more size (~50 MB). So I am trying to convert xlsx/xls to...

View Article

Image may be NSFW.
Clik here to view.

Conditional formatting - highlighting in VBA

I am trying to make the VBA that highlights the entire row if the row contains a word "New".The applying range of conditional formatting, I am trying to put maybe A1 till AZ2000the reason, I also had a...

View Article

Calculate new columns from existing

I have excel files with anywhere from 30-35 columns and 50-1500 rows of data depending on the company. The columns in question are as follows; USED REMAIN REFUND. These three columns are made up of...

View Article


VBA Find/Replace & Text Color Change

VBA Find/Replace & Text Color ChangeI've a spreadsheet with three columns. Column A has some sentences in it (written in black font color). Columns C has a list of terms to search for. And column D...

View Article

Excel VBA program crashing when selecting from listbox

I am really puzzled with some error causing crash and I don't know what it is. Can someone identify the problem?https://www.dropbox.com/s/3l3q985y75n9nup/xxx.xlsb?dl=0In form "SettingsForm" line...

View Article


Can't solve error 1004 with VBA ExportAsFixedFormat

I've been putting up together a small macro in VBA to save a table as a PDF in Excel. This is the code I've written: Sub ExportPDF() Dim File_name As String File_name = "C:\Test\"& _ "Rapport du...

View Article

Create excel file without library

I using this code:header( "Content-Type: application/vnd.ms-excel" ); header("Content-Disposition: attachment; filename=liste.xls"); echo "\xEF\xBB\xBF"; and I writing my SQL datas in a while loop like...

View Article


Excel VBA filter and Delete data

In a Excel sheet i have data from column A1 to G12. In that C column i have employee ID. From this i need to filter certain employee ID and Delete only those particular rows. Example: I need to filter...

View Article

Using VBA to open and run a userform

I have a userform on an excel file called "userform":Private Sub add1_Change() End Sub Private Sub add2_Change() End Sub Private Sub Calc_Click() Result.Value = Val(add1.Value) + Val(add2.Value) End...

View Article

Combining Column Values in an Excel Pivot Table

In order to simplify a stacked bar chart, I am looking to sum up the counts of multiple columns I have in my pivot table. For example, in this sample table, I would like to combine Fruits and...

View Article
Browsing all 90299 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>