The discussions
Excel forum within a range
SolvedGood day I am looking for a formula PLEASE. Example Column A, Column B, Column C, Column D, Column E, Column F No, Start, End, ...
Need to delete columns based on column header
SolvedHello, I need to have an macro which will delete the columns from my excel based on the Column header. Exsample: I have the columns, Name...
Auto generation of code
Solved/ClosedHello, we facing issue in the auto generatation of vcode. it asking CUSTOMIZE HERE TO SUIT YOUR NEEDS . what code to be fill for this? kar...
Excel - a macro to create new workbook and copy data
Solved/ClosedIn the example below, I want to copy Column A starting from row 2 ie: "Age" till the value available ie: "Code and column B starting from row 2 ie: "2...
Excel - macro to create multiple sheets
SolvedHello, I have 16 sheets in excel. each of those represent a location (office) and they need to pull information from sheet1. This is for credit ...
Comparing columns and returning value
Solved/ClosedHello, I have an Excel spreadsheet where I want to compare values between two columns and return the value from another column. EX: Column: A...
Import .pdf ...?
SolvedHello everybody, Thanks so much for this thread, it has been extremely helpful! I have used the basic code suggested by Trowa, and it works for...
Formula
SolvedI need some help with a formula, everything I try just doesn't work. I usually don't have this problem with Excel today is my day. I have a colum...
Conditional formatting based on two cell values
SolvedHi There, I'm using Excel 2016 and am trying to apply a conditional format that searches cells in column A for the text "*DEMO*", and also has a c...
Copying cond. format for entire row based on 1 cell to other row
SolvedI have conditional formatting for an entire row based on the value of 1 cell. For example: cell value>$A$2 = red, cell value
Drop down lists
SolvedHi All, i have a drop down list in excel and the data for the list in a sheet in the same workbook. If I copy the spreadsheet with the list to anot...
Removing false value
SolvedHello, I would like to know how to remove the "False" Value when if function is nested. Here is an Example =IF(G23=0,P15/Sum(D11:F11,IF(G23>0...
Copy rows to other sheets based on value in column
SolvedAll, I have an Excel file with three sheets: Sheet1 contains all my data. Sheet2 named "MACH" and Sheet3 named "FAB" I am looking for a way with a...
Trying to create a multi-column formula.
SolvedHello, I need help making a formula. I will do my best to describe. The letters (A-I) refer to separate columns. A-B=C to be divided by D the res...
Excel problem
SolvedHello, I want a formula in which, If I enter the number in cell, the name of that number should appear in adjacent cell. Ex: Emp No Name 1 ...
Highlight one value in a dropdown menu of three responses
SolvedHello, I have a template where we are asking for responses with a drop down that includes Y, N, and N/A. We want to highlight all N answers in yell...
Code to move rows into another sheet based on certain values
SolvedI'm having trouble figuring out how to do something! I have a sheet (Sheet1) with customer details on it (columns A-D will have data in). I want to be...
Search a list of names at one time in excel
SolvedHi, I have a huge list of names (list A) which I need to search with another list of names (list B) and see if any name in list A is in list B . Is i...
If a cell contains any text then add a value (with dates)
SolvedI am looking for help with a formula that will allow me to add up the number of times a certain date is a Monday. I am using =COUNTIF(A1:A30,"*Monday...
Macro to increase a cell reference by 11
SolvedHi everyone I want a macro that on open will increase the cell reference in a cell by 11 each time the book is opened i.e. Cell C18 has =Sheet2!H2. T...
Conversion of dob to full words
SolvedHello, Configuration: iPhone / Safari 4.0 I want to to convert dob to word like 5/6/2014 to fifth June two thousand fourteen please tell me...
Data auto change on multiple status in one column
SolvedHello again, Few days ago i am looking for a command that can use to change data status in one same column. Example : 'Activated' change to 'Expired...
Question on vba code
SolvedHello, can someone explain this code to me? I have this file that has a macro button transferring all the information(KPI's to be exact) from a data...
Formula help - if cell contains a number, +1.
SolvedHi there, Just a simple one for you guys! I'm currently making a spreadsheet to tally up sickness days and occurrences. I currently enter how many s...
Covert date of birth
SolvedDear Sir I want to convert date of birth in excel like below mentioned Example : 11/07/1982 then it should be reflect as Eleventh July Nineteenth...
Need help with macro to generate monthly overview
SolvedHi all! I have been trying to build a Macro that allows me to generate a new worksheet with the information from a Master Sheet where i will key in t...
Conditional formatting
SolvedI am trying to format column 'O' if the value is greater than zero but where column 'P' does not include "SBNAS735" or "SBTDP443". Help! System Conf...
Transfer data from one sheet to another
SolvedHello, I require some assistance please. I looked at a few answers on this forum, but I am stuck as my VB keeps on giving errors. I wish to automa...
Date formats
SolvedHello, Can you tell me how to change the format from Sep-01-2015 to the format 2015-09-01? I have tried the format tab under the Date section and Cu...
Complicated auto populate possible or not and if so how.
SolvedHello, I'm using excel to schedule for my business, I have all the customer information on the first sheet and would like to auto populate the other s...
Iso 27005 risk value
SolvedHi All, I have the following problem: I have two cells that have a text value which can either X or M or H X value is 0, M value is 1 and H value i...
Copy a row from one worksheet to another, based on criteria
SolvedHello, I'm trying to copy rows from my "master" worksheet to another sheet based on criteria in column A. Can I do this? Please help, thanks...
I want to send 120 e-mail with 120 attachments
SolvedHello, I have excel file for salaries. In this file I have all the data for each employee (120 employees) including their e-mails as well. I want ...
Totaling hours by code
SolvedI'm looking for some excel help please :) I have an excel sheet that I would like to have totals for employee hours, sorted by the code that is enter...
Change data status in one same column
SolvedHello, i am looking for a command that can use to change data status in one same column. Example : 'Activated' change to 'Expired' when it due. ...
If statement -
SolvedHello, I'm attempting to create an IF statement. IF a type = 1 then add the total of a corresponding cell to the total amount. =SUM(IF(B24:B51="1...
Lookup across whole workbook (muliple sheets)
SolvedHello, I would need your help with my problem in MS Excel. Here is the description: 1. I have an Excel workbook containing multiple sheets (ca. ...
Autofill master sheet
SolvedI am trying to automatically fill in a table (with whole rows from A-N) on a master sheet (sheet 1) based on whether the data in column H of the table...
If cell contains a certain text, add the numbers of another cell
SolvedHello, I am trying to do my finances in an easier way, and would appreciate it if anyone can help me with the below question: B2=Supermarket , C2=30$...
Need formula for comparing differences of two columns.
SolvedColumn A and B both contain numeric values. I want Excel to look at both and give me the numeric difference between the two in a new column C. I reali...
Copy activechart properties to cell (from graphics)
SolvedHello, I hope someone could help me. Working with graphics in excel, I generate dispersion plots from some datas, later I add the trendline, display...
Copying conditional formatting with formulas accross rows
SolvedHello, I am trying to copy the color formatting along with the formulas across the entire row but the colors don't change based on the formula. Exam...
Multiple if formula in one cell, date comparison
SolvedHello, Would please help me to find the proper formula for this below if R6 is Action date if S6 is Target date T6 is Number of days to close the...
Convert number to assigned names and joined with another names
SolvedHello, Please anyone can assist me on the below issue. that if I want to have a result as per the below if 1=Biju , 2=Daisy, 3=Mahmoud.... Cell...
Macro for merging data from multiple sheets
SolvedHello, I want to copy data of 2nd columns from all the sheets to different columns of single excel sheet. Is there any macro code available for per...
How to convert date into text.
SolvedHello, how to convert Date to words in excell in large for Tc use e.g 05/01/1992 To change five January,Ninteen Ninty Two System Configuration: Win...
Function button: unhide cells between values and hide all other
SolvedHello! I am new to macros and this one is proving to be a bit of a challenge for me. I am building a template that contains several sections. What ...
Automatically transfer data from one sheet to another
SolvedHello, I have a workbook with several worksheets (Master, Pending, Lost, Sold, and Bidding). I would like to be able to have certain line items base...
Range of numbers
Solvedhello, I would appreciate help on the following problem :- If cell R1equals any number in the range 12 to 31 then I wish cell b1 to equal 2. Is ther...
Add incremental number based on conditions in excel
SolvedHello, I have a column that contains variables (for example; days of the week) and I am trying to add an incremental number in the second column bas...