![]() |
![]() |
|
|||||||
| 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 |
|
Guest
Posts: n/a
|
This is an example:
A 9.13 9.14 9.19 9.21 9.25 9.28 I want the Value in Column B to adjust so that it gives the same result for everything beginning with 9.1, then .01 higher for everything with 9.2, etc. Can anyone help? |
|
|
|
#2 |
|
Legend
Join Date: Feb 2002
Location: Minneapolis, Mn, USA
Posts: 9,704
|
Somthing like this perhaps:
=LEFT(a1,3)+0 where with 9.1x, x is trimmed? Cheers, Nate |
|
|
|
|
|
#3 |
|
Legend
Join Date: Feb 2002
Location: Minneapolis, Mn, USA
Posts: 9,704
|
Or did you mean every 9.1x returns 9.11 and every 9.2x returns 9.22...If so, try:
=(LEFT(F12,3)+0&MID(F12,3,1))+0 Hope that helps, Cheers, Nate |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|