pedro-egoli
Well-known Member
- Joined
- Apr 25, 2004
- Messages
- 1,217
- Office Version
- 2016
- Platform
- Windows
Some assistance please.
In cell E6 is the number 1927 , and in cell e3 the number is 107.
In cell e16 the number is 16.86
What I want is a formula that will show in cell e35 the following
The formula I have tried is
However, I get the message "entered too few arguments"
Can someone tweak this formula using cell numbers please
Pedro
In cell E6 is the number 1927 , and in cell e3 the number is 107.
In cell e16 the number is 16.86
What I want is a formula that will show in cell e35 the following
Code:
18/16.86
The formula I have tried is
Code:
=IF(ISBLANK(E3),"",text(E6/E3,"0.0")&" /"&text(e16),"0.0"))
However, I get the message "entered too few arguments"
Can someone tweak this formula using cell numbers please
Pedro