Mar 13 2024 08:25 AM
Hi - I have been using SUMIF to total values in date columns in a range that are all after today's date. However having converted the range to a Table, this isn't working anymore - any ideas please?
Thanks
G
Mar 13 2024 09:13 AM
You are probably refering to a column header which would be number before.
Column headers in Excel tables are ALWAYS text and are ALWAYS a value and not a formula.
Just convert the text to a number value.
Mar 13 2024 09:16 AM
=SUMIF(INDEX([Column1],1):[@Column1],">"&TODAY(),INDEX([Column2],1):[@Column2])
Does this return the intended result?
Mar 13 2024 09:51 AM