
Jay Lalchandani
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Jay Lalchandani-
Jay Lalchandani commented,
Hi James, You can use an IF function to isolate the zero denominator values. Based on Alan's workbook above : IF(#Denominator == 0; 0 ; Div(#Numerator;#Denominator)) This function states if the ...