Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi, I am hoping I can get some help on this.
I have a spreadsheet that has an item # in column A, and has a place to enter prices for the next 52 weeks in columns B - BA. I need a formula in colum BB that will find the last price entered for that item # in all of the columns. There will be items that may get updated each week, and others that will only get updated periodically, so those columns may be blank. Any help would be appreciated. Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Ron,
Put this in BB1 and drag down =LOOKUP(2,1/(B1:BA1<""),B1:BA1) -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "Ron" wrote: Hi, I am hoping I can get some help on this. I have a spreadsheet that has an item # in column A, and has a place to enter prices for the next 52 weeks in columns B - BA. I need a formula in colum BB that will find the last price entered for that item # in all of the columns. There will be items that may get updated each week, and others that will only get updated periodically, so those columns may be blank. Any help would be appreciated. Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
in columns B - BA
find the last price entered This will return the rightmost (last) numeric value from the range. =LOOKUP(1E100,B2:BA2) -- Biff Microsoft Excel MVP "Ron" wrote in message ... Hi, I am hoping I can get some help on this. I have a spreadsheet that has an item # in column A, and has a place to enter prices for the next 52 weeks in columns B - BA. I need a formula in colum BB that will find the last price entered for that item # in all of the columns. There will be items that may get updated each week, and others that will only get updated periodically, so those columns may be blank. Any help would be appreciated. Thanks |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks to both of you. Both formula's worked great!
Ron "Ron" wrote: Hi, I am hoping I can get some help on this. I have a spreadsheet that has an item # in column A, and has a place to enter prices for the next 52 weeks in columns B - BA. I need a formula in colum BB that will find the last price entered for that item # in all of the columns. There will be items that may get updated each week, and others that will only get updated periodically, so those columns may be blank. Any help would be appreciated. Thanks |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
-- Biff Microsoft Excel MVP "Ron" wrote in message ... Thanks to both of you. Both formula's worked great! Ron "Ron" wrote: Hi, I am hoping I can get some help on this. I have a spreadsheet that has an item # in column A, and has a place to enter prices for the next 52 weeks in columns B - BA. I need a formula in colum BB that will find the last price entered for that item # in all of the columns. There will be items that may get updated each week, and others that will only get updated periodically, so those columns may be blank. Any help would be appreciated. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
To find rate of each item from item.xls and to copy price.xls | Excel Discussion (Misc queries) | |||
won't automatically repeat 1 item already entered in column? | Excel Discussion (Misc queries) | |||
How do I tell Excel to find the last item in a column? | Excel Discussion (Misc queries) | |||
find previous row for an item | Excel Worksheet Functions | |||
showing the # of times an item is entered in a column | Excel Worksheet Functions |