The Excel-2007 tag is used for referencing the Excel Version 2007 spreadsheet application from Microsoft. The version independent Tag is "excel". 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.

learn more… | top users | synonyms

-1
votes
0answers
27 views

Few queries on advanced capabilities of Excel +VBA

I have recently started using Excel and am using VBA quite extensively. I am interested to know whether Excel + VBA has the capability to do the task that I have listed down below. If it does any of ...
0
votes
1answer
18 views

Excel drop down list not working in other cells

What I'm trying to do is make a drop down menu using a name range and data validation. Simple enough however the problem arises when I have multiple cells running off the same name range. In my ...
0
votes
1answer
23 views

Grouping rows in Excel 2007

I have a table of customers to which my company ships products. The problem is that these customers need to be sorted by their area codes, so that the products can be sent to the appropriate shipping ...
0
votes
1answer
41 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
0answers
34 views

Multipart identifier error in Excel 2007 MS Query but not in SQL Server 2008

I have the following SQL code SELECT pd1.Meter, pd1.BasicPool, pd1.RateClass, pd1.Flowdate, (SELECT upOrDownContract FROM PipelineData pd WHERE pd.id = ...
-4
votes
1answer
34 views

Need a formula to produce percentages

Table below is a database I am making at work. I need a formula that will give me the percentage of True answers and the same for False answers. Total ...
0
votes
1answer
20 views

Excel Formula Referencing Itself Doesn't Update Automatically

So I have a cell which I am using the following formula for (the formula is in cell B3): =IF(F3="Open",IF(B3>0,B3,TODAY()),IF(B3>0, B3, "")) The formula works properly, but it only updates if ...
0
votes
2answers
21 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 ...
0
votes
2answers
30 views

Nested IF Formula

I want to perform a calculation, in column D of a spreadsheet, that depends on a string in column K. The calculations required are, if column K says: "Income then Principal ", then perform: (E2 + ...
0
votes
1answer
17 views

Need to populate master list from many different sheets in excel

So lets say I have 3 different sheets each with information on them like this: Sheet 1 Sheet2 Sheet 3 item1|2 item2|7 item1|4 item3|5 item3|6 item6|2 item9|7 item8|4 item7|8 ...
1
vote
0answers
16 views

How to display 'Tooltip' for a Group (textbox + images) Assigned to Macro?

Context: I have several groups that I've made in Excel 2007 that each consist of a textbox and image(s) and are each assigned to a macro. What I would like is upon a mouseover/hover of the group, it ...
-1
votes
0answers
35 views

EXCEL 2007 - Compare a cell value to a range of values containing comma delimited lists [closed]

I have two worksheets, but the there is really only 1 column in each worksheet that is giving me a headache. Both Worksheet 1 & Worksheet 2 has a column E that each contains only 1 value, the ...
0
votes
1answer
30 views

Excel - how to calculate age from 'Age in Months'

If a person's age in months is 140 how could I calculate there age in Years and Months? So for example I would want to see: 11 Years 8 Months
0
votes
0answers
35 views

Excel VBA - protection prevents code executing on one computer but not another

My Excel workbook applies protection to several of its sheets upon opening, as follows: Private Sub Workbook_Open() Sheet1.Protect Password:=PROTECTION_PASSWORD, UserInterfaceOnly:=True ...
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 ...
1
vote
2answers
37 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
59 views

Recorded macro does not work on chart object

I recorded the following macro : Sheets("Rejets Techniques TGC").Select ActiveSheet.ChartObjects("Graphique 1").Activate ActiveChart.Axes(xlCategory).Select ActiveChart.SeriesCollection(1).Values = ...
-3
votes
0answers
23 views

VBA Efficient way to refer to data stored in another file path

I'm looking for the most efficient way to refer to data in workbooks stored in various file paths. Most of our spreadsheets have about 1000 cells that refer to data stored in spreadsheets in various ...
2
votes
1answer
32 views

Why does not field with custom function to get name recalculate?

I use a vba function to get cell name (taken from Retrieving Cell name in Excel) Public Function CellName(oCell As Range) As Variant Dim oName As Name For Each oName In ThisWorkbook.Names If ...
0
votes
1answer
39 views

excel .xlsb file slow when closing and saving after changed from .xlsm file

i have excel .xlsm file format with about 20000kb file size..i have a macro inside it but the macro runs ok and fast. the problems is it is very slow during opening and closing,taking about few ...
0
votes
0answers
25 views

MS Access Linked Excel Files Sometimes Open (Datasheet View), Sometimes Do Not Open

My company released a mandatory MS Office patch last month (March 2013) that has lowered the performance of MS Access. I am using Office 2007 and have several .ACCDB databases that have linked tables ...
0
votes
0answers
37 views

Automating tables creation with VBA code [closed]

Hi I have a challenge for the VBA savvy geniuses here. I am still a newbie hence here to seek your help. I am automating processes and need a code to automate the tabulation of items in worksheets ...
0
votes
2answers
37 views

COUNTIF showing inconsistent behavior

I'm using the following formula to find a value in the 'CDS et al' spreadsheet: =COUNTIF(A3,'CDS et al'!A:A) It returns 0, which is incorrect because I know the value shows up in the A column once. ...
0
votes
1answer
43 views

Excel programming with vlookup or if statements

I am trying to take column a (5000 rows) and match against column b (138 rows) and when it finds a match in cell b will take cell c (on the same row) and print it in cell d for example I have ...
0
votes
1answer
42 views

python win32com : Change Excel formula witout inputing value yourself

Is there a way to change a formula without inputing the new value yourself? Example: Données!$EX$68:$IN$68 should become Données!$EY$68:$IN$68 I don't want to calculate myself EY comes after ...
2
votes
1answer
31 views

Excel 2007 Duplicate Check Wrongly Converting Hex as Exponent

I have a spreadsheet used to verify a long list of 8-digit hexadecimal numbers for duplicates. It has two columns - one for the hexadecimal values and another where the following formula is used to ...
0
votes
1answer
24 views

Find 2 Blank Cells adjacent to each other in a range

I am trying to write some code to look for 2 cells that are both blank and adjacent to each other in Excel and having no luck. so in a table like this - |Title|Col 1|Col 2|Col 3|Col 4|Col 5|Col 6| ...
0
votes
2answers
39 views

Adding months together or working in base 12

I'm a teaching assistant for a school working with kids with special needs and I've been asked to produce a spreadsheet that can keep track of their reading ages and spelling ages as they progress ...
0
votes
1answer
14 views

Issue with Array in Vlookup [Excel 2007]

I have an issue with vlookup recently when trying to compare 2 tables. it seems that no matter what i did the end result is always "#N/A" My goal is to find out the if the overlapping entry in both ...
1
vote
1answer
24 views

why cannot filter records with ~ symbol in excel

I have a list of record and I want to filter out those records that contain "~6". The problem is.... I can only filter if it is "~(space)6" but not "~6". When I try to filter "~6", I get the same list ...
0
votes
1answer
32 views

Excel list, 2000 rows to 250 page templates

Unfortunately i am not a master of excel. I have 2000 rows of information that i must fill out manually. Then i use vlookup to sort them into sheets with a template that can be printed out. My problem ...
1
vote
1answer
22 views

CountIf and Subtotal

I have a series of data columnar that I am wanting to use a countif for visible cells only that have the value 1. I can do either formula with no problem, CountIF, or SubTotal for visible cells, ...
-2
votes
0answers
78 views

Adding Macro that fetches data from multiple sheets and populate in another sheet after comparison

I am new at Stackoverflow so please forgive me if you see anything wrong in my posting. Basically i am web programmer but i am just new to Excel-VBA but stuck on writing a Macro in Excel-vba .. Here ...
1
vote
1answer
17 views

Comparing two text cells to get four outputs

I'm building up a checking sheet for my work for issuing of commemorative coins. In 'Column F' I have a if formula running that answers 'Yes' or 'No' to indicate if the employee is eligible to have a ...
-1
votes
1answer
39 views

Stop Save File event by using another command button

am very new in vb. I have an Excel file which is Auto Saving in intervals. Now I want to stop this Auto Saving Function by Using another Command Button... plz help me ... their is the Code ... ...
1
vote
1answer
41 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
0answers
16 views

Automatically move data between tables on condition

I have an Excel 2007 spreadsheet titled "Generic". It has 3 sheets called "Sheet1", "Sheet2", and "Sheet3". Each sheet has a single table called "Table1", "Table2", and "Table3" respectively. The ...
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
2answers
75 views

Excel macro to fill a matrix with sums from cells across sheets with conditions

I have an excel workbook with on sheet for each day (not all consecutive days) , that looks like ExampleSheet1. All sheets contain an empty list events, each with a unique ID and a Name. If the event ...
0
votes
0answers
41 views

Date Filters and Group options do not appear

I am quite a new user, working on a pivot table with SQL Server Analysis Services on Windows Server 2003. I am unable to filter my reports by date despite having Googled many websites for advice. A ...
0
votes
0answers
38 views

Unable to append rows in excel using POI api in java

I am trying to append rows to an existing excel using POI api following the steps mentioned below: try { lFout = new FileOutputStream(lOutputFileName); lFin = new ...
1
vote
1answer
37 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 ...
1
vote
1answer
42 views

Why does -1 Match Type Match return N/A?

Suppose I have this formula =MATCH(16,{5;10;15;20;25},-1) Why does it return N/A? I would expect it to return 4. But What confuses me more is that when I change it to a Less than Match(1) it ...
1
vote
2answers
75 views

Excel multiple if function for 70 logical test

i'm about to use the if function in excel 2007 for these criteria: if B1 = "A" then C1 = "1" if B1 = "B" then C1 = "2" if B1 = "C" then C1 = "3" if B1 = "D" then C1 = "4" . . . . if B1 = "BP" then C1 ...
-1
votes
0answers
25 views

How to deactive the previous action in vba while opening the excel

when i open the excel it perform the last action that means the action before close the excel(when open excel it perform sent_click() automatically without click the button). Can any one help me how ...
0
votes
1answer
69 views

Comparing values in Excel between YTD Monthly reports

I am extracting Year To Date monthly reports on tickets and their statuses. I have a report for Apri: ID Status 123 Open 124 Closed and another report in May: ID Status 123 Closed 124 Closed 125 ...
-5
votes
2answers
62 views

How to active action in vba while opening the excel [duplicate]

i want to active particular cell using vba while opening the excel. Can anyone guide me how to do it. Thanks Private Sub Send_Click() Dim strURL As String strURL = ...
0
votes
1answer
49 views

how to keep the first cell always active in excel using vba

How to keep the first cell always active when opening the excel sheet. Can any one guide me to how to this. This is my code: Private Sub Send_Click() Dim strURL As String ...
1
vote
1answer
40 views

How to fill cells from sheet A with values from sheet B when ID matches (in Excel)?

Consider the following 2 sheets. Sheet AAA has a list of companies with an emptry column ROA. Sheet BBB has a ROA value for some of these companies. Sheet AAA A B 1 ID ROA 2 1 3 2 4 ...
0
votes
0answers
26 views

embed config file in excel xlsm

I was wondering if anyone has embedded a small config (csv essentially) file inside an xlsm and read from/written to it to save settings. Currently I use an external config file and Windows ini API ...

1 2 3 4 5 38