R
rocketD
Hello,
I have a column of values (A) and a column of times (B). The times
fall between 8:00am and 10:00am, but I'm only interested in the values
between 9:00am and 10:00am. I want to sum all values in column A
whose time values in column B are >=9:00 and <=9:59. I've tried
sumif, nested if, or() and and() functions, and I can't get anything
to work properly. Can anyone help?
Thanks!
I have a column of values (A) and a column of times (B). The times
fall between 8:00am and 10:00am, but I'm only interested in the values
between 9:00am and 10:00am. I want to sum all values in column A
whose time values in column B are >=9:00 and <=9:59. I've tried
sumif, nested if, or() and and() functions, and I can't get anything
to work properly. Can anyone help?
Thanks!