Hi everyone
I have a formula as below but it doesn't work:
The word 'Ceiling' is highlighted as error. Please could anyone help? Many thanks.
I have a formula as below but it doesn't work:
Code:
TextBoxE20.Value = Format(WorksheetFunction.Ceiling(Val(WordCount) / Range("$D$22") + WorksheetFunction.Ceiling(Val(WordCount) / Range("$E$22") * 1.15, 0.25)), "0.00")
The word 'Ceiling' is highlighted as error. Please could anyone help? Many thanks.