Divided Into Specific Numbers
Apr 18, 2008to work out a formula to achieve a specific breakdown when 2 values are divided. I apologise for the vague explanation, please refer to my attachment for better understanding.
View 14 Repliesto work out a formula to achieve a specific breakdown when 2 values are divided. I apologise for the vague explanation, please refer to my attachment for better understanding.
View 14 RepliesIn sheet lists I have a list of names and to the next column, I use 0ne 0f these threee options 1/3 OR 2/3 OR O(zero). So what I need is this When a user choose name from the combobox and then type numbers in textboxes, I d; like these numbers to transferd in data base column M, but if number of the specific customer in Lists Sheet is 2/3, then the 2/3 of the choosen numbers should transferred rounded to the nearest biggest number. Example: If I choose Maria, and type 30--10--15--25--40, in text boxes, then numbers 20---7--5-17--27, should transfer in database column M.
If i choose Stevens, then numbers should tranfered as ii is. No chance.
I would like to extract multiple numbers from a single cell. The cells contain -, /, and blank spaces are delimiters. An example is 4 - 3 1/4 and because of the way they use that number, it really means 4 inches and 3.25 fifths of an inch (3.25/5 inches) which is weird. I want to go through each cell and store the 4, 3, and 1/4 as variables so I can then manipulate to convert them to the proper inch value (I can perform the conversion code, I just need to know how to set those variables in the cell). And I would like it to automatically do it when a cell has been changed. formatting to maintain overall table width dimensions so if you know anything about that,
both cells are blank
4 - 3 1/4
cell value is enter in on the left
4 - 3 1/4
4.65
converted cell value appears on the left
Here is what i am trying to achieve. If the date 2/20/2010 is located at F53 & the cell next to it at H53 is populated with a number between 1 & 16, then i want the cell at J11 (42 rows further up) to auto populate with the number 1. When this occurs the cells beneath this, from J12 to J52 should also auto populate with the with consecutive numbers from 2 to 42. Would also like to see the cells with numbers 1 to 28, automatically format to orange & the cells containing numbers 29 to 42 automatically format to yellow. I plan to have this condition repeat several times later in the year, at dates that are to be decided. When these dates are decided i want to be able to enter a number from 1 to 16 & next to the date & all of the above automatically occurs.
View 14 Replies View RelatedIs there a way to make a macro convert '1' to Yes and '0' to No? I have 2 columns (F and G) in a worksheet that contain the value of 1 or 0, but I need to convert them to Yes or No. I have tried some fo the samples but they pop up a msgbox which is not required.
View 2 Replies View RelatedHow can you sort item numbers, targeting only the numbers in the mock up file?
Example:
item number: GW14SO0000003
item company: GW
item location: 14SO
item counter: 0000003
How can I only sort the item by the last 7 digits "0000003"
Hi, I found another problem with my pool spreadsheet.
In the Calculation worksheet, region P3:AU27 ;
Within that table, it would be nice to have the formula's filled for the entire table but as it stands, I have to drag the formula every time we play, I'd like to lock that page so I don't make a mistake in it. Because I get an #DIV/0! error that screws up all the results.
Is there a way to fill that table with the formula so I don't have to touch it and the results will be calculated properly?
The function of the said table is to give the players their true average in percentage. It calculates the amount of points they accumulated individually everyday they played, compares to the total possible points in that day and returns an average.
So to recapitulate, if I drag the formula's form " Calculations " " AI " to " AJ ", I'll get errors if there was no score entered in the Player DATA sheet. Any way to avoid this ?
BTW, I'm using excel 2007.
Excel 2007. Trying to enter a number in a cell in a spreadsheet
(a) opened with the "blank workbook" (new spreadsheet)
(b) created with Excel 2003 and opened in excel 2007
(c) created with Excel 2007 and emailed by someone who isn't having that problem on his Excel 2007 installation
Any number I type in is automatically divided by 10. The only way I seem to be able to prevent this is by entering a decimal point when I enter the number. Have tried several different formatting options, although in 2007 I can't seem to find how to "uncheck" fixed decimals. Tried General formatting and fixed decimal formatting, and nothing seems to work. Looked for hidden macros, none show up when I click on View Macros.
How to make A1= A2xA3 and round the result to the higher integer that can be divided by 6 ????
View 3 Replies View RelatedI have a list of parts ordered with the order date in column I
I would like a total of ordered parts for january from the order date in column I
Is this an easy formula?
I want a cell to be blank if the sum is Zero. I am getting a divided by zero error, I tried this formula: =IF(SUM(C6/D6)=0,"",SUM(C6/D6))
View 4 Replies View RelatedQuestion is this, "can a single cell in a column be divided into two parts?"
View 14 Replies View RelatedI have a set of data (numbers) I want to include in a bar chart. The numbers appear fine in the table. When I create the chart and sets the data (the cells excel goes looking in to create the chart), the values in the cells are divided by 10 for some reason I can't understand.
I tried to create a new file and a new chart, and the issue does not repeat.
I do not know where to look in that specific file to prevent Excel from dividing every number by 10 when I create a chart.
I have a set of data in Which in column A is the name of organisation.
If string in col A is longer than 50 I need to split in and put in col B.
That would be simple however I need to do it in a smart manner: i.e. cut it to the nearest full word.
Example:
THIS EXAMPLE NAME IS TOO LONG TO FIT INTO 50-TEXT CRITERIA SO I NEED TO DIVIDE IT INTO TWO STRINGS
Incorrect; length = 98
THIS EXAMPLE NAME IS TOO LONG TO FIT INTO 50-TEXT
Correct; trimmed down to 48.
My question is about formula that can detect spaces and depending on those trim the string down adequatly:
to 50 if 50th char is preceeded by space; if not then check where is the next space going towards left. Once you find it cut the string there.
What formula I can use to get desired effect?
I have a sheet of about 15000 rows made up of about 1300 groups( events) and 40 columns, a miniature of which is attached.
In column1 I have the event identifier,column 2 contains a score or rating for each contestant in each event.,in column 3 there is a code for each competitor,either orange or pink.There will be at least 1 orange and 1 pink in each event.
column 4 is the one I want to create by formula,the lowest pink in each event
divided by the highest orange. I have titled this column the spread. I have filled column 4 manually to illustrate what I mean.
I need a macro to do the following
Assume A1 has 100 & B1 has 20
The macro should divide 100 by 20 & then fill 20 for number of times I get as the answer starting from B3 9 in this case its 5 times
E.g.: B3 , B4 , B5 , B6 , B7 should be filled with 20
If A1 has 200 & B1 has 50
B3, B4 , B5, B6 should be filled with 50
I've got a spreadsheet where the start date is amendable and this is what I wanted. E.g. start date is Jun-14 and I want the formula to to calculate annual salary divided by 12 in each month from June onwards until Mar-15 (Financial year is April to Mar) and the same way to not show anything in April or May as they started in June... How can i achieve this please as I tried IF statements and it doesn't recognise dates and years...
Link: [URL] ....
I am trying to create a sheet on docs.google.com that takes the sum of 1 row divided by the sum of another row removing numbers from the denominator if fields are left blank. Hard for me to explain so here is an example:
Counter
Column 2
Column 3
[Code]....
Leaving a blank value in column 2 makes it read 4/6 giving me 66%, Column 3 giving me 50%.
What I would like it to do is if there is a blank value in any column remove column one from the denominator.
Upon completion the total output percentage for column 2 should be 100%, and column 3 should be 75%.
I understand how to only sum negative numbers but my problem is pulling only certain ones from a list. I have tried numerous IF and SUMIF statments with no solutions. I have attached a worksheet showing what I am trying to do.
View 5 Replies View RelatedAny way/method to make a certain number of cells randomly generate to a specific value you want? I only want to use the number from 1 to 60.
example:
1 37
2 29
3 34
4 2
5 58
6 38
7 =198
I have a spreadsheet with a stock list. Each item has an individual number. I have a code below, which I have doctored from other various sources. The problem I have is that if I search for number '12' the spreadsheet highlights every cell with 12 in (120 121 122 123 etc...) Is there any way I can change the code so that it returns only the 12 and not every cell that contains 12? The current code is as follows:
View 2 Replies View RelatedI am trying to extract numbers after a specific text in a text, for eg :
abc SN 12345 xyz
edf SN No. 456 mno
As per above, i want to extract any numbers afters "SN". the numbers can be vary in digits i.e. it can be 3 digit numbers or 4 or 6. Also, at times there is some other text in between (like SN No.) numbers and search word (i.e. SN)
Any formula to get result as "12345" and "456".
macro that would keep all lines containing a number greater than zero in column D and delete all of the other lines?
View 9 Replies View RelatedI'm trying to round off my numbers to specific integers. Sorta like a step function (in algebraic terms).
For example, my first few integers are 0-8-13. I want: 0<=X<8, 8<=X<13, etc.
So far, this is what I have: ...
If you have a single column of random numbers, is there a way to give Excel a total amount you are looking for, and have it choose which numbers in that column total to that amount?
View 2 Replies View RelatedI am trying to return a number with a specific format. I need Excel to look in a particular column and when it finds the entry in the correct format to return it in a new column. I want it to repeatedly return the number to the new column until it finds another number of the same format in the original column.
View 2 Replies View RelatedI have a workbook in Excel 2003 with two spreadsheet, a data sheet and a summary sheet. The data sheet contains account numbers in column A and monthly values from column B to M (April to March) for each account. Account numbers occur more than once in column A.
The summary sheet contains each account number as in the data sheet, but only once with a month column and a YTD (year to date) column. Part of my function is to report on a given month number as well as a year to date number as at that given month. For example if it is May, I need to report the results for May as well as April and May totals. Cell C 1 contains the value of the particular month (say month 1 equals April and month 12 equals March).
I need a formula or function to return the year to date results given a certain month (cell C1) for each account number. The sumif function does not help since it only returns values for 1 column. I need the formula to perform a sumif function but if I put in 2 in cell c1 I need the formula to add the values in columns B and C, if I put a 3 in cell C1 I need the formula to add the values in columns B, C and D.
i use this code to get the value from the cell that contains "Ink"., and i got the codes from reading other problems:
=IF(SEARCH("Ink",a1),LOOKUP(99^99,--("0"&MID(a1,MIN(SEARCH({0,1,2,3,4,5,6,7,8,9},a1&"0123456789")),ROW($1:$10000)))),"")+0
like this in a1 -> Ink 253.00
and totally working! but the problem is if the word "ink" in the left of the value --> 253.00 ink and the result is #NA, is there any way that i can get the value whether the word Ink is in the left side or right side of the value?
also bothered why is it if the word is not "ink" in the cell and return -> #value since i put ("") in the last part of If function(value if false)?
Lets say I need an array of 100 numbers from zero to 100. I want a mean of 75, and SD of 12. Or the same data based on a skewness and kurtosis value. Can I do that in Excel?
I'm just generating fake datasets for my stats class to analyze.
Edit: I found that =norminv(rand(),,) will work.
I have 20 numbers from D3 to W3. Numbers range from 1 to 80. There are several rows with numbers.
I would like a macro to pic from each row specific numbers and copy them to EC3.