I need some help. I have the following 2 statements that work well alone:
=IFERROR([# Days Since Last Offer]@row, "Auction")
=IF([# Days Since Last Offer]@row >= 180, "Auction")
But I need them in the same formula. I want to return the work Auction IF the # days is 180 and IF an error is being generated in the cell.