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

Image may be NSFW.
Clik here to view.

Matching ID, vlookup a value that falls between 2 sets of dates

I have 2 tables that I need to combine the data based on BeaconCode and range of dates:Table #1: Contains all the events and its latitude and longitude. It will have multiples log through various...

View Article


How to return initial value of a cell formula's IF function

I am attempting to build out an IF statement that contains a long index/match formula in it. I want the IF statement to return the initial value that the index/match statement finds if the logical test...

View Article


calculate current consecutive streak ignoring blanks

I have a daily log with four different value types. Positive, Negative, Zero, or Blank.I am interested in the consecutive Zeroes, where Positive and Negative values end the streak, and Blanks are...

View Article

How to fix 'Run-time error 91 : "Object variable or with block variable not...

I have a small section of code to automate a logon to a specific website that sometimes works and sometimes gives the runtime error 91, saying object variable or with block variable not set. How do I...

View Article

Import multiple excel files and merge into single pandas df with source name...

I'm trying to merge a bunch of xlsx files into a single pandas dataframe in python. Furthermore, I want to include a column that lists the source file for each row. My code is as follows:import pandas...

View Article


I would like to recreate the IF statement shown as a user defined function

I have the below IF OR statement below, that does the job I want it to but I would prefer if I could create this as a user defined function,Essentially, I have 2 columns of data, the columns will only...

View Article

Code examples from CD for Professional Excel Development by Bovey?

I purchased the Kindle edition of Bovey's Professional Excel Development, 2nd Edition. The print book came with a CD, but of course the Kindle edition doesn't have this. I don't think the publishers...

View Article

VBA loop to copy & paste range of specific columns to another workbook...

I am trying to figure out the quickest Loop method to copy a range of columns ("A16:J1338") from a source workbook, to a specific column (C1) of a specific workbook, 10 times. I would like to that...

View Article


Using AND function with formula result values

This is not a specific VBA question, but a formula question. I have a sheet where I have two cells, g2 and j2 that have formulas in them. I want to write a formula that says 'if g2 and j2 are both 0,...

View Article


Recursive function to find a specific ID tag on a website

I try to recursively find a specific ID on a website. See the Code below. Every time I run it keeps crashing without an error message and I can not get why or where the error occurs. If I go step by...

View Article

Is it possible to force RefEdit control to select a single cell?

excel gurus!I have a userform with a RefEdit control in which I need to select a range with a single cell. Is it possible to prevent RefEdit to extend selection to more than one cell?

View Article

Dynamic VBA macro to hide all pivot table values

Looking for a dynamic and quick way to hide all pivot table values. As of now, I have the code below, but this only works as long as there aren't any new values (Example: if account "333" was added to...

View Article

HandonTable setDataAtCell not working

We are trying to build an Excel like Table using HandsonTable. For some reason, setDataAtCell method seems to be not working. While debugging I see that data is being properly set by this method, but...

View Article


read large file excel with multiple worksheet to json with python

I have a large excel file and have multiple worksheets its 100 MBsheet Aid | name | address 1 | joe | A 2 | gis | B 3 | leo | C work_1id| call 1 | 10 1 | 8 2 | 1 3 | 3 work_2id| call 2 | 4 3 | 8 3 | 7...

View Article

Excel Library not registered

I have a newly-bought laptop. I installed it with Visual Studio 2013, Office 2013, and Project 2013. However, when I run my app, I have an error message:{"Unable to cast COM object of type...

View Article


Image may be NSFW.
Clik here to view.

How to code to auto-populate allowed meal reimbursement amounts based on...

I'm creating a travel reimbursement document and am trying to figure out how to have excel populate the appropriate reimbursement amount based on multiple fields of entryI have tried to research this...

View Article

Image may be NSFW.
Clik here to view.

Conditional place data into a prebuilt report

It's quite an interesting challenge, and I can't say that I entirely know how/the best way to go about it. Basically I have a data set, I have attached a few picture to try and show you what I am...

View Article


Google Spreadsheets, Pass in a range of cells as variable values to a single...

I have two sheets, sheet1, and sheet2. Column E of sheet2 contains a quantity and column K contains a text string (i.e. a key). Multiple rows in sheet2 contain the same text string with different...

View Article

Cannot detect merged cells through Range.MergeCells Property for Excel

When I send data to Excel it ignores the merged "property" of some cells and just writes to the first cell it finds. So assuming I have column A and column B merged and I am sending data to column A...

View Article

How to stop the Find if Then function from cutting/deleting/pasting rows that...

I adapted below code so that entire rows are cut and pasted at a lower location in SAME sheet based on specific value in a column. The rows are pasted not in last row, but in a few empty rows in...

View Article
Browsing all 88809 articles
Browse latest View live