I would like to take user input and insert it in a formula.
The input box would have a field for account name, month, type.
This variable would need to be returned in the sumifs formula saying sumifs, column E is this account column c is this month and column d is this type.
I've looked but all I find involve numbers inputs much less returning the text string as a variable in a sumifs formula.
Formula Ex:
=SUMIFS(E2:E100, A2:A100, "Account Name",C2:C100,"Month",D2:D100,"Type")