Find last blank cell in a row and use value two cells prior

irksy

New Member
Joined
Jul 10, 2013
Messages
29
Hi All

Probably very simple but just cant find the right way to ask the question in google to get the desired response.

I have a workbook that gets updated weekly based on current sales forecast.

At the beginning of the sheet are several formulas which I currently adapt each week to point at the correct cell. Last week I started pointing the formulas at a cell containing =max for the row. Worked perfectly until one of my forecasts dropped!

So what I am after is something which would find the first blank cell in a row and give me the resulting figure 2 cells back, as each week I input the sales forecast and the percentage to target. Is this possible without it being a ridiculously long string?

Thanks in advance!
 

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.
How about something like
=LOOKUP(2,1/(D2:Q2<>""),B2:O2)
 
Upvote 0

Forum statistics

Threads
1,214,405
Messages
6,119,320
Members
448,887
Latest member
AirOliver

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