Formula query

PatrickTT

New Member
Joined
Oct 7, 2020
Messages
20
Office Version
  1. 365
Platform
  1. Windows
Hi, I'm looking for a formula that will pick up the most recent data in a row of columns and then increase that value by 5%.
So for example in column 'Value' in the table below it would pick up 23 in 'Quantity 2' and increase that value by 5%, 78 in 'Quantity 3' and increase that value by 5% and so on.

Quantity 1Quantity 2Quantity 3Quantity 4Quantity 5Quantity 6Value
12​
23​
33​
67​
78​
33​
67​
78​
104.3333​
67​
78​
12​
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
How about
Excel Formula:
=LOOKUP(10^10,A2:F2)*1.05
 
Upvote 0

Forum statistics

Threads
1,223,246
Messages
6,170,996
Members
452,373
Latest member
TimReeks

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