Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to create a formula in exel that will return a value from the
final cell in a row. this cell reference will be moving on a weekly basis. example. Top row is filled in with a date field which is updated each week (this is the main reference point). Under this cell is number, but this could be blank. what i need to do is to only return the last value in that row in my reference cell. eg. cell a1 = needs data in from last cell in row only (n1) all cells from b1 to n1 will have numbers in them, but i only want to report the number in 'N1' cell. this cell reference will move each week to the right 'O1, P1 ----' |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Craig Wrote: I am trying to create a formula in exel that will return a value from the final cell in a row. this cell reference will be moving on a weekly basis. example. Top row is filled in with a date field which is updated each week (this is the main reference point). Under this cell is number, but this could be blank. what i need to do is to only return the last value in that row in my reference cell. eg. cell a1 = needs data in from last cell in row only (n1) all cells from b1 to n1 will have numbers in them, but i only want to report the number in 'N1' cell. this cell reference will move each week to the right 'O1, P1 ----' Hi Craig, Read your query and trying to help...:) But not really understand .. ![]() Can you elaborate more? Or you may want to attach a sample report.. -- Iris ------------------------------------------------------------------------ Iris's Profile: http://www.excelforum.com/member.php...o&userid=30591 View this thread: http://www.excelforum.com/showthread...hreadid=502378 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
Have a look at this thread: http://groups.google.com/group/micro...96d223f78e1cde It may help you. Andy. "Craig" wrote in message ... I am trying to create a formula in exel that will return a value from the final cell in a row. this cell reference will be moving on a weekly basis. example. Top row is filled in with a date field which is updated each week (this is the main reference point). Under this cell is number, but this could be blank. what i need to do is to only return the last value in that row in my reference cell. eg. cell a1 = needs data in from last cell in row only (n1) all cells from b1 to n1 will have numbers in them, but i only want to report the number in 'N1' cell. this cell reference will move each week to the right 'O1, P1 ----' |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I think what you want is:
=LOOKUP(9.999E+307,B1:AZ1) entered in cell A1. This will find the last value entered in the range B1 to AZ1 - adjust to suit your situation. If you want to find the (relative) position of this cell, use MATCH. Hope this helps, Pete |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I create a formula for Salutation | Excel Discussion (Misc queries) | |||
Create Formula for calculating Little League Age... | Excel Worksheet Functions | |||
How to create specific formula | Excel Worksheet Functions | |||
How do I create a formula that would allow me to subtract from a d | New Users to Excel | |||
How do I create a formula in Excel that will countif or sumif bef. | Excel Worksheet Functions |