Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. =IFERROR(INDEX(February!B5:B190,MATCH(MAX(SUMIF(February!B5:B190,February!B5:B190,February!C5:C190)),SUMIF(February!B5:B190,February!B5:B190,February!C5:C190),0)), "No Data")
  2.  
  3. if there is no data in column B, this returns 0, instead of "NO Data".
  4.  
  5. how can i make it return "No Data" instead of 0?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement