Thread
:
Is there any funcion like a @maxif or @minif?
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
TomPl
external usenet poster
Posts: 342
Is there any funcion like a @maxif or @minif?
You could use an if statement like:
=IF(A1="Hello",MAX(B:B),"SkipIt")
Just Tom
Reply With Quote
TomPl
View Public Profile
Find all posts by TomPl