Need to DSUM Cell K33 and P44, to reflect the change for the filtered/unfiltered table, with an IF function
Need to DSUM Cell K33 and P44, to reflect the change for the filtered/unfiltered table, with an IF function
Last edited by PistolPete7; 05-12-2016 at 12:21 AM.
Hi
Use in column
[Job Role] [Yearly Salary]
Business Analyst >=115000 (same line)
Administrative Officer <=65000 (in other line)
Do Advanced filter
Is that you want?
Hi
You can then use in F21 and F23 the follwing formulas
Formula:
=SUBTOTAL(9,$F$5:$F$17)
=SUBTOTAL(101,$F$5:$F$17)
Don't forget to mark this thread as SOLVED
Regards
Hi
You can then use in F21 and F23 the following formulas
Formula:
=SUBTOTAL(9,$F$5:$F$17)
=SUBTOTAL(101,$F$5:$F$17)
Don't forget to mark this thread as SOLVED
Regards
Try to use
Formula:
=IFERROR(1/(1/(DSUM(A4:I17,F4,A31:I33))),"No records found")
Hi
DSUM always changes whenever the advanced filter changes, even if you do not apply the filter to the table.
To sincronize both (value and table) use the same strategy but with SUBTOTAL
=IFERROR(1/(1/(SUBTOTAL(9,$F$5:$F$17))),"No records found")
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks