![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Posts: 134
|
Hi,
I have a formula when used displays B01/SW001 in a given cell, what I was wondering was how do I edit this formula to display only the last 3 digits of the second number, i.e B01/001, I am using this formula =H8&"/"&A8. Thanks Charlie |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
|
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Mar 2002
Posts: 134
|
Thanks again,
Your help is much appreciated,this formula was one of those little ones that irritates. Charlie |
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Feb 2002
Location: Florida
Posts: 82
|
Try h8&"/"&right(a8,3)
[ This Message was edited by: kinkyparamour on 2002-03-21 10:16 ] |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|