Forum Discussion
Nikkiii
Aug 22, 2022Copper Contributor
from weights to volumes
Hi people 🙂 Does anyone now which formula I need to solve the following issue: I have a list of weights in grams, I want to automatically attach a volume in uL to that. This is based on a sche...
sivakumarrj
Aug 22, 2022Brass Contributor
Use Conditional IFS formula, Range should be changed 19-20.99,21-22.99 & 23-24.99 so on
=IFS(D1<=20.99,100,D1<=22.99,110,D1<=24.99,120,D1>25,130,TRUE,0)