Hi Guys
this is what i wanted to happen
i wanted to count if and sum if base on the re-sign
my problem is the computer generated data is not the same.
so like i need to =left it or right
could not pull it off
help
thanks
Hi Guys
this is what i wanted to happen
i wanted to count if and sum if base on the re-sign
my problem is the computer generated data is not the same.
so like i need to =left it or right
could not pull it off
help
thanks
So you want count if and sum if based on Re-Sign?
You can use this.
=COUNTIF($B$2:$B$37,$B$2)
=SUMIF($B$2:$B$37,"Re-Sign",$C$2:$C$37)
And don't understand why Left/Right is required when you have Re-Sign as is? Am I missing something?![]()
Cheers!
Deep Dave
yeah but base on there type.
like how many resign for unlimited,1 items,5 items,
Try Using a Pivot Table..
See the attached file..
I offer this option.
Here are different calculations relating to your worksheet:
Reason for Non Renewal:
Count:
Formula:![]()
=COUNTIF($B$2:$B$37,G12)
or ARRAY formula entered with Ctrl + Shift + Enter
Formula:![]()
=COUNT(IF($B$2:$B$37=G19,$C$2:$C$37))
Sum:
Formula:![]()
=SUMIF($B$2:$B$37,G12,$C$2:$C$37)
or
Formula:![]()
=SUMPRODUCT(($B$2:$B$37=G19)*($C$2:$C$37))
The formulae for Package Types are the same except column A replaces Column B
Pivot tables are also used.
The enclosed file has the results.
<---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.Ron W
Add estimate on re-sign.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks