Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is this possible? If so, how do I do it?
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
can u give an example?
"krissy" wrote: Is this possible? If so, how do I do it? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dear ______. I need cell a9 to enter the name after dear
"Matt" wrote: can u give an example? "krissy" wrote: Is this possible? If so, how do I do it? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Here's a shot at it...
In F1 enter this partial sentence: The number in cell J1 is (enter a space after the word "is") In J1 enter 100 In A1 enter =F1&J1 Another shot at it is to do F1 and J1 as above except do not enter the space after "is". Then use this formula in A1 =F1&" "&J1 HTH Regards, Howard "krissy" wrote in message ... Is this possible? If so, how do I do it? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have two interpretations, so hopefully one of these works for you...
Interpretation 1. Cell A1 reads "Dear Joe," and you want Cell A9 to only display "Joe". In this case, enter the following formula in Cell A9: =RIGHT(LEFT(A1,LEN(A1)-1),LEN(A1)-6) Interpretation 2. Cell A1 reads "Joe" and you want Cell A9 to display "Dear Joe,". In this case, enter the following formula in Cell A9: ="Dear "&A1&"," Let me know which one it was or if I totally missed the mark. Matt "krissy" wrote: Dear ______. I need cell a9 to enter the name after dear "Matt" wrote: can u give an example? "krissy" wrote: Is this possible? If so, how do I do it? |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
For your example:
In A9 enter ="Dear " &F1 With the name in F1 Note the space in ="Dear " And try this in A9: ="Dear "&F1&" "&"and "&G1 With Mr President in F1 and Monica in G1 HTH Regards, Howard "krissy" wrote in message ... Is this possible? If so, how do I do it? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help triming a sentence | Excel Discussion (Misc queries) | |||
Sentence Case | Excel Discussion (Misc queries) | |||
Diff colours in same sentence inc a formula | Excel Discussion (Misc queries) | |||
Two different colors in one sentence | New Users to Excel | |||
Any formula to shorten sentence to a specific length | Excel Worksheet Functions |