How do I do and if and an and??

officegirl1034

New Member
Joined
May 1, 2015
Messages
2
I want my formula to say if this =this and that=that then x=y
here's what I have:
=IF('2015 WORK'!U29=DAILY!A137,FALSE)*AND(IF('2015 WORK'!E29=DAILY!$A$134,FALSE)*'if(false,2015 WORK'!A29=DAILY!N137)

I don't know what I'm doing wrong, well I can see several things wrong with this one, but I don't know how to do it right, please help!
 
Last edited:

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Welcome, very confuse...Can you post some practical examples and desired results?
You can use Mr Excel HTML maker ( see how on my signature)
 
Upvote 0
Try: =IF(and('2015 WORK'!U29=DAILY!A137,'2015 WORK'!E29=DAILY!$A$134),"",2015 WORK'!A29=DAILY!N137)
 
Upvote 0
Try: =IF(and('2015 WORK'!U29=DAILY!A137,'2015 WORK'!E29=DAILY!$A$134),"",2015 WORK'!A29=DAILY!N137)

This is going to return nothing or TRUE or FALSE, I think the OP want the value in 2015 WORK'!A29 to equal the value in DAILY!N137

Office Girl, if that is correct, let us know.
 
Upvote 0
Sorry, my previous suggestion won't work. Try this formula in cell A29 of sheet "2015 WORK": =IF(AND('2015 WORK'!U29=DAILY!A137,'2015 WORK'!E29=DAILY!A134),"",DAILY!A137)
 
Upvote 0
Claudio,

I like that you put the video to the HTML maker. I could never figure out how the members put the bit of stuff below all of their posts...
 
Upvote 0
Joyner, from know on, you don't have excuses to not post some nice samples of your worsheets....:LOL:
 
Upvote 0
Sorry, my previous suggestion won't work. Try this formula in cell A29 of sheet "2015 WORK": =IF(AND('2015 WORK'!U29=DAILY!A137,'2015 WORK'!E29=DAILY!A134),"",DAILY!A137)

I want the value that is on '2015 work'! A29 to be copied into 'daily'! N137
I think I may have had this backwards in the one I sent you... sorry, I switched things around a lot trying to figure it out myself. I did copy this formula into N137 of Daily and changed it to reverse that, but I messed it up I guess, because it returns nothing.

=IF(AND('2015 WORK'!U29=DAILY!A137,'2015 WORK'!E29=DAILY!A134),"",'2015 WORK'!A29)

Sorry for the confusion, thank you.
 
Upvote 0
This worked for me in cell N137 of sheet "2015 WORK": =IF(AND('2015 WORK'!U29=DAILY!A137,'2015 WORK'!E29=DAILY!A134),"",'2015 WORK'!A29)
 
Upvote 0

Forum statistics

Threads
1,216,761
Messages
6,132,572
Members
449,736
Latest member
anthx

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