T
TSW632
In this sumif below, the first argument: "Budg_Project_Dept_Acct", is
a named range - more specifically a "dynamic named formula" where the
range is on a sheet containing a budget database. The formula works
fine as is, but I want to have that range name constructed instead
like: =SUMIF("Budg_"&(vlookup(DetailChoice,DetailOptions,2,false)),$H
$35&"_"&$D50,JAN_Bud)
I can't get it to work. Anyone know if it's do-able?
=SUMIF(Budg_Project_Dept_Acct,$H$35&"_"&$D50,JAN_Bud)
a named range - more specifically a "dynamic named formula" where the
range is on a sheet containing a budget database. The formula works
fine as is, but I want to have that range name constructed instead
like: =SUMIF("Budg_"&(vlookup(DetailChoice,DetailOptions,2,false)),$H
$35&"_"&$D50,JAN_Bud)
I can't get it to work. Anyone know if it's do-able?
=SUMIF(Budg_Project_Dept_Acct,$H$35&"_"&$D50,JAN_Bud)