Hi all,
I know this is a breeze for some of you, but I'm struggling a little.
I have values in G3 and H3. I'm trying to calculate the following
If G3 is < H3, make the cell appear blank with ""
else
If G3 / 2 is < G3 - H3
G3 / 2
else G3 - H3
i.e.
G3 H3
14 6
Result of formula would be 7 (14 / 2)
G3 H3
6 10
Result of formula would be ""
G3 H3
8 6
Result of formula would be 2 (8 - 6)
Hopefully I explained that correctly. Any help would be greatly appreciated. Thanks
I know this is a breeze for some of you, but I'm struggling a little.
I have values in G3 and H3. I'm trying to calculate the following
If G3 is < H3, make the cell appear blank with ""
else
If G3 / 2 is < G3 - H3
G3 / 2
else G3 - H3
i.e.
G3 H3
14 6
Result of formula would be 7 (14 / 2)
G3 H3
6 10
Result of formula would be ""
G3 H3
8 6
Result of formula would be 2 (8 - 6)
Hopefully I explained that correctly. Any help would be greatly appreciated. Thanks