Excel Forum - solved topics
- Solved
-
Splitting list of names with formula - can you spot what's wrong Solved/Closed
Hi everyone, I have a list of 1805 names which are gathered in a single column. These names range in length and "format" (e.g. John Smith, John C ...
-
IF FUNCTION in excel Solved/Closed
Hello, my formula is =If(or(A5="016f7",A5="016b8",A5="017a3"),The monthly instalment is equivalent to...........,"") I want in place of ..........
-
Comparing two excel worksheets Solved/Closed
Hello, I am trying to find an easy way to compare and extract data from two excel worksheets. This is the scenario.. I have an excel worksheet ...
-
Cut/Copy in VBA Solved/Closed
Hello, I am fairly new to Macros but I am trying to write vba code in Excel 2003 version that will enable me to cut/copy a table from one worksh...
-
Covnvert numbers to single words Solved/Closed
Hello, In excel 2010 i would like to convert numers to words i.e. 123.00 (one two three point zero zero) or 1006235.23 (one zero zero six two thre...
-
Compare and copy data from one column to another Solved/Closed
Hello, I'm trying to compare column A in Sheet 1 with column A in Sheet 2, then copy corresponding values in column N from sheet 1 to column N in ...
-
excel formulaes Solved/Closed
Hello, If there are two conditions, how to use the IF formulae. Regards
-
Help on generating a number series using a macro Solved/Closed
Hello, I would appreciate your help with a macro I am trying to create in Excel 2010 my Data is as below Column1 Column2 Column3 (Name) (start nu...
-
dynamic range and named ranges Solved/Closed
Hi, I have a list of students in Sheet 1,2,3 where being updated regularly. They are named ranges "Boys" & "Girls" in Column A & B respectively. In...
-
multiple data in one stacked column Solved/Closed
Hello, i am trying to plot a column chart and I want multiple data to appear in one column. example: I am plotting all the submitted inspections...
-
VBA for deleting data in row but not formulas Solved/Closed
Hello, I am working on a spreadsheet where I have to copy data over to a new sheet, once the data is copied I want to delete the data in the row f...
-
Automation of running excel macros Solved/Closed
Hello, I have a macro in excel which needs to be run twice a day and I dont even want to open the excel sheet. How can I make this process automati...
-
Comparing two cell in different spreadsheets Solved/Closed
Hello, I'm currently struggling to do the following: Spreadsheet A Sheet1 Name Expenses Date ...
-
Comparing Two Lists of ID Numbers in Excel Solved/Closed
Hello, thanks in advance for reading this. I have a list of student ID numbers which I would like to use as a student check-in. Column A is the num...
-
excel i want to sum only numeric values except alphabetic values Solved/Closed
Hello, in a school resultsheet where each student having numeric values of their marks in 5 subjects.i am using formula =D6+F6+H6+L6+P6 for total ...
-
change cell color based on input in a range of cells Solved/Closed
Hello everyone, I have formatted a cell based on a specific text entered in one cell. Example, A1 will turn green if I write "yes" on B2, using cond...
-
Nested if's Solved/Closed
Hello, I would appreciate if somebody could help me in solving this problem. I am trying to make exel decide in an scheduled soccer games which team ...
-
Excel date format won't change Solved/Closed
If I enter a date into a cell in my Excel spreadsheet using the shortcut (CTRL+;), I can no longer change the formatting (right-click, format cell). T...
-
excel,problem with if function Solved/Closed
Hello, i am working with excell with follwing formula- =IF(H33>=75,"A",IF(H33>=60,"B",IF(H33>=45,"C",IF(H33>=33,"D",IF(H33>=0,"E",IF(H33=AB,"E"...
-
Highlight Cells Based on Drop Down List Selection Solved/Closed
Good day, I would like to have a row highlighted in color based on the drop down list selection. I have inserted the following in Worksheet but I e...
-
Excel 2003 days before a certain date Solved/Closed
Hello, I am making a spreadsheet which has, for example, a given date of 1/1/2012. When I enter that number into cells A1, I want it to return ...
-
Insert Line Number for Two Columns Document Solved/Closed
Hello, I have a problem to do a process of line numbering in MS Office 2007 Word Document. I have a document, it has 2 columns and I have to inser...
-
Create drop down list on certain cells Solved/Closed
Good day, I wanted to create a drop down list from data in Sheet2. I have tried the following codes but the outcome seems to be incorrect. Instead...
-
Macro for finding dates Solved/Closed
Hi guys, Is there a macro that would give me the the cells in a column in which there are dates between 2012 and 2013. It can be easily filtered b...
-
Macro To Copy Data Solved/Closed
Hello, I have two excel sheet with three column on each sheet Sheet 1 Sr.NO Code Name 1 1256 2 1256 3 1258 4 1258 5 1259 6 1259 7...
-
How to build a macro that does this... Solved/Closed
Hello guys, I would like to build a sheet that contains several names and infomation pertaining to each name. The first tab would be the search in...
-
Separating items from columns Solved/Closed
Hello guys, Could you please help with this... Is it possible to do the following in excel: I have similar cells to this in one column: Ford v-36...
-
A Macro to move data from rows to columns Solved/Closed
Hello, I have data in a single column and would like to copy it into a rows for every x rows, for example; The column of data varies in the amoun...
-
How to match 2 row of data in excel ? Solved/Closed
Hello, brothers & sisters I have 2 columns of companies name say (column a=38900),(column b=1000) so how can i use a formula to do a match by thei...
-
Excel, comparing two sets of two rows Solved/Closed
Hello, I know the title may be a little confusing, and I apologize for that, but I really did not know how to phrase it. What I have is two Excel...
-
macro to compare two excel sheets Solved/Closed
Hello, I need help to write macro to compare two sheets, sheet1 and sheet2 on same excel book and display the result on the third sheet. The ...
-
Excel Help Solved/Closed
Hello, I have a schedule for the employees, and it contains seven columns as 7 days in a week. If any range of the columns contains text " ...
-
Excel: Comparing two columns and output data Solved/Closed
Hello, I'm using Excel 2007 and am trying to figure out a way to analyze and sort some data. I have two sets of data in 6 and 5 columns in the sa...
-
Problem with excel Solved/Closed
Hello, I was trying to write a formula in excel where IF A1 is greater than 7 then 1 would be substracted from it and if it is greater than 5 but...
-
Excel: Splitting of data based on calculation Solved/Closed
Good day, I would like to seek help to how to split and populate data based on the result of certain calculation. Here are the criteria for the...
-
Excel 2007 IF function Solved/Closed
Hello, Need formula to say if cell has NA put 0 but if the cell has a date (yy,mm,dd) then subtract cell L1 from cell E1. Trying to determine how ...
-
VBA - Transferring select Data to new sheet Solved/Closed
Hey there, I'm trying to create a macro for an Excel 2003 spreadsheet that will take a record (a row (or rows)) that I've already selected into a new ...
-
VBA code to conditionally copy the data Solved/Closed
Hello, need help! see I need a vba code that can copy data from sheet1(raw data) to sheet 2,sheet3 and so on is certain condition matches..exam...
-
VBA Macro Help Solved/Closed
Hello, I have a report that I am using for a customer of mine that lists there kits in a matrix for me. Once in a while I find an error where a kit...
-
split mutiple columns in sets of 40 Solved/Closed
Hello, I have data in 3 columns A,B,C and it goes to 1000 rows, I want it to be splitted in sets of 40 each . Like first 40 then next 40 and so on...
-
How to concanate two cells "line by line" Solved/Closed
Hello, I have one cell that has names separated with alt + enter. On the other cell, I have additional information on those names (also separate...
-
Text to n rows + copy row and insert n times Solved/Closed
Hello, I would appreciate your help with a macro I am trying to create in Excel 2007. My data is as follows: Column1 Column2 Column3 Column4 D...
-
Excel Macro - Set and Autofill a range? Solved/Closed
Hello, I recorded a macro for excel and part of the code is to create an index column that fills the cell with a row count (i.e. A2=1, A3=2, etc.)...
-
How to copy informations from Excel to EES Solved/Closed
Hello, I wanna know if anybody can help me to copy 2 columns (supply) from Excel to EES (another program if anyone used it before) and then copy the...
-
Excel 2007 Activex Option Button Default? Solved/Closed
Hello, I have two activex option buttons, Yes and No. How do I get it to display "No" as marked as a default? I have created a process that c...
-
Excel date formatting into another column Solved/Closed
Hello, I want to check using IF function in one column and change the date format to another column from MM/DD/YYYY to has DD/MM/YYYY in excel 2010....
-
Excel - transfer information from file Solved/Closed
Hi there! I have run into some problems when transferring information from one Excel file to another. I have a big Excel file with a lot of informa...
-
Add when multiple criteria is met in rows Solved/Closed
Hello, I'm trying to add numebrs when multiple criteria is met! I want to add numbers in B115:BF115, but only the ones that have an "A" in row B8...
-
Sumifs in Excel 2003 Solved/Closed
Sir I was using System with office 2010 and deriving some values by using "Sumifs" function. Now i am using Office 2003 system. When i copied the wo...
-
Create new worksheet & copy the based on date Solved/Closed
Hello, Can any one help me to copy the excel sheet data from one sheet to another sheet? -> I have one excel sheet (name: Test.xls, sheet name: S...