=IF(ISERROR(DATEDIF(B5,B6,”d”)),”waiting”,REPT(“I”,C5))
B column has date entries.
B5 is first date entry.
B column [dates] filled in descending order, so no B5, never B6.
If B5 is blank[no first entry], I get no output, “waiting”.
How can I get it to also give me this output if B5 is blank?
-
add another condition to iserror
- This topic has 2 replies, 2 voices, and was last updated 14 years, 4 months ago.
AuthorViewing 1 reply threadAuthorViewing 1 reply thread