The Row function is used with small to make items unique. Say in your data 5 is repeated three times in a column. We make every value unique by adding a very small number. This number is generated by dividing row number by a very large value say 100000 so if the values are range A1:A3, then it...
Hello,
There are two formulas that will work:
For Range E13:E18 =IF(A4-E4<0,A4-E4+1200,A4-E4) drag down
For Range F13 to right/downward =IF(E13-F4<0,E13-F4+1200,E13-F4)
See attachment.
What is the critieria for session i.e. how many classes do you need to have in order to have a session? What is the relation of room and location? is the class same as room or does it refer to a subject?
From your post i have understood that ..
Associate = student
classes = subject offered
instructor = instructor
Can we work with smaller sample of data to model the problem?
Hello JCTalk,
I regret the formula i mentioned count "Unique" values and not duplicates. Please go by @Bosco's formula as it is producing correct results.
Thank you.
Hello,
Try this:
=SUM(IF(FREQUENCY(IF(A2:A100<>"No IP address",1,IF(A2:A100<>"",MATCH(A2:A100,A2:A100,0))),ROW(A2:A100)-ROW(A2)+1),1))
With ctrl+shift+enter
Idea Adopted from:
http://stackoverflow.com/questions/20532773/how-to-count-unique-values-in-excel-with-two-conditions
Hello,
Please see attachement for workout. The formula has been adopted from Get Digital Help's following Link:
http://www.get-digital-help.com/2009/06/29/merge-two-columns-into-one-list-in-excel/
Hello,
The problem was in your data and not in pivot table. If you look at your data, some of the cities were missing either of the age categories. For Chicago, there was no entry for age bracket >= 2, similarly for London there was no entry for bracket 0-1.
When you are making pivot table...
It is not"consensus" but my humble opinion.
Any one else can surely do that without helper column. As i was reviewing the worksheet it appeared that either some very tricky formula or a very lengthy one will solve the issue. But as i have observed in course of time, both become problematic...