Hello,
I have a spreadsheet i'm using to make something. I have a total batch size that's in grams. I have 3 columns, one is percentage, one is actual amount, and finally how much of a teaspoon those equate to. I'm trying to see if it's 1/8, 1/16, 1/4, etc.
Here are my formulas
Cell G47 is the batch size of 226 grams. No formula
Cell E64 is the percentage of the ingredient I want to add. No formula
Cell F64 is where I'm calculating how much is in the batch. Here's the formula =($G$47*E64)
Cell G64 is where i'm trying to calculate how much of a teaspoon everything is. Here's the formula =IF(F64=0,"0/0",TEXT(F64,"#/#")) & " tspn"
Not sure if I'm doing it right. I change the percentage, and I get all kinds of different fractions like 5/9, 7/2 12/14, I only want to know if it is like 1/32, 1/16, 1/8, 1/4, etc.
Not sure what to do here so any help is appreciated
Thanks
I have a spreadsheet i'm using to make something. I have a total batch size that's in grams. I have 3 columns, one is percentage, one is actual amount, and finally how much of a teaspoon those equate to. I'm trying to see if it's 1/8, 1/16, 1/4, etc.
Here are my formulas
Cell G47 is the batch size of 226 grams. No formula
Cell E64 is the percentage of the ingredient I want to add. No formula
Cell F64 is where I'm calculating how much is in the batch. Here's the formula =($G$47*E64)
Cell G64 is where i'm trying to calculate how much of a teaspoon everything is. Here's the formula =IF(F64=0,"0/0",TEXT(F64,"#/#")) & " tspn"
Not sure if I'm doing it right. I change the percentage, and I get all kinds of different fractions like 5/9, 7/2 12/14, I only want to know if it is like 1/32, 1/16, 1/8, 1/4, etc.
Not sure what to do here so any help is appreciated
Thanks