Dannytt93

New Member
Joined
Feb 13, 2019
Messages
9
Hello,

I am trying to create an IF Statement and i am struggling to get it to work. I have a basic knowledge but i think this is a bit too complex for me.

i am trying to get a table to fill out based on whether a user has completed a form

so =IF('Data Deposit'!A2=TEXT="NAME" Sheet4!),AND,('Data Deposit'!C2=DATEVALUE"22/02/2019),AND,('Data Deposit'!E4=TEXT=YES) enter text X in cell y

Any help would be great

Thanks

Dan
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
you can just use the AND() function to grouped them together, i.e.

=if(and(conditions1, condition2,..etc),"X","")
 
Upvote 0

Forum statistics

Threads
1,215,196
Messages
6,123,578
Members
449,108
Latest member
rache47

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