What is the formula for display A1, A3, A5, A7...increasing by a certain step?
Moreover, would it be possible to transform below a list (1x15) of data into a table(3x5). Thanks.
I'm trying to create a subtotal for a range that excludes rows that don't have a wholesale price. I have a range of products, prices and units that have subtotals by brand, although the brand subtotal is a sum and not a subtotal because the total needs to be displayed regardless of what the user chooses to filter. These subtotal rows do not have…
When making a chart in the worksheet (not an independent sheet), is there a way to positon it a little more precise ? Instead of just leaving it there "floating" ?
I'm having a bunch of tables, one under another, and every table is gonna have to have its own chart. Is there a way when I copy the first one, under the second one (just change the…
I have a bunch of sheets in my workbook, in each one there is an email address at B6.
What I want to do is to make a list with all the email addresses. I'm familiar with sheet range (all my sheets are between a sheet "first" and a sheet "last"), so I can do something like first:last!B6 to refer to the range. But what is the formula?
I have set the cell to the maximum size (column width of 255 and row height of 409.5). In order to view all of the data in the cell, I have to use up/down arrows. I don't need to necessarily view all of the data in the cell at one time, however I do need it to print, and it's only printing what's viewable (not what you can scroll…
I have a rather weird issue I've never faced before.
After defining my table with borders and such, and filling out data in my table, I try to sort my table according to the "ratio" (first) column, from biggest to smallest.
When I right click the header and select the corresponding option, the table gets sorted, but the first…
i have a cell that refer to more than 1 worksheet and display the result (value) when it found the product from the 2 sheets.
SheetA has 2 columns which column A is the value and column B is that product name, SheetB only has product name.
Below is my formula but it failed to display result of product value, instead it…
I have a situation where I need to calculate shipping values based on the length of the supply chain. Easy, however I need to have instances where an increased amount is required based on specific date criteria.
My example is as follows:
Shipvalue = 100
Date1 = 1/1/2013 (Jan) - ship 50% more than usual
Date2 =…
this works:
{=MEDIAN((Table1[MonthFinish]=201012)*(Table1[Days]))}
but if I put 201012 into cell A3, this doesn't done work:
{=MEDIAN((Table1[MonthFinish]=A3)*(Table1[Days]))}
when i do Evaluate Formula on the 2nd one...I see that there are double quotes about the 201012 that was pulled from A3...like so:
…
I've got a sheet of 35k rows of the following kind of data that I want to reshape into table below.
So, I want to reshape this data in a way to get all the people within a specific GroupID in separate columns.
I suppose that I should add a counter for each row within specific group id?
Also, I suppose…
I have a macro which connects to db and fetches data for me and makes it comma separated. But the problem is the comma is getting appended to the last row, which I don't want. I'm struggling here. Could you please help out?
Here is the part from the code.
If cn.State = adStateOpen Then
Rec_set.Open…
I have a cell that I must remove the first 2 characters "RO" for each value in a column on a sheet called RAW DATA and put into a cell on a sheet called ROSS DATA. Some of the values in that cell have 3 digits after the "RO", and some have 5 digits. To do that I used
=REPLACE('RAW DATA'!A3,1,2,"")
…
I suspect the solution will be related to this question??
I have a spreadsheet that comes to me pre-formatted with hidden columns sprinkled in multiple places (for viewing brevity's sake). I need to turn on filtering, apply a filter to one of the columns, and then paste the resulting rows to a new…
What is the formula for display A1, A3, A5, A7...increasing by a certain step?
Moreover, would it be possible to transform below a list (1x15) of data into a table(3x5). Thanks.
So frustrating! I get data sent to me and it looks like this:
a 1
a --2 2
a-------3 3
b 1
b-- 2 2
b ------ 3 3
b------------ 4 4
and i need it to look like this:
a 1 2 2 3 3
b 1 2 2 3 3 4 4
I have about 30 columns that needs to move to the top value in their group, then…
I have a spreadsheet that contains test data. column A has the test name and column B contains the test date. I want to count the number of times that the string Rerun is found within a certain date range.
For example
A B
test1 11/2/2012
test2 11/7/2012…
How do I make it stop after a certain amount of rows?
I've taken a VBA course and my teacher explained how to delete empty rows. I'm now trying to put this in place but my macro isn't stopping. I thought I had limited it to 200 rows.
I'm missing something important. Any pointers much…
I am looking for a IF formula with 3 conditions. Request for help.
Conditions:
If Cell value is less than 10000 the value should be 0
If cell value is greater than 10000 and less than 15000, the value should be 150
if the cell value is greater than 15000, the value should be 200.
I…
I really need help figuring out how to speed up graphing multiple series on a graph. I have seperate devices that give monthly readings for several variables like pressure, temperature, and salinity. Each of these variables is going to be its own graph with devices being the series. My…
The posts in this series assume that you have some level of familiarity with ODI. The concepts of Topology, Data Server, Physical and Logical Architecture are used here assuming that you understand them in the context of ODI. If you need more details on these elements, please refer to…
The library is located here: http://code.google.com/p/excellibrary/
I'm using some basic code to create an .XLS file.
When I open the file in Excel 2007, I get the following errors:
I click yes, then I get:
And just for fun, here's the XML error details (not very helpful)
…
I upgraded my Web API app to the funkelnagelneu versions using this guidance:
http://www.asp.net/mvc/tutorials/mvc-5/how-to-upgrade-an-aspnet-mvc-4-and-web-api-project-to-aspnet-mvc-5-and-web-api-2
However, after going through the steps (it seems all this should be automated,…
I've created a simple application .Net Class that converts an excel spreadsheet into a a pdf file. I then get a Excel 2007 application to call this dll which works fine on my development machine.
However when i deploy it on to a machine that has both the .net framework and…
I am using the Scriptom extension to Groovy 1.7.0 to automate some processing using Excel 2007 under Windows XP.
This always seems to leave an Excel process running despite my calling quit on the excel activeX object. (There is a passing reference to this phenomenon in the…