T
Todd
I have a list of calculations that I need to sum if the
date of the column is earlier than today's date. The only
way I can think of to do this is cumbersome and has to
many ifs anyway. Can someone help me with a better way?
Here is what I have:
=IF(TODAY()>aa1,aa10)+IF(TODAY()>ac1,ac10)+etc.
for these 24 columns
=AA10+AC10+AE10+AG10+AI10+AK10+AM10+AO10+AQ10+AS10+AU10+AW1
0+AY10+BA10+BC10+BE10+BG10+BI10+BK10+BM10+BO10+BQ10+BS10+BU
10
The first cell in each column has the date. The rest have
the data I need to sum.
Thank you,
Todd
date of the column is earlier than today's date. The only
way I can think of to do this is cumbersome and has to
many ifs anyway. Can someone help me with a better way?
Here is what I have:
=IF(TODAY()>aa1,aa10)+IF(TODAY()>ac1,ac10)+etc.
for these 24 columns
=AA10+AC10+AE10+AG10+AI10+AK10+AM10+AO10+AQ10+AS10+AU10+AW1
0+AY10+BA10+BC10+BE10+BG10+BI10+BK10+BM10+BO10+BQ10+BS10+BU
10
The first cell in each column has the date. The rest have
the data I need to sum.
Thank you,
Todd