The discussions
On cell change event vba
Hello Folks, I m trying to get hold of on cell change event vba code, if the cell value is changed to blank or zero. otherwise i have code which tr...
Comparing two columns with other two columns in excel 2003
Solved/ClosedDear Sir, I want to compare two columns with other two columns in excel 2003. Columns are as below A B C D a 10 a 10 b 20 b 30 c 30 d 40 ...
Excel - shortcut key for print view
SolvedHello, I am srinu what is d short cut key in ex-cel 2003 for print viewConfiguration: Windows XP / Safari 532.5
Please assist with an if formula referencing 2 cells
Good evening, I was hoping if someone could please assist with in creating an if statement to utilise in a training register. I have a dropdown men...
Create worksheets with names from a list
SolvedHello, I would be most grateful if you would kindly help me out. I have a long list of projects and need to create an individual worksheet for ea...
Finding terms in one word sheet & display on another word sheet
I have two work sheets: Projects sheet that lists clients and the services we provided: A B C D ...
Calculate percentage in excel
Hello, My question is how to calculate 495000 kg main item scrap only 8 kg how to calculate in % figure
R, moving every other value in a column to a second column
Hello, I have been tasked with manipulating the data ina a vector of 900 values in a form of a column. Every two values signifies a lenght and weig...
Integers in multiple rows to single row
Hello all, My data set is like as follows: (All integers) ROW 1: 1 2 3 4 5 6 7 8 9 10 11 12 13...to 26 (26 cells) ROW 2: 27 28 29 30...52 (26...
Copy a set of cells and paste it 430 times
Hello, In excel i need to copy set of cells and paste down 430 times. Any suggestions. Regards, Arunmaran
Keep track of hours
Hello, I have a list of people and how many hours they have missed from work. Is there a way to sync this every day with the new data which might ha...
Get mirrored column "structure" in 2 sheets
So this turned out to be a complete mind-breaker for me. Thanks to the help I previously received on this forum I can already manage (and enjoy!) q...
Help please if & vlookup returns
Hi, I'm trying to use the following formula which works however I can have more than one number which is the same e.g( B2 can be in the TOPWE tabl...
Transfer, populate and calculate data between excel sheets.
Hello, I want to be able to input data daily onto the first sheet of my excel file for six different things. I then want to have a separate sh...
Incrementing the column at regular intervals
Hello, I need to increase the cell range at regular intervals using macros. My code is: Do While Cells(2, m).Value "" Range("cells(2,...
Hide zero rows or zero columns in a worksheet
Hello, I would like to know if there is VB code out there that solves for Hiding rows and Columns that show either zeros across the rows or the ...
Excel - merge several worksheets into a single one(thanks)
Hello, I use Excel to store information about several users and their cars information and have a different worksheet for each month. How to merge...
How to filter out data to separate sheet?
Hello Guys, Can someone pls help me out with this problem I am having. I have 5 drivers on payroll for a car service company. I have all the a...
File attachment
SolvedHello, is it possible to attach an excel file in this forum, for a better understanding of a particular posed question? Configuration: Windows ...
Check info on two different cells...
SolvedHello, Ladies, Gentlemen, I am working with the formula below, and it WORKS GREAT =IF(Z17="PAID","",IF(F17"CTF","",IF(TODAY()>B17+15,"PAY NOW","HOLD...
Disable right click on sheet tabs in excel (mac) using vba code
Hello, I am looking for a VBA code to disable right click on worksheet tabs in MAC excel. Application.commandbars("Ply").enabled=false is not ...
How to restrict user from deleting a sheet?
Hello, I want to restrict the user from deleting a sheet using vba code. I dont want to protect the sheet. Is there any option to protect the s...
Macro auto run on file creation.
Hello, I have an excel file created automatically every day, I want to be able to run a macro against the file when it's opened. I can automat...
Write data if a text is found in that colomn
I want to write some value if A text String in Cell A is present in another colom and if found then I want to write the value of that row in front of ...
Compare data from one excel sheet to other
Hello, i should compare data from one excel sheet to other, please help me to solve the issue. Configuration: Windows 7 / Chrome 45.0.2454.101
Random sorting without adds-in
Hello, Is there any way to random sort without using random sorter add-ins? I just want to random or shuffling the row just like the pic. ...
Conditional formatted cell with specific colours should copy in
Hello, i got live data from web. i had given some condition to each row if the values are higher or lower when comparing with specific cell. i had...
My enter keys and arrows stop working in excel. what can i do
Hello, My enter keys and arrows keys stop working in Excel, what can I do to fix this problem/ Thanks for any help. Configuration: Windows / Ch...
Auto transfer data as i marked
SolvedHello, I have a spreedsheet where there are names, enrolment No., various subjects(1st Year, 2nd year & 3rd year) of at least 10000 students related...
Populating sheet based off date criteria in another
Hello, I have a database that I would like to auto populate all of the 2015 events into a 2015 sheet. I need the data in both sheets as the main i...
Pulling data from different workbooks and collating on another
Hello, I would like to be able to do the following; have a number of work books which are allocated to team members (x4) which they complete with ...
Counting action under condition of theyr value, and month when..
SolvedHello Guys, I came here for help again :) I need to solve one issue. I've created database, which contain column with Dates(column E),and column w...
Editing a date+time field converts date to text
Hello, I have formatted a (Excel 2010 spreadsheet) column as "ddd\ dd-mmm-yy\ \ hh-mm\ \h\r\s" which shows the existing data as "Sun 04-Oct-15 ...
Comparing spreadsheets
I have been given a task in Excel and i am not good at it. I have two different spreadsheets with first and last names in them. I need to compare sp...
@if formula
SolvedHello, how do i formulate the following:- if cell B12 contains the word Meals, then I want to use the formula F12/2 else take 100% in F12 Conf...
I want to plus data from two excel sheeets to the third sheet
Hello, hi Configuration: Windows XP / Firefox 38.0
Cell formating
Hello, I have excel sheet that contains 1000 rows of customer and i need to change color in one cell based on anther cel in same row ,this i solv...
Conditional formating a column
SolvedHello, I wish to conditionally format a column depending on another columns date value in excel 2010 Column A has a target date and Column B ha...
Find words within cell & put value in adjacent
Column has Organisation Name Need to Search and Create a category to the next 5 columns A Organisation can have key word in more than 1 category...
Help request - for advanced filter macro vba
Hello, I would like to have data from my master sheet to another one based on multiple criteria filter. My master sheet can be manually filled and ...
Copy cells based on conditions
SolvedHello, I want to make several versions of a questionnaire specific for each out of 11 types of a product. Therefore I made a button for each of th...
Vba macro to color a range of cells based on value of other cell
Hello, I' am using a shared file and hence could not use conditional formatting. I want range C2:F2 should turn Blue is the value in cell G2 is...
Automate some of my daily activity in excel using excel macros
Hello, I am a Hyperion technology Person. Looking for Vbscript code/Excel Macro code to automate my daily job. Before Looking for help on this, I wo...
Copying data from workbook to workbook using button
SolvedHello guys nad ladies, I have a problem, i hope you can help me. I have an excel worksheet (2 columns, 7 rows) It's kind of daily statistics (email...
Change color to different cells based on another cells text.
SolvedHi, need some help, cannot figure this one out. I had attempted to use conditional formatting; however, it is not completely accomplishing what I hav...
Auto notify or mail when excel sheet updated. [solved/closed]
Hello, I have used following VBA, but still I am not getting the solution. Please help I am unable to change the following field. answer = M...
Unable to get email notifciation
Hello, I have placed below noted in my excel. but I am unable to get the email to my ID. Please help me Private Sub Workbook_BeforeSave(ByVa...
Excel workbook
Hello, I have a workbook with over 100 sheets. One of the sheets has a title of labels, I am trying to set it up ina way that if i type in sheet 10,...
Copy cell, unless another call says specific text
Hello, In my spreadsheet, currently C1 copies the number in A1. (=A1) I need this command to be overridden if B1 contains the text VISUAL Tha...
Compare two worksheets and remove duplicated data from one
SolvedHello everyone, I am struggling to find a solution and would value input from fellow users. The Problem: I have two separate worksheets "Customer...