Wilco()
Member
Hi
I am trying to test if month is a month.
In column A I have list of a dates entered
In column B I have converted the dates in A to just the month (Jan, Feb, etc), by using format cell: Date (custom: mmm)
In column C I have a money value.
I want to count for each month the total money value. So I build a new table, containing 2 columns;
A: Jan, Feb, Mar, etc (text!!)
B: there would the calculation go to total each month
I cannot compare the table row A with column B as it would be comparing text to a date number. And that will never match. So how can I do this?
I am trying to test if month is a month.
In column A I have list of a dates entered
In column B I have converted the dates in A to just the month (Jan, Feb, etc), by using format cell: Date (custom: mmm)
In column C I have a money value.
I want to count for each month the total money value. So I build a new table, containing 2 columns;
A: Jan, Feb, Mar, etc (text!!)
B: there would the calculation go to total each month
I cannot compare the table row A with column B as it would be comparing text to a date number. And that will never match. So how can I do this?