J
John
I am trying to construct a formula that will do some calculations if certain
values are in certain cells
The different types of situations are as follows:
If Cell G277 = Grams AND Cell D277 = Kilos then Formula should be
((F277/1000)/H277)
If Cell G277 = Grams AND Cell D277 = Grams then Formula should be
((F277/1)/H277)
If Cell G277 = MilliLitres AND Cell D277 = Litres then Formula should be
((F277/1000)/H277)
If Cell G277 = MilliLitres AND Cell D277 = MilliLitres then Formula should
be ((F277/1)/H277)
If Cell G277 = Units AND Cell D277 = Units then Formula should be
((F277/1)/H277)
Thanks
values are in certain cells
The different types of situations are as follows:
If Cell G277 = Grams AND Cell D277 = Kilos then Formula should be
((F277/1000)/H277)
If Cell G277 = Grams AND Cell D277 = Grams then Formula should be
((F277/1)/H277)
If Cell G277 = MilliLitres AND Cell D277 = Litres then Formula should be
((F277/1000)/H277)
If Cell G277 = MilliLitres AND Cell D277 = MilliLitres then Formula should
be ((F277/1)/H277)
If Cell G277 = Units AND Cell D277 = Units then Formula should be
((F277/1)/H277)
Thanks