openmolecules.org

 
Home » DataWarrior » Functionality » Averaging Values in three columns
Re: Averaging Values in three columns [message #1042 is a reply to message #1040] Sat, 15 August 2020 13:40 Go to previous messageGo to previous message
thomas is currently offline  thomas
Messages: 663
Registered: June 2014
Senior Member
it is a little longer, but this would work:

(if(isempty(A),0,A)+if(isempty(B),0,B)+if(isempty(C),0,C))/
(if(isempty(A),0,1)+if(isempty(B),0,1)+if(isempty(C),0,1))

[Updated on: Sat, 15 August 2020 13:41]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Tagging Data to a Particular Assay
Next Topic: Smiles to Structure
Goto Forum:
  


Current Time: Sat May 18 16:46:01 CEST 2024

Total time taken to generate the page: 0.00727 seconds