I have a range of data (techniques) - example below....
AQ - Ask what other topics to include
No DT - hjhjh
ISL - Ask how Saj would manage the time
AQ - Ask if there's anything else Saj wants to cover
I need to be able to calculate how many different techniques are used. No DT shouldn't be included in the count and if a technique is repeated, it should only be counted once. So the answer to the above is 2 as AQ appears twice and there is a No DT.
I am trying to add numbers from cells if it IsNumeric and for some reason in column K the macro doesnt recognize numbers after row 14?
The range column is "E4:E" Search criteria is the letter "R" in column "E" Then using OffSet, I go thru other columns and process data. Most of the macro works except for column K after row 14?
To best explain my problem I will use this example
Dog 2 400 Cat 4 300 Car 1 200 Dog 7 800 Car 8 900
That data is in the top of my worksheet, and I would like to be able to find all the dog values then reference the 2nd and 3rd column and add all the dog values up and then post the totals in a area below like this
dog 9 1200 cat 4 300 car 9 1100
Stipulations 1) there are different amounts of values, there may be 1 dog value or 10 dog values, I would like the program to recognize the dog values and add the corresponding values. 2) dog, cat, car values are not the only values, there may be others like "tree, apple" but are not in use. So only values in the top of the spreadsheet get referenced to the bottom part.........................
I am trying to create a spread sheet where I have different columns. The columns consist of name and dollar amount. Names may occur more than once. I would like to scan the column with the names and copy the different names to another column. Once that is done, I am hoping to copy the value or sum of all values associated with that name to the column beside it. I am going to have a long list of names with different values and I would like to sort them and add up those values. I have attached an example of what I am hoping to achieve. I am hoping my 'Sum of Values' is actually summed, I left it longhand for explanation sake.
This is a simple one, for someone who is smarter than I. I need to add a column but omit the rows that are blank or has a zero value in either row C or D. In other words I want to add every row in column C if there is a value in row C&D of that item. Attached is a small example.
Using the attached example, how do I get Excel to display in cell F8 the correct SUM of cells F4 & F5 without having to manually enter the SUM in column F. I need F8 to the be the SUM of the amounts that are displayed.
I'll admit that the database I'm currently working on is not a vital on - it's my CD collection but I do use it as a testbed for spreadsheets at work so please bear with me!
I'm trying to add running times of CDs together, but of course can't simply use SUM as it will assume the values are base 10
I've got some extra columns in to separate the minutes and seconds, then for totals to divide the seconds by 60, add the result to the total minutes and finally add the remainder of seconds to this but........
is it possible format a cell so it won't allow erroneous time entries (ie, if I tried to put in 45:65 it would reject it?)
I am having a issue with adding to string values. Basically I have created a variable that will take the value of a Column. This Column number will need to be moved to the next column and so on. I dont know if I have explained that very well. I will give a example
Say Column = "C" I need to add the a variable that has taken the value "C" and change it to "D". The variable will only ever be 1 character long. How would I add to the ascii value of the variable so that the value changes up to the next letter. This will have to work if they enter lower case aswell.
I know this seems a simple task but I cant for the life of me find out how to add the ascii values.
I need to create a formula to calculate rankings for a race series. there are 10 events in the series, only the best 7 individual results count. and there are 4 events which are mandatory and must be included in the rankings.
Let's say I have 3 worksheets, the first of which being the total of the 2 other one, let's say total Apples, Red Apples, Green Apples.
The first column has the name of the customer, and the other columns afterwards have several other values such as sales in 2012, sales in 2013, year-to-date sales, growth etc...
I want people to be able to type in the name of the customer, then the sales for Red Apples, and the same in the worksheet for Green Apples, and then their total is shown in the Total Apples worksheet. The problem is that not all customers will buy both, and so overtime the cells will no longer be aligned to have one formula dragged across both worksheets.
Is there a way to get Excel to search the entries in both worksheets and compile them in the Total worksheet, summing entries that are under the same supplier name?
i have myself a table on the left is all the members names and along the top are 12 dates (1/1/07, 1/2/07 etc).
In another sheet i have a drop down box for the name of the person and a dropdown box to select a date and then a space to enter the amount paid so i need a macro that will find the name and date i selected from one sheet and take the amount paid into the other sheet and insert the amount in the correct place.
If it is unclear what i mean i will post screenshots tomorrow.
I have a spreadsheet with a series of names in a column and respective dollar values in a separate column. I would like a formula to automatically total the value spent against a particular name (without having to enter the name as a value each time).
Example
John Doe 3.89 John Doe 1.27 John Doe 0.98 Amy Smith 1.56 Amy Smith 2.29 Amy Smith 1.11 Alex Brown 0.67 Alex Brown 4.56 Alex Brown 8.87
I would like a formula to automatically populate a column, spreasheet, etc as follows:
i have data as ( name , Father name ,CNIC, and there salaries , but there is repeating in this data so i want to add their salaries to one name and delete duplication , it should be done in excel. this data is so long .
I have a short script that runs perfectly fine for copying the value from a drop-down list onto the clipboard. However, there are two selections for which I don't want this to happen:
a) When the text selected says "The result has not been chosen" b) When the text selected says "The result is not available
I see that this would be an if-else statement, with char/string match- but I am not able to code this.
Code: Sub copyOutcome() Set outcomeData = New DataObject outcomeData.SetText Range("a16").Value outcomeData.PutInClipboard End Sub
I have names in A1, A2, A3 and A4 and in cells B1:C4 I have atendance for am and pm.What I need is it to count if someone was in on a day. So if B1 or C1 or both contains "in" then the subtotal will be 1 and added for each row, so it shows how many are in whether it be for 1/2 or a full day
I need to make an excel sheet with checkboxes (around 50) which each add a value to 1 cell when clicked.
If you click them again the value should be removed again from the cell.
So lets say I got cell A2 and I got checkbox 1 to 5. Checkbox 1 has value 1 checkbox 2 value 2 etc. up to 5.
So if I click Checkbox 1 and 4, cell A2 should display "5". If I check Checkbox 1 off it should display "4". Now I tried to do this but I really cannot get cell A2 to display "4" again (clicking Checkboxes again just adds another value). I know why this is the case, I defined checking the checkbox as click, not as "check" but I have no idea how to do this correctly. Little info:
I have little to no experience in VB but got some programming experience next to it. I am using Excel 2007 (forced to, work).
The following code works fine but I need some assistance on how to add values from a textbox per say. How would I go about adding the value of textbox1 to the code below. .HTMLBody = "<HTML><BODY>Job# –<br>Client Acronym –<br>CSR –<br>Kit(s) –<br><br>Comments –<br><br></BODY>" & Signature
I have values printed between from c5:c14 ( not always all 10 will be filled up. sometimes can be 1 also). Wanted some code or method where any value in this gets pasted in the second sheet from A1 onwards. Also whatever number of times I paste it keeps on adding one below the other in the A column in the second sheet . Important : If there are blank cells between one value and other in the working sheet, then it should eliminate the blank space and paste it in sequence in the second sheet. i.e if there are values in c5 , c8 , c14. Then when pasting in the second sheet it will be in A1,A2,A3.