Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
I have 4 rows of data. Row 1 = Months of the year, Jan, Feb etc Row 2 = target Values Row 3 Actual Values Row 4 Amber Values (vary between 80-90% of target) I am creating a graph on separate tab and as a summary would like to bring back the latest value on each row. So if i complete for July, the summary will show me Target Actual and Amber in 3 diff cells next to graph for July. If i plug in Aug data, the summary changes to that data. I have had a play with various methids, but cant cracki t. Hopefully i have explained ok for all, Can anyone help? Many Thanks Matt -- Matt Lynn Message posted via http://www.officekb.com |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=LOOKUP(1E100,1:1)
"Mattlynn via OfficeKB.com" wrote: Hi I have 4 rows of data. Row 1 = Months of the year, Jan, Feb etc Row 2 = target Values Row 3 Actual Values Row 4 Amber Values (vary between 80-90% of target) I am creating a graph on separate tab and as a summary would like to bring back the latest value on each row. So if i complete for July, the summary will show me Target Actual and Amber in 3 diff cells next to graph for July. If i plug in Aug data, the summary changes to that data. I have had a play with various methids, but cant cracki t. Hopefully i have explained ok for all, Can anyone help? Many Thanks Matt -- Matt Lynn Message posted via http://www.officekb.com |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi teethless - sorry but i do not understand the formula suggestion you have
given? Thanks Can you please explain? Teethless mama wrote: =LOOKUP(1E100,1:1) Hi I have 4 rows of data. [quoted text clipped - 14 lines] Many Thanks Matt -- Matt Lynn Message posted via http://www.officekb.com |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
TM's formula will return the last (rightmost) numeric value from row 1.
If that's what you wanted then just change the range reference to suit your application. For example: =LOOKUP(1E100,Sheet1!D5:J5) -- Biff Microsoft Excel MVP "Mattlynn via OfficeKB.com" <u44078@uwe wrote in message news:9d495ae23d4d3@uwe... Hi teethless - sorry but i do not understand the formula suggestion you have given? Thanks Can you please explain? Teethless mama wrote: =LOOKUP(1E100,1:1) Hi I have 4 rows of data. [quoted text clipped - 14 lines] Many Thanks Matt -- Matt Lynn Message posted via http://www.officekb.com |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thats brillaint - Thanks T Valko and thanks teethless mama
T. Valko wrote: TM's formula will return the last (rightmost) numeric value from row 1. If that's what you wanted then just change the range reference to suit your application. For example: =LOOKUP(1E100,Sheet1!D5:J5) Hi teethless - sorry but i do not understand the formula suggestion you have [quoted text clipped - 10 lines] Many Thanks Matt -- Matt Lynn Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...tions/200910/1 |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
thanks teethless mama - thats an outstanding formula - thanks again!
Teethless mama wrote: =LOOKUP(1E100,1:1) Hi I have 4 rows of data. [quoted text clipped - 14 lines] Many Thanks Matt -- Matt Lynn Message posted via http://www.officekb.com |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome!
-- Biff Microsoft Excel MVP "Mattlynn via OfficeKB.com" <u44078@uwe wrote in message news:9d52e15de0010@uwe... Thats brillaint - Thanks T Valko and thanks teethless mama T. Valko wrote: TM's formula will return the last (rightmost) numeric value from row 1. If that's what you wanted then just change the range reference to suit your application. For example: =LOOKUP(1E100,Sheet1!D5:J5) Hi teethless - sorry but i do not understand the formula suggestion you have [quoted text clipped - 10 lines] Many Thanks Matt -- Matt Lynn Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...tions/200910/1 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to find the latest date? | Excel Discussion (Misc queries) | |||
How to find a row with latest date and its values | Excel Discussion (Misc queries) | |||
look up latest entry in a series? | Excel Worksheet Functions | |||
Help! How do I return the latest of a series of dates using Vlooku | Excel Worksheet Functions | |||
Formala to find the best/latest signal | Excel Worksheet Functions |