Questions tagged as 'excel'

2
answers

Do not modify cell for given result. (History)

In a management table I have two columns one Status(Coluna A) and another Estado Anterior status . In this I want to save the same value as in column A, except for some cases. So it saves a history of status when it is concluído...
asked by 07.05.2016 / 16:18
1
answer

Macro to copy from one worksheet and paste only into visible cells from another

I need to copy the "L" column of the "DIVISION" worksheet to the filtered cells of the "L" column of the "DPTO" worksheet. That is, I need a macro that searches the information in a worksheet and pasts only the visible cells of the other. I w...
asked by 09.07.2015 / 15:32
1
answer

How to export footer correctly with primefaces extensions

Use JSF 2.2 and Primefaces 5.0 Using the primefaces Extensions to export, in single excel file, three tables of a system, I am having problem with the information exported: The footer of tables with dynamic columns, rendered in page as treate...
asked by 26.05.2015 / 18:18
3
answers

Make a copy of a filtered worksheet in excel vba

I'm having a problem, I need to extract a data listing from excel that I've filtered with over 200 thousand lines, I have the option to do the excel parse every line and delete it but I wanted to do this without losing the Given already present...
asked by 13.03.2015 / 13:49
2
answers

VBA Hour / employee control

I've been trying to learn the commands in VBA for a few days to automate a company employee's time tracking worksheet. I have a sheet with employee names and a calendar as follows: horas Local Projeto horas L...
asked by 10.03.2015 / 02:20
1
answer

Insert excel column into a table in MySQL

I have a mysql table (it has 600 records): The edr_id column is a column that will be extracted from an excel cell, while in the tool I'm using ( MySQL for Excel ), just add and when I add the cell it's like I add more records. Is there an...
asked by 11.02.2015 / 14:02
2
answers

VBA to search for folders and concatenate file names

I need to evolve the following code to concatenate data in a certain way. I have a folder with product pictures (several photos for each product) and I want Excel to search the name of the photos and write the names of the photos related to each...
asked by 09.02.2015 / 09:31
1
answer

___ ___ erkimt Excel Do list and get values ______ qstntxt ___

I have a little doubt when making a file in Excel.

In my excel have a page (Sheet1) with several tables and figures. I wonder if it is possible I make a list in the "Sheet2" and choose an option it give me a value that is in the Table "Sheet1" to be able to make a calculation sheet in two.

Sheet 1:

%pre%

Sheet 2:

%pre%     
______ ___ azszpr25155

One suggestion would be to create a list of a function after VLOOKUP to seek the values of the other columns, eg:

Create a call sheet list that contains the data to be fetched, as the image below:

Createanotherworksheetnamedsearch,selecttherangeofcellswhereyouwanttocreatethelist,goonthe then allow select the list and < strong> source select the list cell range as below:

willbecreatedtolistthevaluesofthefirstcolumnoftheworksheetlist.

InthespreadsheetcellB1makeasearchfunctionVLOOKUP , to search the list the selected value and return the column with index 2:

%pre%

This function will search the spreadsheet list the selected value in cell A1 and return the column with index 2, that is selected will return 1 100, selected second return 200.

Repeat for cell C1 to return the column with index 3

%pre%

search Filmography

    
___

I have a little doubt when making a file in Excel. In my excel have a page (Sheet1) with several tables and figures. I wonder if it is possible I make a list in the "Sheet2" and choose an option it give me a value that is in the Table "Sheet1...
asked by 11.07.2014 / 15:53
1
answer

Read more than one tab on file

My code runs through all the cells in my worksheet and returns all the values I need, and in this file.xls has only one tab. Now I have a new file to go through and there are 8 tabs. I know I need to boot with: workbook_r = open_workbook('a...
asked by 18.09.2014 / 15:00
1
answer

Custom Enrollment Form

I came across the need to create a page with a "simple" form, but complex in its structure (I believe). What I need to do, is that when creating a post in wordpress, where the POST created has a single page (form) of registration, as follows:...
asked by 02.04.2014 / 23:59