I need to work out the number of records in my spreadsheet that are within the past x no of days in column L AND have either "Phone" in column F or "Visit" in column E.
These values are displayed on a hidden sheet before being shown in a label on a vb form.
I am able to work out the total number of records within the past date range using =COUNTIF(A:A,">" & TODAY()-28) but am unable to combine the two.
Each day the number of records increases.
Any assistance would be greatly appreciated.
These values are displayed on a hidden sheet before being shown in a label on a vb form.
I am able to work out the total number of records within the past date range using =COUNTIF(A:A,">" & TODAY()-28) but am unable to combine the two.
Each day the number of records increases.
Any assistance would be greatly appreciated.