Inserting Characters Into 3 Points Of A Cell

Jan 12, 2010

I have a column of about 15,000 numbers that I need to update. They are all 6 digits long and I need to insert characters at 3 different points. The numbers currently look like

234567
123456
456789

and need to be changed to

23-45-67
12-34-56
45-67-89

View 3 Replies


ADVERTISEMENT

Inserting Characters Into Cells

Aug 4, 2009

I have recently purchased a new GPS for my fishing boat. I am trying to transfer my old coordinates from one unit to the other. I am using a .csv file to achieve this. Can some kind please let me know (and possibly tell me) if there is way to insert characters and spaces in to multiple cells. I have over 800 individual coordinates to modify to the new gps and this would take a long time to achieve individually.

I need to replace this: 12.34.567 to this: 12 34.567 N

and this: -1.23456 to this: 001 23.456 W

View 9 Replies View Related

Inserting Characters Into A String Of A Certain Length

Jun 6, 2008

I need to insert 00 if the string of text = 13 in a specific column.

eg. Column K can contain any amount of lines of data. The data will either be 15 or 13 characters in length. If its length is 15 its fine, if its 13 I need to get it to 15 characters.

The first 6 characters are letters so if the length is only 13 I need to add the 00 in after the last letter.

View 3 Replies View Related

Points Property Select Multiple Points

May 2, 2007

Is there a way of amending the following line of code so that it selects multiple data points in a data series in a chart (e.g points 14,15,16)?

ActiveChart.SeriesCollection(2).Points(14).Select

View 2 Replies View Related

Automatically Calculate The Bonus Points Into A Cell

Mar 29, 2006

I am updating a sports competition ladder. There are two aspects to compiling the table I would like to automate but have been unable to find out how via the excel documentation.

The aspects are.

1. When a team loses by a margin of seven points or less below the total points scored by the winning team then the team is awarded a single "1" bonus point that contributes to their overall competition points tally.
2. When a team scores four tries or more they are likewise awarded a bonus point.

I require formulas that will automatically calculate the bonus points into a cell.

Situation One
cell 1 = Points For (eg. 17)
Cell 2 = Points Against (eg. 24).
In this instance the team did not win. They scored 17 points and the winning team scored 24 points. Therefore the team lost but lost by seven points and is therefore entitled to one (1) bonus point.
SOLUTION NEEDED - I need a formula that will calculate whether cell 2 is seven or less than cell 1, and if so automatically place a total of "1" in cell 3.

Situation 2
Cell 1 = Tries Scored (eg. 5)
In this instance the team has scored five tries. They have scored more than four tries or more and is therefore entitled to one (1) bonus point.
SOLUTION NEEDED - I need a formula that will scan the number in cell 1. If this number is 4 or more, then a total of "1" should be automatically placed in Cell 2.

I have looked into the excel help but to no avail and the search terms are so broad it was a nightmare trying to search the forums.

View 11 Replies View Related

Adding Various Time Data Points In One Cell

Jan 10, 2013

I have a number of time data elements of different recordings that i would like to be able to use one formula in one cell and have it give me to total time. For example:

00:03
00:55
00:47
00:05

All in one cell (i.e., not having each data point in a cell), I would like to have the formula tell me that these four recording times equal 00:01:48 (i.e., 1min 48 sec).

View 1 Replies View Related

Use Macro To Increase Cell Content 10 Points

Nov 17, 2007

I don't know if I am asking for something impossible,but is it possible to create a MACRO to automatically add or subtract 10 to whatever number is in the cell? for example:

A1= 20

I would like to have a macro that lets you either add 10 to it to become 30 or subtract 10 to it to become 10.

View 9 Replies View Related

Color Scatter Chart Points Same As Cell Source

Oct 13, 2007

would like the points in my scatter chart to be displayed
with the same font color that is in the Data cells being charted.
the cells for the scatter chart contain 2 font colors - red and blue

e.g.
Cell Cell
a2 is red b2 is red
a3 is blue b3 is blue

View 4 Replies View Related

Gradient Colorize Chart Points Based On Cell Reference

Jul 13, 2007

Conditional formatting is lacking. I need to colorize each data point on the graph according to a characteristic cell (not an x-axis or y-axis variable). I have done something similar by simply graphing a group of points as a series and changing the series color. I'm looking for a more graceful solution. From the example picture attached (i would attach a workbook, but the data is sensitive), a point is charted based on two variables and colorization is attempted based on the third variable. i would find the range of the third value, assign a gradient based on the spread, and colorize each point. My VBA syntax is lacking for chart functions

View 7 Replies View Related

Take X Characters From One Cell And Y Characters From The Next?

Aug 1, 2014

So we have people's names in a table. First name in one column and last name in another column. We have a 3rd column where we can use 8 characters to do a combination of First 5 of Last Name + first 3 of first name. However, if someone's last name is only 3 or 4 characters, we'd then want to take more from the first name to fill out the 8 characters.

So:
Charles Johnson -> Johnscha
John Smith -> Smithjoh
Willian Wu -> Wuwillia

What's the best way to do that without creating some crazy formula with tons of if/thens?

View 4 Replies View Related

Excel 2010 :: Inserting Image To Cell / Merged Cells As Background Fixed To Cell Size?

Jan 18, 2014

Excel 2010. I need to place picture into one cell or one big merged cell, as a background fill. picture must resize to size of cell. must be fixed in, not in front. i still need write into that cell, so it needs to be really background.

View 2 Replies View Related

Inserting Values In Cell Depending On Content In Adjacent Cell

Mar 20, 2014

I have the names of companies in one column, and the amount they owe in cells in the column beside them. I then have a second list of companies that is a subset of the first. Is there a formula that would place the amount they owe in teh corresponding cell adjacent to the compny in the second list? I've attached a sample workbook, Full Company List in column A, amount owing in B, trimmed down list in D and ideally I'd like the corresponding values in E.

View 3 Replies View Related

Inserting 10 Or More IF In One Cell

Nov 25, 2007

I have a VLOOKUP formula in cell X1. I am trying to insert all the below 10 IF statements in it. I have three problems:

A) Excel does not allow inserting that many conditions in one cell.

B) Don't want to use VBA.

C) VLOOKUP doesn't work, since the table array contains formulas. I can't have the table arrays change from 1s to 2s, when copying & pasting X1 to X2.

1. IF(A1=1,C1*D1)
2. IF(A1=2,E1*F1)
3. IF(A1=3,G1*H1)
4. IF(A1=4,I1*J1)
5. IF(A1=5,K1*L1)
6. IF(A1=6,M1*N1)
7. IF(A1=7,O1*P1)
8. IF(A1=8,Q1*R1)
9. IF(A1=9,S1*T1)
10. If all false then "NO".

View 9 Replies View Related

Excel 2010 :: Clear Chevron Characters And Characters Inside Chevrons

Jan 17, 2012

Is there an Excel formula to remove the spacebar + characters in red, as shown below? I need to be left with only the last name, first name and the semicolon.

Mouse, Mickey ;

Microsoft Outlook has changed the way that email addresses from the global addressbook copy and paste (from version 2003 to version 2010).

View 8 Replies View Related

Inserting Function In A Cell Via VBA

Mar 28, 2014

I'm inserting a function in a cell via code:

[Code] ........

The problem is that I want the second cell of the NETWORKDAYS function (in this case: R2C11) to be a variable cell. I want it to be cells(2, c - 3).

View 3 Replies View Related

Inserting Picture If Cell Value Less Than 10

Mar 5, 2014

I have two images that have a name on each sheet for reference. One is a thumbs up image, one is a thumbs down. They are both named tu_image and td_image respectively. I want to show the thumbs up image if a particular cell has a value of 10 and show the thumbs down image if that cell's value is < 10.

This check and display needs to be done about 20 times on different sheets and with different values. (i.e. Thumbs down should only show when the value is < 20, instead of 10.) Ideally this should take place when the workbook updates with new data. Is this possible?

View 1 Replies View Related

Inserting A Null Cell Using IF

May 28, 2007

I have a simple formula, =IF(A1=0,"",A1) to replace 0 with blank. However ISBLANK doesn't recognize the result as blank, because it's really testing for an empty / unused cell rather than a blank one.

Is there something I can replace the "" with so that ISBLANK returns true?

View 9 Replies View Related

Inserting PDF Into Cell Comment?

Mar 14, 2013

Is there a way to insert a pdf into a cell comment? I found how to insert an object but when I do that it covers the entire spreadsheet. I would like to be able to add pdf's to cell comments.

View 3 Replies View Related

Inserting Formula Into Cell?

Nov 7, 2013

I'm trying to insert a formula into cell "A8" when cell "A1" changes. These formula gives me (into cell "A8") the next week day, depending on the value of cell "A1". If A1="FRIDAY", "A8" will be 08-11-2013.

The problem is that an error ocurred (Run-time error '1004'). If I put the formula directly into cell it works...

Code:
Private Sub Worksheet_Change(ByVal Target As Range)
If Target = Range("A1") Then
ActiveWorkbook.Worksheets("Sheet1").Range("A8").Formula = "=TODAY()+8-WEEKDAY(TODAY()-MATCH(A1;{""MONDAY"";""TUESDAY"";""WEDNESDAY"";""THURSDAY"";""FRIDAY""};0))"
End If
End Sub

View 3 Replies View Related

VBA - Comparing Cell Below To Above And Inserting Row

Dec 27, 2013

I am currently using excel 13' and am having trouble inserting rows once the value in column b changes. My goal with this procedure is to insert two rows after each change in value in Column b (i.e. b2, b3, and b4, all equal 123 however b5 equals 124) Below is the code.

Dim cell As Range
Set i = Range(Range("A1:I1"), Range("A1:I1").End(xlDown))
Set bsort = Range(Range("B1"), Range("B1").End(xlDown))
Set ISort = Range(Range("I1"), Range("I1").End(xlDown))

[Code]....

'Need to Identify which cells are not equal to the one above in column B (bsort = range)

For Each cell In bsort
If cell.Value cell.Value - 1 Then
ActiveWorkbook.ActiveSheet.EntireRow.Insert
ActiveWorkbook.ActiveSheet.EntireRow.Insert
End If
Next cell
End Sub

View 2 Replies View Related

Inserting Clip Art Into A Cell

Dec 6, 2006

Is it possible to insert clip art into a single cell...or is it possible to create a custom symbol?

View 9 Replies View Related

Inserting A Picture Into A Cell

Jun 6, 2006

I am looking for a way to insert a picture into a cell BUT the picture should not float. It should change its size whenever the cells size changes - as if it was inserted into a rectangle drawn from the "PAINT" Bar. An example (but it floats) can be seen in the attached picture/

View 2 Replies View Related

Inserting Cell Comment

Jun 20, 2006

I want to select any cell on a spreadsheet, then run a macro that inserts a comment to the selected cell with the inserted comment text being the selected cell entry (value/text/ date). Primarily to insert a cell date value to comment before overwriting it with a tick to represent completion. The comment then contains the date for archive info purpose.

View 2 Replies View Related

Inserting Date Into Cell When Email Sent

Nov 27, 2012

The following code sends the open workbook, as an attachment, to a predefined email address. It then inserts the date it was sent in a cell in another workbook. It works ok in three other modues going to different addresses, it works ok on other networked PCs. Unfortunately on one PC we get the error "Can't Find Project or Library". Initially this pointed to an undeclared variable, when this was declared, it pointed to another. All variables have now been declared but it fails and points to the DATE command".

VB:
Sub To_Design()
''
'=======================================================================================================
'This emails the current open file, which is named after the Log Number, to the Originator of the Doc 34.It opens up
'the Doc 34 Log and enters the date that it was sent in Column L. The email addressee has to be manually added as it
'could have been originated from anywhere in the company.
'=======================================================================================================

[Code] ....

View 2 Replies View Related

Inserting Specific Cell Into A Comment?

Sep 15, 2014

My situation is like this:

-I have two sets of data in two different sheets. The data is similar, but it is taken in two ferent times, so there are some cells, which content has changed.

-I want to make a macro that identifies the changes in the latter (newer) sheet compared two the older one and to:

a) Highlight the cells (this works)

b) Add a comment to each cell that has changed so that the content of the comment is the content of the "older" cell. (so that one can easily see from the newer sheet that highlighted cells have new values and the old values are in the comment) (this is not working)

Here's my code so far. Like I said I can't make the comment work. I tried it with the same text in all comments ("test comment") and it worked but I can't make it to go and get the data from my older sheet.

OLDER = my sheet with old data
NEWER = my sheet with updated data
NEWTABLE = my table on the NEWER sheet where I want to check the changes

[Code].....

View 7 Replies View Related

Inserting HTML Around Cell Data

Sep 29, 2009

I'm using excel 2003 and was wondering if I could insert html around the cell data in a faster way than cutting and pasting it. Here is an example of a column and what I would like to do.

aaaa
bbbb
cccc
dddd

Now I would like every cell to have HTML around it to be easily posted on a website. I would like the cells to now look like this.

<a href="www.url.com/aaaa"><img src="www.url.com/aaaa.jpg"></a>

<a href="www.url.com/bbbb"><img src="www.url.com/bbbb.jpg"></a>

<a href="www.url.com/cccc"><img src="www.url.com/cccc.jpg"></a>

<a href="www.url.com/dddd"><img src="www.url.com/dddd.jpg"></a>

I haven't dealt much with functions so I don't even know if this is possible.

View 3 Replies View Related

Inserting 3 Cells To The Right For Each Cell In A Range

Aug 13, 2014

I have a long row of text cells in a range. Starting with the 1st cell I want to insert 3 empty to the right, then repeat for the next cell that had originally butted up against the first cell until 3 cells have been inserted for each cell in the range.

View 2 Replies View Related

Inserting Checkbox And Linking To Cell

Feb 21, 2014

I go to last used row for column C and then go to next row column A and insert a check box and link that to same row in z column. The code which I am trying is not working.

lastcell is last used cell in column c. Say C8 (c8,c9 are merged). A to column H are merged.

[Code] .....

I dont know why i am unable to go to A10 with the above code.

and for check box i am try with macro recorder.

[Code] .....

Checkboxes are inserted with every new row. I am able to add row and merge the rows and I am struck at adding checkboxes.

View 1 Replies View Related

Syntax For Inserting Formula Into A Cell

Nov 27, 2009

I have this code for setting up a sheet to begin a calculation involving the solver add in. I am getting a "Run Time Error 13: Type Mismatch" on the line that inserts a formula into the cell. I have put the first offending line in bold in the code below. Is this a problem with syntax or is there something else that I have made a mistake on?

View 2 Replies View Related

Inserting A Table Of Information Within A Cell

Sep 11, 2009

I need to have a cell (Total) but I need to be able to enter the information which all the subtotals are inputted into that area and will be the subtotals of the total. I have two areas that I will need to keep a running total of for each job #.
I'm not sure how to find out how to do this as I'm not that advanced with excel.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved