Current price from multiple columns

SRMPURCHASE

Board Regular
Joined
Dec 23, 2014
Messages
210
Office Version
  1. 2016
Platform
  1. Windows
Which formula would return in Column Q the first value to the left in that row back to Col A.
I have numerous columns of price history from a vendor and I would like to use Col Q to reflect the current price, which would be the first value to the left of Col Q in that row.
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
=INDEX(RANGE,MATCH(TRUE,INDEX((RANGE<>0),0,0))) works in some instances, however, I seem to have an issue with the blank cells.
What is the proper designation of a "blank" cell. A numerical zero, one space bar then enter or......????
 
Upvote 0
If they are totally blank (no space, no zero), the formula should work.
If it does not, I suspect that you have something in that cell.

Youcan easily comfirm with the LEN function, i.e. if checking cell C1, try putting
=LEN(C1)
in any unused cell, and see what it returns.
If it returns anything other than zero, then C1 is not really blank - there is something in it.
 
Upvote 0

Forum statistics

Threads
1,214,998
Messages
6,122,638
Members
449,093
Latest member
Ahmad123098

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