+ Reply to Thread
Results 1 to 3 of 3

Return an address range?

  1. #1
    Registered User
    Join Date
    02-09-2005
    Posts
    4

    Return an address range?

    I would like a formula/function that will return the address of the first and last values(not equal to FALSE) in a column.

    Any advise would be appreciated.

  2. #2
    Forum Contributor funkymonkUK's Avatar
    Join Date
    01-07-2005
    Location
    London, England
    Posts
    500

    explain

    Quote Originally Posted by S. Anders
    I would like a formula/function that will return the address of the first and last values(not equal to FALSE) in a column.

    Any advise would be appreciated.
    please could you explain your problem abit more.

  3. #3
    Registered User
    Join Date
    02-09-2005
    Posts
    4

    Better explanation?

    I have a colum with a conditional formula...

    =IF(AND(A27>=ght1,A27<=ght2),A_1*(POWER((A27-offset)+D27,slope)),IF(AND(A27>ght2,A27<=ght3),A_2*(POWER((A27-offset)+D27,slope2))))

    but once the conditions are not met, it puts FALSE in the cell.

    4.88 1334.73
    4.89 1342.35
    4.90 1350.00
    4.91 FALSE
    4.92 FALSE
    4.93 FALSE
    4.94 FALSE

    Since I am charting the data, I want the address for range of values, in this case the second column, that are not equal to FALSE.

    Is this a better explanation?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1