This tag is for Microsoft Excel questions where the question or answers involve Excel formula, as opposed to VBA or other code mechanism.

learn more… | top users | synonyms

0
votes
0answers
23 views

add formula in excel

I want to add formulas in excel. I will add this formula in D (Point) Point means the increase rate compare yesterday to two days ago. view_sum of (Today-1) - view_sum of (Today-2) / view_sum of ...
1
vote
1answer
38 views

How to split a column in Excel into multiple columns, using categories from another column?

I have a very large data set with hundreds of thousands of rows. I have managed to split it into two columns like so: Name: | John Birth year: | 1982 Favorite sport: | Rugby Favorite ...
-1
votes
0answers
6 views

Excel - In the Month pointing to the correct month

I have a budget report that is phased for 12 months (12 columns). I also have a In The Month column that will read the data for the current month. The reason for this is so I can group the months to ...
0
votes
2answers
17 views

Use of Excel text parsing functions to extract from a string with complex format

I have a list of items, with a sample as such: (CompanyName){space}(PartNumber ending with -){space}(Revision Level).pdf Company 100-50006- Rev. A.pdf Company Two 6001241- Rev. CN.pdf CompanyThree ...
0
votes
1answer
16 views

Excel Formula Referencing Itself Doesn't Update Automatically

So I have a cell which I am using the following formula for (the formula is in cell B3): =IF(F3="Open",IF(B3>0,B3,TODAY()),IF(B3>0, B3, "")) The formula works properly, but it only updates if ...
0
votes
2answers
25 views

Nested If Formula in MS Excel

I have a spreadsheet and I want to perform a calculation in column D depending on a string of letters in column K. The values for column K and corresponding calculations are shown below: If ...
0
votes
1answer
32 views

Locating a string and copy adjoining cell to new column

I want to look for a cell that contains a string and if it does then take a number in an adjoining cell on the same row and copy this to a new column. I know very little about Excel but tried: ...
-2
votes
1answer
42 views

Formula for sum

In an Excel sheet I have two columns empid and no of day present. In the empid column employee no is repeated. How can I show in one row the total number of days each employee has to come?
1
vote
1answer
18 views

Data consolidation from different cells depending on variable in Excel

I'm sure there is a simple answer, but I have literally looked for hours, to no avail. Here's the scenario... If I have 20 marbles: Column A is 20 rows long, each cell containing the value 1. Column ...
0
votes
2answers
22 views

zip code + 4 mail merge treated like an arithmetic expression

I'm trying to do a simple mail merge in Word 2010 but when I insert an excel field that's supposed to represent a zip code from Connecticut (ie. 06880) I am having 2 problems: the leading zero gets ...
0
votes
2answers
28 views

Excel Formula Calculation IF AND ETC

I can't use a picture, because of reputation. I try to explain my problem. Please help me for my formula. I have a table 1. I have to enter alphabet on the column 1 and column 2 on this table. For ...
0
votes
2answers
21 views

How to save .ods spread sheet (OpenOffice.org) to .xlsx (MS Office Excel 2007)

Recently i switch from MS office to OpenOffice.org 3.4.1. Here are my Queries: I was not able to save .ods spread sheet to .xlsx 2007 Format. The option which i got when i use Save As was ...
0
votes
1answer
31 views

Custom validation using IF() and Len()

I made a custom phone format ###-###-#### so that a phone # can be entered only as 5555555555 => 555-555-5555 or as 555-555-55555. I need a non-vba solution i.e one I can enter in the Data Validation ...
-1
votes
0answers
29 views

EXCEL 2007 - Compare a cell value to a range of values containing comma delimited lists [closed]

I have two worksheets, but the there is really only 1 column in each worksheet that is giving me a headache. Both Worksheet 1 & Worksheet 2 has a column E that each contains only 1 value, the ...
0
votes
1answer
42 views

Calculate hours needed to balance account?

I have an accounts excel sheet where you input all your expenses, all your incomes (gst inclusive), and it calculates how you are placed (E.G. -$717.75 for the month). I It also gives you the gst ...
0
votes
1answer
30 views

Unsure of how to use cell data to get data from another worksheet

This is a weird sort of function that I've never tried to use before, so I'm not sure how to go about asking without using an example. Essentially, I have a column of strings that represent ...
0
votes
2answers
37 views

Name manager: choosing a Range with a formula

I've been receiving an error when I try to set the range as so: =EMPLOYEE_list!$D$2:ADDRESS(LOOKUP(2,1/(EMPLOYEE_list!D:D<>""),ROW(EMPLOYEE_list!D:D)),4,4) The second part looks for the ...
1
vote
2answers
35 views

Excel: Cell counts based conditions

I am again trapped in a situation where I can't figure how to do it. Basically, here is replica of the table I need to work on. A B C D E F ...
0
votes
2answers
32 views

Concerning formula issue

I have a new question concerning formulas in Excel. Thing is, I have a sheet, sheet2, containing dates and values. Currently I am using a combination of the index() and match() functions in to fetch ...
1
vote
1answer
31 views

Return the contents of a row based on the conditional formatting of a cell

I have multiple sheets that contain stock levels of items. If there is a shortage of parts the cell turns red. I'd like it so that there is a worksheet that looks at the contents of all the other ...
-1
votes
0answers
28 views

Convert particular number into alphabetical character in Excel?

I'm getting a number dynamically and want to find which column that number represents in Excel (as in Excel 2007 columns start with "A" = 1 and end with "XFD" = 16384). What is the algorithm?
1
vote
1answer
37 views

Calculating the average of value in group of cells

I have an Excel sheet in this format. You can see that there are groups of dates, and there is a column Present with boolean values. I want to find the percentage of Yes in the Present field. If ...
0
votes
1answer
29 views

Vlookup query to find and highlight different data in a column

I performed my vlookup and now I need to highlight the things that were different. There are over 5000 lines of data, so I don't really want to go through each line and to find different data, can ...
-1
votes
1answer
72 views

Calculate percentage and populate result in another Excel worksheet

I need help creating a macro/vba to query from an excel database called "database" to match multiple criteria in "Results" and calculate a percentage and populate in a column. ...
0
votes
2answers
36 views

COUNTIF showing inconsistent behavior

I'm using the following formula to find a value in the 'CDS et al' spreadsheet: =COUNTIF(A3,'CDS et al'!A:A) It returns 0, which is incorrect because I know the value shows up in the A column once. ...
0
votes
1answer
37 views

Excel programming with vlookup or if statements

I am trying to take column a (5000 rows) and match against column b (138 rows) and when it finds a match in cell b will take cell c (on the same row) and print it in cell d for example I have ...
0
votes
1answer
41 views

Generating Excel Report Using Php

I am trying to generate Excel report of Employee Schedule Times in a week. I have one function which calculate total hours and mins in a week and will return in format Hours:Mins. I am displaying ...
-2
votes
0answers
28 views

Count the number of entries in a table that are between 500 and 750 using vba in excel for Mac [duplicate]

I need to count the number of entries in a table that their values are between 500 and 750 using vba in excel do you know what codes can i use?
0
votes
0answers
52 views

Creating an Excel macro to generate random numbers based on a cell

I'm having a bit of trouble with Excel syntax for this setup I'm trying to do. What my goal is, is to input a number of instances into a cell N8, then display the instances in rows below. These ...
2
votes
1answer
29 views

Excel 2007 Duplicate Check Wrongly Converting Hex as Exponent

I have a spreadsheet used to verify a long list of 8-digit hexadecimal numbers for duplicates. It has two columns - one for the hexadecimal values and another where the following formula is used to ...
0
votes
0answers
26 views

Nested if else statement in excel [migrated]

Im having problem with this code for nested if else statement. The range is basically <=16 to get 5 pts 16-17 to get 4 pts 17-18 to get 3 pts 18-19 to get 2 pts above 19 to get 1 pt and my ...
1
vote
1answer
87 views

Parsing downloaded data to a simpler structure

Every month I download data from a vendor of ours which is small but it is in a format that is not easy to use lookup formulas on. I then read it with a mess of cell references and hope they are ...
1
vote
1answer
36 views

Compare 2 excel columns, the result will be compared to another column

I'm pretty new to vba, and I'm having a problem on comparison of two columns (all of the data under this 2 columns). The workflow is, Column A compare to Column B with result to be put in Column C. ...
0
votes
0answers
36 views

Break down a row on excel into ceveral rows while maintaining formulas

I have a table that looks like this: ID1 |ID2 | Month 1 | Month 2 | Month 3 |Analysis Item Number|Item type|column1|column2|column1|column2|column1|column2|Ac1m1|Ac1M2 ...
0
votes
1answer
20 views

Excel: SUMing values that fall in a range (Extending SUMIFS to use ranges of Criteria)

First post - please be gentle. I have an interesting problem where I'm trying to convert a flat data table into a cumulative total based on two ranges (to create cumulative graphs of progress). ...
0
votes
1answer
33 views

Formatting Excel Cell (custom format)

I am trying to accomplish the following when formatting an Excel cell: Number less than 10 -> 2 decimal places Number greater than 10 -> no decimal places Zero -> two dashes (i.e --) I ...
1
vote
2answers
40 views

How to count same values in a column for certain users

I have a column where appear different users and other one that appear a value. Each user can have several of these values and they can be repeated. I know how to count same values in the same column ...
0
votes
1answer
31 views

Count occurance of text with 2 conditions over multiple worksheets in excel

I have a workbook in which I want to count the number of currence of a text and split this between different values. I'll explain with pictures below: I have different worksheets with the following ...
1
vote
2answers
45 views

Dynamically re-order numbered list in Excel

In Excel, is there a way to dynamically update the priority for a list of tasks? For example, if you have a column with priorities 1, 5, 3, 2, 4 and a user added a new row with a new task and assigns ...
0
votes
1answer
18 views

How to make a specific excel formula [closed]

I need to make an excel formula. I am making a spreadsheet for sales and I need to subtract 3% from from the selling price if the item was purchased with a credit card. I currently have columns ...
0
votes
2answers
41 views

In excel how do I reference the current row but a specific column?

Let's say I had the datasheet A B C D ----------- 5 4 6 3 4 4 3 2 5 4 6 2 And I wanted to do something like A B C D E F ...
0
votes
2answers
27 views

How to select some cells of a particular row which are not adjacent?

I have 1000 rows with 100 columns. And I want to select 2nd row with 6,14,56,37,87 column? And I want to select 5th row with 3,5,9,24 column. Please suggest a different way to approch this ? And ...
-6
votes
0answers
39 views

How to … Excel [closed]

Well, my english is not so good, my apologies I have 12 worksheet, I will call "a", where each is a month, like 01 January, 02 February ... and then I have another worksheet, I call "b", that get ...
0
votes
0answers
80 views

VBA How can I make a code to create tables from a set of data

I have a worksheet which comes in every week with the same format that I need to summarise information for, for a number of Business units. The format is as follows: The worksheet is populated from ...
0
votes
1answer
31 views

Exception from HRESULT: 0x800A03EC when trying to add formula r1c1 while creating workbook

I am creating an Excel file using C#. The end result should be: Excel workbook with 5 sheets 1 sheet is generated using other 4 sheets. 4 sheets are generated from database All the formulas should ...
2
votes
2answers
64 views

Does Excel's Worksheet Comparison Operator Give Inconsistent Results?

Consider the following. Place =400000000000000/3 in a cell, say "A1". Excel displays 133333333333333.0000. The precision is zero digits to the right of the decimal point because, apparently, Excel's ...
2
votes
2answers
60 views

Excel function or VBA script to combine ranges

I have 2 columns each with a varying amount of rows. In this instance I want to merge (scalar multiple? multiple matrices?) the item in A1 with the range(B1:B50) and then repeat for each item in ...
0
votes
0answers
45 views

Partial, Exact match for two columns

I've been looking everywhere and I can't seem to get the results I want. I haven't used Excel in a while and am having trouble doing partial matches from two columns. I want to find partial matches of ...
0
votes
3answers
37 views

date conversion formula in excel

I have some dated in this format "09-MAY-13 06.42.46.097127000 PM" and need to convert to this format "2013-05-09T18:42:47.132Z". my goal is to find out which happend earlier. I am not sure how to ...
0
votes
3answers
44 views

Replace prepositions and articles in excel with words using a named range

i have created a sheet to paste in text and output lower, UPPER, and Proper text I have a named range of prepositions and articles capitalizerd. I am trying to use the SUBSTITUTE formula to replace ...

1 2 3 4 5 26