op 28-03-14 16:13, Roelof Everts schreef:
Nu zou ik willen uitzoeken als cel C10 (in het voorbeeld mei) een gegeven waarde is dan is het de corresponderende rij 17 (cel B17) dan moet cel C17 worden weergegeven als uitkomst.
Volgens mij wil je de weeknummers te weten komen. Dan heb je genoeg aan de volgende code. In A1 staat de datum. In A2 de formule.
=ALS(DAG(A1)<=16;WEEKNUMMER(A1;2);WEEKNUMMER(A1;2)+4) -- -Antoon (Ubuntu Linux 3.11.0-18) -- Unsubscribe instructions: E-mail to [email protected] Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/nl/users/ All messages sent to this list will be publicly archived and cannot be deleted
