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

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
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,214,979
Messages
6,122,550
Members
449,088
Latest member
davidcom

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