N
nander
Column G has header qtys12mo (quanity sold last 12 months)
Column H has header onhand (quanity on hand)
I need an if statement that compares the values in these two columns
and returns the value T or Blank
If qtys12mo and onhand = 0 then T
if qtys12mo >0 and onhand = 0 then Blank
if qtys12mo<0 and onhand >0 then T
if qtys12mo>0 and onhand>0 then blank
Column H has header onhand (quanity on hand)
I need an if statement that compares the values in these two columns
and returns the value T or Blank
If qtys12mo and onhand = 0 then T
if qtys12mo >0 and onhand = 0 then Blank
if qtys12mo<0 and onhand >0 then T
if qtys12mo>0 and onhand>0 then blank