The Excel-2010 tag is used for referencing the Excel Version 2010 spreadsheet application from Microsoft. If your question is about VBA then also tag it VBA. If it is about an Excel formula or worksheet function, then tag it worksheet-function.
0
votes
1answer
26 views
Excel match(less than) function behaves inconsistently
When I put a date at the first date location, I wish match(less than) function will return me the location of the rightmost match date on the same row. (I understand it will not be recommended to put ...
0
votes
1answer
29 views
Excel VBA: <Unable to get the Activate property of the Worksheet class>
I am downloading the xlsm template file to the user. Once the doc is opened after download, getting "Unable to get the Activate property of the Worksheet class" error in the line ...
0
votes
0answers
14 views
Create a Graph in Excel of a Count of 2 lists of dates
I am trying to create an excel graph that is essentially going to be a line graph of an X vs Y.
The graph is essentially going to look like this, in fact it is also graphing dates as well:
...
-1
votes
0answers
5 views
Excel 2010 Cut/Paste jumps to the top of the spreadsheet [closed]
I have a system running Windows 7 Professional (32 bit) and MS Office 2010. In Excel 2010, I have a spreadsheet that contains several hundred rows of data. When I cut and paste a section of data, ...
1
vote
1answer
49 views
How to split a column in Excel into multiple columns, using categories from another column?
I have a very large data set with hundreds of thousands of rows. I have managed to split it into two columns like so:
Name: | John
Birth year: | 1982
Favorite sport: | Rugby
Favorite ...
0
votes
2answers
19 views
VBA Overflow error after office 2007 to 2010 update
I have a VBA macro that worked correctly in Excel 2007 but after updating to 2010 it throws errors. The Macro basically copies raw data from one sheet to multiple sheets. The error being thrown is ...
-4
votes
1answer
48 views
Formula for sum
In an Excel sheet I have two columns empid and no of day present. In the empid column employee no is repeated.
How can I show in one row the total number of days each employee has to come?
-1
votes
0answers
7 views
Nest a power function into IF function for the if_true_value
trying to nest a power function in to a If function for the if_true_value. Formula using is =IF(B45="","0","(POWER(B45-$D$13),2)" excel 2010
0
votes
0answers
35 views
Excel 2010: Concatenated URL broken when saved to PDF
I have a small application built in Excel 2010 with cell functions plus some vba subs and a vba function that is called in worksheet cells.
One column has a formula in each cell that builds a ...
-3
votes
1answer
35 views
Matching values from multiple columns to populate another
I am trying to compare column A against column B. When there is a match, I'd Like to populate a resulting column (column D) with data from column C.
I have a partial parts list (column A) that I am ...
0
votes
1answer
23 views
Customized Number Format in Excel
Goal:
Retrieve the requested result from the "Requested value".
Current & normal value | Requested value
----------------------------------------
320 | 320
8256 ...
1
vote
2answers
34 views
Trying to copy data from a .xls workbook into a .xlsm one while generating data
I am trying to loop through one column of a .xls workbook. Each row of that one column has data that needs to be copied over to the new .xlsm workbook while auto-generating strings I've made (name, ...
0
votes
1answer
35 views
Using Excel ComboBox to pull information from one file to another
I am trying to copy information from an excel database file to an excel display file. I have figured out how to copy that information in and I have different macros depending on the different ...
0
votes
1answer
34 views
Use formula in custom calculated field in Pivot Table
In Excel Pivot table report there is possibility for user intervention by inserting "Calculated Field" so that user can further manipulate the report. This seems like best approach compared to using ...
1
vote
1answer
19 views
excel 2010 vba make cell active
I'm attempting to write an Excel macro that will take a column of data and edit for formatting errors. Background:
Spreadsheet gets sent out to company with three name columns - LName, FName, MI
...
0
votes
3answers
19 views
Excel 2010: Inserting AND operator into function that returns true if referenced cell has value
As best I can tell, IF([cell],TRUE,FALSE) is always returning TRUE if [cell] contains a value, but I can't find any documentation on this sort of truth-value test in Excel 2010. I don't know what it's ...
0
votes
3answers
59 views
How do I count occurrences of a pattern of data in Excel?
I realized after manual scanning 90 records, that this was going to be painful and tedious unless I made use of automation.
I have this set of data, about 4000 records that occurs in a pattern that I ...
0
votes
0answers
42 views
vba automatic org chart excel
I found the below code on the net. It seems to use two columns to organize data and create an org chart auto.
I have a similar need..but I need it to go off three columns and I am not sure how to ...
1
vote
2answers
36 views
Excel: Cell counts based conditions
I am again trapped in a situation where I can't figure how to do it.
Basically, here is replica of the table I need to work on.
A B C D E F ...
1
vote
2answers
41 views
Want to read an excel file which is already open in MS-Excel
I need to read an excel file using C#.
The file is already open in MS-Excel and its data is updated at every second through another software.
I need to read the updated data at each second.
Please ...
0
votes
2answers
17 views
Grouping data on excel
Suppose I have this set of data:
1
1
5
6
6
10
11
Is there a way to get this?
Value:Repeated
1 : 2
5 : 1
6 : 2
10 : 1
11 : 1
I've got 2550 rows so doing it manually is not an option.
...
1
vote
1answer
31 views
Return the contents of a row based on the conditional formatting of a cell
I have multiple sheets that contain stock levels of items. If there is a shortage of parts the cell turns red. I'd like it so that there is a worksheet that looks at the contents of all the other ...
0
votes
0answers
21 views
Is there any auto-fill feature in excel 2010 which can leverage data from another sheet in the same workbook?
I will give an example of what I am trying to achieve here.
Suppose I have a worksheet with two tabs 'student fee payment', 'student data'.
Student Data has the general information about all ...
0
votes
0answers
13 views
File Not Found BTSAddin.xll Error 48
already copy BTSAddin.xll to following destination
C:\Program Files\Microsoft Office\Office14\ADDINS\BTSAddin.xll
however tick it in addins, got error 48 File not found in window 7
-1
votes
0answers
11 views
Populating a complete row dynamically based on the integer value entered in the cell in excel 2010
>I have a requirement like If a integer is entered in a cell then then the row just below it should dynamically populate the entered integer value cells.
ex:
>If I enter a value of 20 ...
-1
votes
0answers
11 views
Run Macro in excel to select rows with one critera in row [closed]
I'm trying to filter one column to include one type of bag and copy those rows that have that criteria onto another sheet. I want each type of bag to be grouped together on another page. Here are my ...
0
votes
1answer
41 views
Vba closing excel applications/workbooks freezes
I have a problem with the following code:
Dim excelapp as object
set excelapp = CreateObject("excel.application")
dim ws as object
dim wb as Workbook
wb= excelapp.Workbooks.Open(path)
ws= ...
0
votes
1answer
13 views
Excel Group feature - inserting rows
I'm working with Excel 2010, using the Group feature to collapse (and then show) groups of rows.
This works well until the point that I insert additional rows copied from another worksheet. Choosing ...
0
votes
1answer
45 views
application-defined or object-defined error in cell range visual basic
Having some problems with the code below. I'm getting an Application-defined or object-defined error in the initiation of a second for loop. The format of the second loop range is what seems to be ...
0
votes
0answers
26 views
Nested if else statement in excel [migrated]
Im having problem with this code for nested if else statement. The range is basically
<=16 to get 5 pts
16-17 to get 4 pts
17-18 to get 3 pts
18-19 to get 2 pts
above 19 to get 1 pt
and my ...
0
votes
0answers
41 views
Split a row into several rows while maintaining formulae
I have a table that looks like this:
ID1 |ID2 | Month 1 | Month 2 | Month 3 |Analysis
Item Number|Item type|column1|column2|column1|column2|column1|column2|Ac1m1|Ac1M2
...
0
votes
0answers
31 views
How to check if a chart has an axis?
I'm working on an Excel 2010 add-in developed in C# with Visual Studio 2010
I would like to use the property HasAxis on my chart but the following error appears everytime:
"Error HRESULT E_FAIL ...
0
votes
0answers
19 views
Auto-filling a table column with another tables' column?
Having a table listing definitions identified by an ID column, I would like to create a new table with the same ID column without copying/pasting it... Is there any way to autofill or reference a ...
0
votes
1answer
35 views
Just-recorded macro fails to execute - AdvancedFilter method of Range class failed
I am working with Microsoft Office 2010.
I want to create a button that refreshes an 'AdvancedFilter' upon click.
What I did is to record a macro in order to replay my actions.
But the macro fails ...
0
votes
1answer
34 views
Hide/Unhide groups of cells in excel with Button
I have a group of cells B32 till R32 length and B32 to B51 breadth. I want to keep this block hidden at the start when the sheet is opened. I have named this block as 'Analysis'.
There is a button in ...
0
votes
2answers
44 views
In excel how do I reference the current row but a specific column?
Let's say I had the datasheet
A B C D
-----------
5 4 6 3
4 4 3 2
5 4 6 2
And I wanted to do something like
A B C D E F
...
0
votes
2answers
30 views
How to select some cells of a particular row which are not adjacent?
I have 1000 rows with 100 columns.
And I want to select 2nd row with 6,14,56,37,87 column?
And I want to select 5th row with 3,5,9,24 column.
Please suggest a different way to approch this ?
And ...
-1
votes
2answers
46 views
How to exchange multiple columns [closed]
Using Microsoft Excel 2010, I have a spreadsheet containing data from 5 different datafiles (each having 14 columns, so 70 columns together). What I need to do, is to sort these columns in this ...
1
vote
0answers
70 views
VBA to merge multiple pivot tables for multiple workbooks to create a master pivot table
I've found a code that I've (mostly) successfully modified for my use, but am getting an error on the grouping function.
I have a folder that has (at present) 3 workbooks in them. Each workbook is ...
-2
votes
0answers
12 views
Connecting access with excel without saved reports
I have a table with some records and i have written a query to fetch certain rows... i should export that result to an excel sheet. . is it possible to get tat result ...
-2
votes
1answer
73 views
Copy a partial row of data from one sheet to a new sheet within the same workbook based on cell content
I have scoured the web for a solution to this challenge that I am having, but have not found a suitable solution. I have decent with formulas, but have no experience in VBA or other programming ...
0
votes
0answers
29 views
Is it possible to configure a cell to autoupdate when references change?
I set my worksheet to manual updating for performance reasons, but there is a cell I would like to update automatically whenever its references change.
Is it possible?
1
vote
1answer
39 views
How do I check for duplicate rows and do calculate on that rows in excel file?
I have one excel file which is having data like following
CUSIP Quantity Date Price
AF0 500000 5/6/2013 1
AE4 400000 5/6/2013 1.0825
AE4 500 5/6/2013 ...
0
votes
1answer
41 views
selection.MergeCells property changes the original selection in excel
I want to check if my selection contains MergeCells and if so I do not want to process that selection in excel.
But whenever I call selection.MergeCells the original selection changes and it wraps the ...
0
votes
1answer
28 views
VBA PageSetupXL4M not formatting properly pages on Excel 2010
I found this method on Internet and thought it could be used in my code, since i have many pages to format and it takes tremendous amount of time:
Public Sub PageSetupXL4M(Optional LeftHead As ...
1
vote
1answer
44 views
excel and sql queries through different subs or functions
I have an excel sheet which i use with an access database. I want to open the database and use different sub routines with different queries.
However i don't know hot to publically assign an variable ...
0
votes
2answers
38 views
Why isn't this loop working correctly? I keep getting the error Method 'Range' of object '_Global' failed
I'm attempting to graph lnD and i, where i is the x-axis, and lnD is the y-axis. I have an equation that I'm putting a range of values for i into, and attempting to retrieve values of lnD.
However, I ...
-2
votes
0answers
20 views
Copying the content of a cell A onto cell B when formula is on cell C on Excel 2010 [closed]
I am working on a worksheet with 2000 rows that has this info:
Column A: Hours received 1
Column B: From student 1
Column C: Hours received 2
Column D: From student 2
Column E: Hours given 1
Column ...
1
vote
1answer
35 views
what is the value for second parameter for getdevicecaps function?
I am trying to get the physical margins of an active printer. But i am not sure what should i give the values for second parameter for GetDeviceCaps function. Can someone tell me what are the values ...
0
votes
0answers
80 views
Use file name variable to open Excel 2010 file from Access 2010
I need to open Excel 2010 files from Access 2010 by using a variable for the Excel file name. I can't quite figure out how to format the variable names for the file and sheet that need to be opened.
...
