Looking at other column, upping value

G

Guest

Guest
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?
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Somthing like this perhaps:

=LEFT(a1,3)+0

where with 9.1x, x is trimmed?

Cheers, Nate
 
Upvote 0
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
 
Upvote 0

Forum statistics

Threads
1,215,056
Messages
6,122,907
Members
449,096
Latest member
dbomb1414

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top