ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   sumif on 2 criteria with worksheetprotection enabled (https://www.excelbanter.com/excel-worksheet-functions/40881-sumif-2-criteria-worksheetprotection-enabled.html)

Ed Wien 72

sumif on 2 criteria with worksheetprotection enabled
 
read other posts, don't seem connect it with my little problem:

flat table filled by low-users, passwordprotection enabled, so VBA, macro or
pivot is out of the Q.

column1: project (XXX, YYY, ZZZ) (A)
column2: account (4100 4200...4900) (B)
column3: USD (C)
column4: EUR (D)
column5: GBP (E)

each next tab: overview per project, summary per account. On tab2: project
XXX all acount and only the sums of the columns 3,4,5 for the project/account.

simple solution possible?

Simon Letten

If I've understood it sounds like you could use the SUMIF function although
you might need another column on the front sheet project&account
--

Simon


"Ed Wien 72" wrote:

read other posts, don't seem connect it with my little problem:

flat table filled by low-users, passwordprotection enabled, so VBA, macro or
pivot is out of the Q.

column1: project (XXX, YYY, ZZZ) (A)
column2: account (4100 4200...4900) (B)
column3: USD (C)
column4: EUR (D)
column5: GBP (E)

each next tab: overview per project, summary per account. On tab2: project
XXX all acount and only the sums of the columns 3,4,5 for the project/account.

simple solution possible?


Ed Wien 72

got-it, thru other thread:

=SUM ( IF (( criteria1 )*( criteria2 ) ; SUMRANGE )
via array!

and it works!!!

"Ed Wien 72" wrote:

read other posts, don't seem connect it with my little problem:

flat table filled by low-users, passwordprotection enabled, so VBA, macro or
pivot is out of the Q.

column1: project (XXX, YYY, ZZZ) (A)
column2: account (4100 4200...4900) (B)
column3: USD (C)
column4: EUR (D)
column5: GBP (E)

each next tab: overview per project, summary per account. On tab2: project
XXX all acount and only the sums of the columns 3,4,5 for the project/account.

simple solution possible?



All times are GMT +1. The time now is 12:51 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com