Re: Last valid value in array
From: Juan Pablo González (JuanPablo_at_MrExcel.com)
Date: 06/18/04
- Next message: David McRitchie: "Re: hiding the headers"
- Previous message: Marcotte A: "RE: macro does not sheet name"
- In reply to: bcmiller: "Last valid value in array"
- Next in thread: bcmiller: "Re: Last valid value in array"
- Reply: bcmiller: "Re: Last valid value in array"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 18 Jun 2004 16:46:49 -0500
Use
=INDEX(1:1, MATCH(9.999999E+307,1:1))
and drag the formula down..
-- Regards Juan Pablo González "bcmiller >" <<bcmiller.181lux@excelforum-nospam.com> wrote in message news:bcmiller.181lux@excelforum-nospam.com... > Hi, > > I have written a UDF to search through a range to find the last valid > value eg: > > a b c d e > 1 1 5 5 > 2 6 > 3 1 7 8 > > In these examples 5, 6 and 8 would be the last valid enties > > Basically I transfer the range to an array and search from the end back > until I find a value. The problem is that the values don't update when > data is changed. I had thought about using application.volatile but > this is dangerous and has caused me problems in the past. > > Is there and easier way to do this either by formula or better designed > UDF??? > > Cheers, > > BC > > > --- > Message posted from http://www.ExcelForum.com/ >
- Next message: David McRitchie: "Re: hiding the headers"
- Previous message: Marcotte A: "RE: macro does not sheet name"
- In reply to: bcmiller: "Last valid value in array"
- Next in thread: bcmiller: "Re: Last valid value in array"
- Reply: bcmiller: "Re: Last valid value in array"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|