Re: [sv-users] Force unique values in column - Calc

2017-06-09 tråd Jan Öhman

Hur menar du? (ge ett exempel hur du skulle vilja se)
Att kontrollera många rader inget problem. (själv brukar jag kontrollera 
20-3rader på detta sätt.

Formeln ändras bara till
=OM(ANTAL.OM (B$3:B$2000;B3)=1;"";ANTAL.OM 
(B$3:B$2000;B3)) (om man vill kontrollera cellerna 
mellan 3 och 2000)

Eftersom formeln är skriven som den är skrivs formeln in i första cellen.
Sedan kopierar man den cellen till alla andra celler.
Resultatet blir att man ser alla celler med dubbletter / tripletter osv. 
- antalet mer än ett visas i kolumnen bredvid den som kontrolleras


Den 2017-06-09 kl. 13:41, skrev Joel Hallklint:

Tack
men finns inget sätt för hela kolumnen?

Detta blir svårt med 1500rader...



Den 9 juni 2017 12:39 skrev Jan Öhman >:


Vet inte om jag fattat rätt!

Antag följande värden
B3 = 123
B4 = 234
B5 = 456
B6 = 123

Skriv följande formel i
C3 =OM(ANTAL.OM (B$3:B$10;B3)=1;"";ANTAL.OM
(B$3:B$10;B3))
C4 =OM(ANTAL.OM (B$3:B$10;B4)=1;"";ANTAL.OM
(B$3:B$10;B4))
C5 =OM(ANTAL.OM (B$3:B$10;B5)=1;"";ANTAL.OM
(B$3:B$10;B5))
C6 =OM(ANTAL.OM (B$3:B$10;B6)=1;"";ANTAL.OM
(B$3:B$10;B6))

I C3 och C6 kommer det att stå "2" övriga fält i C kolumnen kommer
att vara tomma.
Vill man trycka på resultatet ytterligare kan man skriva
villkorlig en formatering.
tex. om talet större än 1 fetoch röd stil
osv.

//Jan


Den 2017-06-09 kl. 12:19, skrev Joel Hallklint:


Hej

Jo jag jobbar med en artikellista och vill få en varning när
jag försöker skriva in ett tal som redan finns i kolumnen.


Går det?


Mvh Joel


On Fri, Jun 09, 2017 at 12:14pm, Jan Öhman

>> wrote:

You have to explain more! (Please write in Swedish in a
Swedish forum)

Du måste ge en utförligare beskrivning av vad du önskar.
Spontant känns det som om du måste skriva ett skript.

//Jan

Den 2017-06-09 kl. 11:06, skrev Joel Hallklint:
> Hi
> How kan i force a column in Calc to only accept unique
values?
>
> Regards
> Joel
>

-- For unsubscribe instructions e-mail to:
users+unsubscr...@sv.libreoffice.org

Problems?
http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/

Posting guidelines + more:
http://wiki.documentfoundation.org/Netiquette

List archive:
http://listarchives.libreoffice.org/sv/users/

All messages sent to this list will be publicly archived and
cannot be deleted



-- 
For unsubscribe instructions e-mail to:

users+unsubscr...@sv.libreoffice.org

Problems?
http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/

Posting guidelines + more:
http://wiki.documentfoundation.org/Netiquette

List archive: http://listarchives.libreoffice.org/sv/users/

All messages sent to this list will be publicly archived and
cannot be deleted




--
*´¨)
¸.•´¸.•*´¨) ¸.•*¨)
(¸.•´ (¸.• Joel Hallklint




--
For unsubscribe instructions e-mail to: users+unsubscr...@sv.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/sv/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [sv-users] Force unique values in column - Calc

2017-06-09 tråd Joel Hallklint
Hej

Jo jag jobbar med en artikellista och vill få en varning när jag försöker 
skriva in ett tal som redan finns i kolumnen.


Går det?


Mvh Joel


On Fri, Jun 09, 2017 at 12:14pm, Jan Öhman < jan_oh...@glocalnet.net 
[jan_oh...@glocalnet.net] > wrote:
You have to explain more! (Please write in Swedish in a Swedish forum)

Du måste ge en utförligare beskrivning av vad du önskar.
Spontant känns det som om du måste skriva ett skript.

//Jan

Den 2017-06-09 kl. 11:06, skrev Joel Hallklint:
> Hi
> How kan i force a column in Calc to only accept unique values?
>
> Regards
> Joel
>


--
For unsubscribe instructions e-mail to: users+unsubscr...@sv.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/sv/users/
All messages sent to this list will be publicly archived and cannot be deleted
-- 
For unsubscribe instructions e-mail to: users+unsubscr...@sv.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/sv/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [sv-users] Force unique values in column - Calc

2017-06-09 tråd Jan Öhman

Vet inte om jag fattat rätt!

Antag följande värden
B3 = 123
B4 = 234
B5 = 456
B6 = 123

Skriv följande formel i
C3 =OM(ANTAL.OM(B$3:B$10;B3)=1;"";ANTAL.OM(B$3:B$10;B3))
C4 =OM(ANTAL.OM(B$3:B$10;B4)=1;"";ANTAL.OM(B$3:B$10;B4))
C5 =OM(ANTAL.OM(B$3:B$10;B5)=1;"";ANTAL.OM(B$3:B$10;B5))
C6 =OM(ANTAL.OM(B$3:B$10;B6)=1;"";ANTAL.OM(B$3:B$10;B6))

I C3 och C6 kommer det att stå "2" övriga fält i C kolumnen kommer att 
vara tomma.
Vill man trycka på resultatet ytterligare kan man skriva villkorlig en 
formatering.

tex. om talet större än 1 fetoch röd stil
osv.

//Jan


Den 2017-06-09 kl. 12:19, skrev Joel Hallklint:


Hej

Jo jag jobbar med en artikellista och vill få en varning när jag 
försöker skriva in ett tal som redan finns i kolumnen.



Går det?


Mvh Joel


On Fri, Jun 09, 2017 at 12:14pm, Jan Öhman > wrote:


You have to explain more! (Please write in Swedish in a Swedish forum)

Du måste ge en utförligare beskrivning av vad du önskar.
Spontant känns det som om du måste skriva ett skript.

//Jan

Den 2017-06-09 kl. 11:06, skrev Joel Hallklint:
> Hi
> How kan i force a column in Calc to only accept unique values?
>
> Regards
> Joel
>

-- 
For unsubscribe instructions e-mail to:

users+unsubscr...@sv.libreoffice.org
Problems?
http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more:
http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/sv/users/
All messages sent to this list will be publicly archived and
cannot be deleted




--
For unsubscribe instructions e-mail to: users+unsubscr...@sv.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/sv/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [sv-users] Force unique values in column - Calc

2017-06-09 tråd Jan Öhman

You have to explain more! (Please write in Swedish in a Swedish forum)

Du måste ge en utförligare beskrivning av vad du önskar.
Spontant känns det som om du måste skriva ett skript.

//Jan

Den 2017-06-09 kl. 11:06, skrev Joel Hallklint:

Hi
How kan i force a column in Calc to only accept unique values?

Regards
Joel




--
For unsubscribe instructions e-mail to: users+unsubscr...@sv.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/sv/users/
All messages sent to this list will be publicly archived and cannot be deleted


[sv-users] Force unique values in column - Calc

2017-06-09 tråd Joel Hallklint
Hi
How kan i force a column in Calc to only accept unique values?

Regards
Joel

-- 
For unsubscribe instructions e-mail to: users+unsubscr...@sv.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/sv/users/
All messages sent to this list will be publicly archived and cannot be deleted