Link to home
Start Free TrialLog in
Avatar of cdb424ttm
cdb424ttm

asked on

excel list if = 0 then don't add to list

I have excel list, which I have times and totals. What I'm looking to do is create a formula that will go down the list and  and as long as there are hours list the time and the amount.
like 12:00 am      11
12:30    14
Won't list 1:00 am because the count is 0.
Any thought on this?
12:00:00 AM      11
12:30:00 AM      9
1:00:00 AM      0
1:30:00 AM      7
2:00:00 AM      3
Avatar of dsine
dsine
Flag of United Kingdom of Great Britain and Northern Ireland image

create a pivot table on your raw data and add a filter on count to exclude 0's
ASKER CERTIFIED SOLUTION
Avatar of Michael Fowler
Michael Fowler
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cdb424ttm
cdb424ttm

ASKER

That works for me thanks