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

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
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,214,651
Messages
6,120,744
Members
448,989
Latest member
mariah3

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