Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In worksheet cell R24 (merged cells R24:T24), is a number in the following format: 1.1.3; 2.3.1; 4.3.2; etc
In cell N22 (merged cells N22:O22) I want to put the first three characters of the R24 entry. In the above examples, the response would be: 1.1, or 2.3, or 4.3 What would the formula be Thanks Phi |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Phil,
Try =LEFT(R24,3) -- Regards, Auk Ales * Please reply to this newsgroup only * * I will not react on unsolicited e-mails * "Phil Hageman" wrote in message ... In worksheet cell R24 (merged cells R24:T24), is a number in the following format: 1.1.3; 2.3.1; 4.3.2; etc. In cell N22 (merged cells N22:O22) I want to put the first three characters of the R24 entry. In the above examples, the response would be: 1.1, or 2.3, or 4.3. What would the formula be? Thanks, Phil |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks, Auk, works great
Phil |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
YW Phil and thanks for your reaction.
It's always nice to hear that a suggestion was usefull. -- Regards, Auk Ales * Please reply to this newsgroup only * * I will not react on unsolicited e-mails * "Phil Hageman" wrote in message ... Thanks, Auk, works great. Phil |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I use only 2 characters in a field in a formula | Excel Worksheet Functions | |||
Too many characters in formula? | Excel Worksheet Functions | |||
FIND CHARACTERS within a FORMULA | Excel Discussion (Misc queries) | |||
Number of Characters for a formula | Excel Discussion (Misc queries) | |||
too many characters in formula | Excel Worksheet Functions |