*Place in Cell B3 of tab Stage1
=QUERY( BK!A2:I, "SELECT E, F, G, H, I WHERE WHERE A = 'Ja' ")
*Place in Cell B3 of tab Stage2
=QUERY( BK!A2:I, "SELECT E, F, G, H, I WHERE WHERE B = 'Ja' ")
*Place in Cell B3 of tab Stage3
=QUERY( BK!A2:I, "SELECT E, F, G, H, I WHERE WHERE C = 'Ja' ")
*Place in Cell B3 of tab Stage4
=QUERY( BK!A2:I, "SELECT E, F, G, H, I WHERE WHERE D = 'Ja' ")
Test by putting Ja in various columns
I'm working on the 2nd problem with punten.
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/3b2b7dad-5ac3-41f1-aa67-73f3d830f518n%40googlegroups.com.
You asked....
If this all works then I need in tab 'Stage1' for example in colom A to count points (Punten) so for example if I select the cell C3 it has to count 5 in A3, if there was selected D3 in cell A3 should be standing 10, if selected E3 then in A3 must stand 15 and if selected F3 in A3 must be standing 20
Where are you selecting C3, D3 or E3? A different tab?
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/f43c77f4-3f47-4b01-a231-b06e018b3890n%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "Google Apps Script Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-apps-script-community/CcCTCrUlvTc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/4868c3ee-1bdd-4048-837a-abc306d2c98cn%40googlegroups.com.