Cómo pongo n fórmula "Si A1 no tiene valor, entonces po

josevaldesv

Board Regular
Joined
May 13, 2004
Messages
95
No logro poner en fórmula:

Si a1 no tiene valor, entonces escribe no, si sí tiene, escribe sí

yo lo intento así:
=if(a1="","no","yes")
habrá algo tipo =if(a1=null,"no","yes") ?

gracias
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Re: Cómo pongo n fórmula "Si A1 no tiene valor, entonce

Lo que usted hizo debe funcionar. Aquí hay unas otras maneras de hacer lo mismo:
Book1
ABCD
1No=IF(A1="","No","S")
2No=--(A1<>"")|ThenCustomFormatto:"S";"S";"No"
3No=IF(ISBLANK(A1),"No","S")
4No=IF(LEN(A1),"S","No")
51S
6S
7S
8S
Sheet1


Saludos,
 
Upvote 0
Re: Cómo pongo n fórmula "Si A1 no tiene valor, entonce

AAHHH!!
con "ISBLANK" arreglaba todo el problema

gracias
 
Upvote 0

Forum statistics

Threads
1,223,943
Messages
6,175,552
Members
452,652
Latest member
eduedu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top