Forum Discussion
android1
Post Patron
10 years agoCounting text values in 2 different Calculated Columns
Hi, I have 2 calculated Columns -> InFull = IF([ActualDuration]<[ScheduledDuration]*.85,"Not In Full","In Full") & Punctuality = IF (OTIF[DutyTimeFrom]<OTIF[TimeFrom]-1/24*.25,"Early",IF (OTIF[...
android1
Post Patron
10 years agoThanks for your reply. Can I use Count when dealing with strings? Getting the error attached.
Greg_Deckler
Community Champion
10 years agoUse COUNTA
- android110 years ago
Post Patron
Can you explain what column [Some Column] should refer to? I tried referencing both [In Full] & [Punctuality]
with no joy.