0% found this document useful (0 votes)
58 views8 pages

Fórmulas y Funciones Excel

This document contains examples of Excel formulas using functions such as SUM, SUMIF, COUNT, IF, AND, OR. The formulas perform calculations on ranges of cells, apply criteria to conditionally sum values, count cells meeting conditions, and evaluate logical expressions. Various comparison operators like <, >, <=, >= and = are also demonstrated in formulas using SUMIF and in logical functions.

Uploaded by

Keisi Rojas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views8 pages

Fórmulas y Funciones Excel

This document contains examples of Excel formulas using functions such as SUM, SUMIF, COUNT, IF, AND, OR. The formulas perform calculations on ranges of cells, apply criteria to conditionally sum values, count cells meeting conditions, and evaluate logical expressions. Various comparison operators like <, >, <=, >= and = are also demonstrated in formulas using SUMIF and in logical functions.

Uploaded by

Keisi Rojas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 8

FÓRMULA

0 7 1 7 =B2+C2
20 6 7 5 =B3-15
2 10 5 350 =100*3.5
100 =B3/2*C4
60466176 =C3^C4 (0+6)/(7×7)
B3 >> 20 0.12244897959184 =(B2+C3)/(C2*D3)
C4 >> 10 6 =B2+C3/C2*D3 0+6/7×7
D2 >> 1 #VALUE! =C4+(B2:B4)
B2:B4 >> #NAME? =C4+sumar(B2:B4) 0+6÷7×7
0.112245 =SUM(B2:C3)/PRODUCT(C2:D3) 32 =C4+SUM(B2:B4)
0.122449 =SUM(B2,C3)/PRODUCT(C2,D3) ###
(0+6)/(7×7)

0+6/7×7

0+6÷7×7
Nombre y Apellidos Nota PC1 Nota PC2 Nota PC3 Nota PC4 Suma de Notas
Alumno 1 6 16 1 13 36
Alumno 2 11 7 2 3 35
Alumno 3 11 0 0 7 18
Alumno 4 1 4 19 2 26

7 29 =SUM(B2:B5)
17 =B2+B3 + SUMA
-3 =B2-9 - RESTA
20 =10*2 * MULTIPLICACION
0.2222222222222 =B2/(SUM(C2:/ DIVISION
36 =B2^2 ^ POTENCIA
#VALUE! =B2+B3:B5
29 =B2+SUM(B3:B5)
#NAME? =sumar(B2:B5)
23 =SUM(B3:B6)
6.33333333333333
####### Significa que el ancho de la celda es muy angosta
PromFinal CONDICION
=SUM(B2,C2,D2,E2) 9 =AVERAGE(B2,C2,D2,E2) DESAPROBADO
=SUM(23,C3,D3,E3) 8.75 =AVERAGE(23,C3,D3,E3) APROBADO
=SUM(B4:C4,D4/2,E4) 4.5 =AVERAGE(B4:C4,D4,E4) 10
=SUM(B5,SUM(C5:D5),E5) 22 =AVERAGE(SUM(B5:D5),20) 20

Simbolos de comparación en la FUNCION SI

3
8
10 =SUMAR.SI(G14:G23;">8")
4 =SUMAR.SI(G14:G23;">8")
15 =SUMAR.SI(G14:G23;">8")
13 =SUMAR.SI(G14:G23;">8")
24
7
12
6
74 =SUMIF(G14:G23,">8")
prueba logica 1 0
=IF(H2>10.5,"APROBADO","DESAPROBADO")
=IF(H3<10.5,"APROBADO","DESAPROBADO")
=IF(H4<=10.5,20/2,"DESAPROBADO")
=IF(H5<=10.5,"APROBADO",SUM(5,15))
> "texto" "texto"
< 13 13
= Funcion Funcion
>= Operación Operación
<=
<>
PROD CANTI IMPORTE
A 20 100
A 30 200
B 30 300
C 40 250
D 50 150

SUMA LAS CANTIDADES SUPERIORES O IGUALES A 30 150 =SUMIF(C2:C6,">=30")

SUMA LAS CANTIDADES DEL PROD A 50 =SUMIF(B2:B6,"A",C2:C6)

CONTAR CELDAS CON NUMERO EN LA 0 =COUNT(B1:B6)


SELECCIÓN DESIGNADA 5 =COUNT(C1:C6)

FUNCION Y
10 12 F V 0 =AND(B16>11,C16>11)
11 10 F F 0 =AND(B17>11,C17>11)
12 10 V F 0 =AND(B18>11,C18>11)
12 14 V V 1 =AND(B19>11,C19>11)

FUNCION O
10 12 F V 1 =OR(B23>11,C23>11)
11 10 F F 0 =OR(B24>11,C24>11)
12 10 V F 1 =OR(B25>11,C25>11)
12 14 V V 1 =OR(B26>11,C26>11)
<
> SUMAR.SI =SUMAR.SI(rango; criterio; [rango_suma])
>=
<=
=
<>
UMIF(C2:C6,">=30")

UMIF(B2:B6,"A",C2:C6)

ND(B16>11,C16>11)
ND(B17>11,C17>11)
ND(B18>11,C18>11)
ND(B19>11,C19>11)

OR(B23>11,C23>11)
OR(B24>11,C24>11)
OR(B25>11,C25>11)
OR(B26>11,C26>11)
ango_suma])

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy