Thread: Conditional max
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stephen Christian[_2_] Stephen Christian[_2_] is offline
external usenet poster
 
Posts: 4
Default Conditional max


Trying to find working VBA code for the following problem:

a=maxif(column(a), column(b) = 1, column(c) < empty)

value = maxif(range, condition, condition)

Arranged in table so that the max value is returned as long as it meets the
critia on the same row.

Thanks