Allen_Mead
New Member
- Joined
- May 31, 2019
- Messages
- 34
- Office Version
- 365
- Platform
- Windows
ok, so I have the following formula which should leave a blank cell
Problem is, cell on row T (not T48) is empty so I get the divide by 0 error. Frustrating!
Any help would be much appreciated. Thank you.
Correction, I get a #Value! error not a div/0 error. Still the same cell, in this instance cell T11 is blank
Excel Formula:
=IF(SUM(T11/$T$48)=0,"",(SUM(T11/$T$48)))
Problem is, cell on row T (not T48) is empty so I get the divide by 0 error. Frustrating!
Any help would be much appreciated. Thank you.
Correction, I get a #Value! error not a div/0 error. Still the same cell, in this instance cell T11 is blank
Last edited: