Lucid formula - performing calculation (multiply results) of two other formulas
Hi
I have a countif formula
{{=COUNTIF(DESCENDANTS(page)AND(@'System'='OBT'@'Workflow'='Online Execute'))}}
result for example = 10
How do I create another formula to use the result and multiply by another formula
I was trying below but get error
{{=COUNTIF(DESCENDANTS(page)AND(@'System'='OBT'@'Workflow'='Online Execute'))*ASNUMBER(@'Online Air GDS Numbers')}}
