larsensation
New Member
- Joined
- Mar 6, 2018
- Messages
- 3
Hi,
I have a table that updates as data is entered into another sheet. I want to find the mode of this data, but exclude the zeros, since there is a lot of zeros, because data has not been entered into the original sheet yet.
Here is the formula currently being used: {=IFNA(MODE.MULT(IF(A4:X18<>0,A4:X18)),"-")}
I am getting the multiple modes, but i am still getting error messages for the spaces that don't have a value. I would like to change the #N/A to - until the data is entered and it would change automatically.
Thanks for your help!
I have a table that updates as data is entered into another sheet. I want to find the mode of this data, but exclude the zeros, since there is a lot of zeros, because data has not been entered into the original sheet yet.
Here is the formula currently being used: {=IFNA(MODE.MULT(IF(A4:X18<>0,A4:X18)),"-")}
I am getting the multiple modes, but i am still getting error messages for the spaces that don't have a value. I would like to change the #N/A to - until the data is entered and it would change automatically.
Thanks for your help!