Soluții

Resetare IP-uri de pe placile de retea

  • Lipsă conexiune la internet (No Internet Access)

    • Apare semnul exclamării pe pictograma de rețea.

    • Nu poți accesa site-uri sau servicii online.

  • Conflicte de IP

    • Două sau mai multe dispozitive din rețea au aceeași adresă IP.

    • Mesaje de eroare precum: „IP address conflict detected”.

  • Modificări recente în rețea (router nou, reconfigurări)

    • După schimbarea routerului, IP-urile vechi pot cauza probleme de comunicare.

  • Trecerea între rețele diferite (acasă, serviciu, hotspot)

    • Dispozitivul reține IP-uri statice sau configurări care nu mai sunt valide.

  • Server DHCP nefuncțional

    • Calculatorul nu primește automat un IP și rămâne cu un IP autoconfigurat (ex. 169.x.x.x).

  • Acces blocat în rețea internă (ex. imprimante, servere)

    • Nu mai poți accesa alte dispozitive din LAN.

  • Instalare de drivere noi sau reinstalare placă de rețea

    • Apare nevoie de curățare a configurărilor vechi.

[mai mult...]

Fisier .ost corupt

Fișierele OST (Offline Storage Table) sunt copii locale ale conturilor Exchange, IMAP sau Outlook.com. Dacă fișierul OST este corupt, Outlook poate da erori precum:

  1. Cannot start Microsoft Outlook. The set of folders cannot be opened
  2. Errors have been detected in the file xxx.ost.
[mai mult...]

How to creating Bar Charts using the REPT Function in Excel

Another way to create in-cell bar charts is to use the REPT function, which repeats a specified character a given number of times.

In the cell next to the first value you want to visualize, type:

=REPT("|",x)

and press Ctrl+Enter.

In this formula, “|” is the vertical glyph character (enclosed in double quotes) often accessed by pressing Shift or Fn at the same time as the relevant key, and x is a reference to a cell containing a numerical value. Here, the formula references cell B2 and so returns 14 vertical glyphs.

Double-click the fill handle of that cell to repeat the formula down the column.

At the moment, the data is visualized as a tally graph, as the default fonts in Excel place small spaces between each character. To fix this, select the relevant cells, and in the Home tab on the ribbon, select a typeface that doesn’t separate characters with a space, like “Stencil” or “Playbill.”

Where data bars adjust to the column width, bar charts created using the REPT function expand or contract dynamically, regardless of the width of the cells they occupy.

[mai mult...]