Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi
I want to have 32 names in row A2:33 and each name at a 1 in row B2:B33....if the name is in a disqualified list C2:C20 then make a -1 for those names. if the same name act in another 32 names then add 1 to the first 1 =2, but still if the name is disqualified list : -1 .... is this simple ? btw i´m very green /Torsorq |
#2
![]() |
|||
|
|||
![]()
=-1*(COUNTIF($C$2:$C$20,A2)0)
will return minus 1 for disqualified =1*(COUNTIF($D$2:$D$33,A2)0) will return 1 for another 32 names list (assuming they are in D2:D33) then use if function to test each row like If you put the first formula in E2:E32 and the second formula in F2:F32 in G2:G32 use =If(E2=-1,-1,B2+F2) copy down -- Regards, Peo Sjoblom (No private emails please) "torsorq" wrote in message ... Hi I want to have 32 names in row A2:33 and each name at a 1 in row B2:B33....if the name is in a disqualified list C2:C20 then make a -1 for those names. if the same name act in another 32 names then add 1 to the first 1 =2, but still if the name is disqualified list : -1 .... is this simple ? btw i´m very green /Torsorq |
#3
![]() |
|||
|
|||
![]()
sorry can´t get it to work ...have You tested it ?
/Torsorq "Peo Sjoblom" wrote: =-1*(COUNTIF($C$2:$C$20,A2)0) will return minus 1 for disqualified =1*(COUNTIF($D$2:$D$33,A2)0) will return 1 for another 32 names list (assuming they are in D2:D33) then use if function to test each row like If you put the first formula in E2:E32 and the second formula in F2:F32 in G2:G32 use =If(E2=-1,-1,B2+F2) copy down -- Regards, Peo Sjoblom (No private emails please) "torsorq" wrote in message ... Hi I want to have 32 names in row A2:33 and each name at a 1 in row B2:B33....if the name is in a disqualified list C2:C20 then make a -1 for those names. if the same name act in another 32 names then add 1 to the first 1 =2, but still if the name is disqualified list : -1 .... is this simple ? btw i´m very green /Torsorq |
#4
![]() |
|||
|
|||
![]()
Yes
-- Regards, Peo Sjoblom (No private emails please) "torsorq" wrote in message ... sorry can´t get it to work ...have You tested it ? /Torsorq "Peo Sjoblom" wrote: =-1*(COUNTIF($C$2:$C$20,A2)0) will return minus 1 for disqualified =1*(COUNTIF($D$2:$D$33,A2)0) will return 1 for another 32 names list (assuming they are in D2:D33) then use if function to test each row like If you put the first formula in E2:E32 and the second formula in F2:F32 in G2:G32 use =If(E2=-1,-1,B2+F2) copy down -- Regards, Peo Sjoblom (No private emails please) "torsorq" wrote in message ... Hi I want to have 32 names in row A2:33 and each name at a 1 in row B2:B33....if the name is in a disqualified list C2:C20 then make a -1 for those names. if the same name act in another 32 names then add 1 to the first 1 =2, but still if the name is disqualified list : -1 .... is this simple ? btw i´m very green /Torsorq |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Replace a spreadsheets named cells/ranges with exact cell address. | Excel Discussion (Misc queries) | |||
Dynamic named range across multiple sheets | Excel Discussion (Misc queries) | |||
Using a formula to create named range reference | Excel Worksheet Functions | |||
can't move a named cell without breaking a hyperlink to that cell | Links and Linking in Excel | |||
Named dynamic ranges, copied worksheets and graph source data | Charts and Charting in Excel |