C
CC
I have a sheet
Amount Item
$12 1
$2 1
$8 3
$98 2
$23 2
the thing I would like to do is
item amount
1 total(amount part is easy, I can use sumif())
2 ***
3 ***
the item part is hard, I tried if(countif()>0,item #), but I have 7 items in
total, if I have only 3 items in the colume, I will have 4 empty rows.
Amount Item
$12 1
$2 1
$8 3
$98 2
$23 2
the thing I would like to do is
item amount
1 total(amount part is easy, I can use sumif())
2 ***
3 ***
the item part is hard, I tried if(countif()>0,item #), but I have 7 items in
total, if I have only 3 items in the colume, I will have 4 empty rows.