Skip to main content

All Questions

0 votes
0 answers
876 views

How do you get the raw data of an Excel file?

The European Union (EU) provides an Excel file that has data on trade between various countries. Their Excel file, however, only shows data between countries based on a filter function. It seems they ...
Will M's user avatar
  • 101
1 vote
0 answers
86 views

VBA code to copy data from different works book to specific sheet of master workbook

I have to copy data from 15+ workbooks and combine it into a different master workbook. All these 15+ workbooks are identical and contains a sheet(tab) named 'Comment' and have same header names for ...
Avinash's user avatar
  • 11
0 votes
0 answers
232 views

Count dependents in other sheets VBA

I want to count the number of dependents of a cell in same sheet as well as in other sheets using VBA. I have used below code and results are in the picture. enter image description here Sub tst() Dim ...
User1991's user avatar
0 votes
0 answers
39 views

How to add a cell automatically to a sheet when I add another cell on another sheet?

I have some time series data, so I will add one new data point to one excel sheet for several sheets in an excel file, then I also need to add all these new data point to another sheet, so that I can ...
user398843's user avatar
1 vote
1 answer
831 views

Find Closest Match (Conditional Lookup)

I am trying to do conditional lookup in Excel (MacOS). Let's say I have the table shown below, and I want to search for (type=alpha, length=165). In the table, there isn't an exact match so I'm trying ...
Confuse's user avatar
  • 113
0 votes
2 answers
691 views

Excel VBA - Dynamic Array not Working

I am trying to make an array that stores all of the values in Column A from "Workbook B" so I can then reference and see if a cell's value is in that array in Column A from "Workbook A&...
user avatar
0 votes
1 answer
83 views

Excel: Count Weighed Cells

I've an excel-spreadsheet, which is my timetable. this means, that I've some tasks, which is almost always a connected cell, sometimes I connect 20 cells, sometimes only two. Example Since every cell ...
MelcomX's user avatar
0 votes
0 answers
279 views

If Cell Contains Text Then Copy to Another Sheet

I want to copy a collumn on to another excel sheet where the first cell starts with: "Not Found" If a cell in the first collumns contains "Not Found" I want to display them ...
Toon's user avatar
  • 1
0 votes
1 answer
74 views

How to delete a column of one sheet based on value in other sheet by ignoring N/A value?

I am working with an excel file where in Sheet1, I need to compare column C and Column E. If in any row of sheet 1, Column C value> Column E value, then I need to delete certain column in sheet 2. ...
nyeas001's user avatar
0 votes
1 answer
686 views

VBA code for Multiple inputs search comparison

I need to search from a data in excel using a macro If for example above image is a default list and if i gave a input using a input box. Case:1 If input as "a1,a2,b1,c4" it should reflect ...
Kaundinya Sistu's user avatar
1 vote
1 answer
202 views

Excel VBA - Post with empty cell values

I have a Macro that takes text entered into a textbox and posts it to the next empty row. This simulates a running list. The problem is that if the textbox is left blank, the next time the user clicks ...
Kyle Underhill's user avatar
0 votes
1 answer
100 views

Invoice data copy to another sheet but not the formulas

I see a lot of questions here on this site but not sure if mine has been answered. I found a macro and made it work for what i need except for one thing. When it copies my data over from sheet 1 to ...
Joey's user avatar
  • 1
2 votes
2 answers
87 views

matching all highlighted dates in one column to those of another column

I'm currently stuck on this step of my project. image of my document My ultimate objective is to highlight all highlighted dates in column P in column M. I was wondering if there was a formula so that ...
Sirmike's user avatar
  • 21
0 votes
2 answers
107 views

MS Excel - How to drop the character between the concatenated cells

I need to concatenated cells and put a comma between them. But some cells in the concatenated columns are empty and the result shows the commas between them. How to drop the commas if a cell is empty? ...
Iman Ghavamabadi's user avatar
0 votes
1 answer
131 views

How can i simplify my code using LOOPS in VBA

I need to copy contents from a column in one worksheet and paste it into another (at the same time making a total of 7 copies of each of the variable). There are multiple columns and each column has ...
MoeBee's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
10