-
09-07-2009 05:29 PM #1
Excel help: mixing data into a string
Hi guys,
I tried searching in Google but all I found was porn.
...anyway I need to know how to insert data into a text string.
For instance:
=??? ( "This is the text and the data is" & C14 & "the text continues")
Any help is much appreciated. Have a massive assignment I need to do and this would help out immensely

"Always out-numbered, never out-gunned"
-
09-07-2009 05:31 PM #2
-
09-07-2009 05:31 PM #3
Concatenate?
=concatenate("This is the text and the data is",C14,"the text continues")
I think...
Edit: Beaten by Nath...
-
09-07-2009 05:31 PM #4
=CONCATENATE("text1",C14," text 2")
Hope that helps
-edit damn... blink and you are beaten.
-
09-07-2009 08:02 PM #5
Cheers all.
I've found out that you can just type:
="string here"&C43&" more text"
Been a while since I've used excel. Never heard of concatenate though but hey, if it does the same thing


"Always out-numbered, never out-gunned"
-
09-07-2009 08:14 PM #6
-
09-07-2009 10:05 PM #7
Hmmmm...
I am going to be needing some help with Excel and was wondering if the good people of PSB would be able to assist.
Will post up questions later.Why be difficult?
Put some effort into it and be IMPOSSIBLE !
-
09-07-2009 10:20 PM #8
-
13-07-2009 12:27 PM #9
F1 isn't helping
Why be difficult?
Put some effort into it and be IMPOSSIBLE !
-
13-07-2009 12:54 PM #10
-
30-07-2009 06:04 PM #11
No, have sorted the conditional formatting.
Can anyone that is excel -macro/vba savvy please tell me how I get a cell link from one workbook to auto update to the relevant cell in another worksheet? It is not static.
For example:
Range("B7").Select
ActiveCell.FormulaR1C1 = _
"='Q:\WOH Statistics\[VAP Claims Received.xls]2009-2010'!R[-2]C2"
Range("B7").Select
I want R[-2]C2 to change each time the macro is run. Next time I want it to be R[-1]C2, then R[0]C2. In other words I want it to move.
Yes I am not au fait with all this and would appreciate help. The whole macro works, except for this one element.Why be difficult?
Put some effort into it and be IMPOSSIBLE !
-
30-07-2009 06:08 PM #12
Keep a counter in a random cell and reference that instead?
Seems like you need some serialised data
-
31-07-2009 07:33 AM #13


LinkBack URL
About LinkBacks




Reply With Quote

















Bookmarks