Need Help with formula

Joefried

New Member
Joined
Aug 5, 2011
Messages
37
thanks for looking and trying to help

i'm having a hard time creating a formula for the following info:

give me the results from Sheet4!C2 if Sheet4!J2 =an amount of money

thanks
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
=IF(Sheet4!J2=1000,Sheet4!C2,"")

This tests if J2 equals 1000, and if it does, then it will give you C2, You can change it to >1000, >=1000, change 1000 to another number, or another cell reference.
 
Upvote 0
thank you so much but i would like if the results are false it shouldn't give me anything
can that be done?
 
Upvote 0
Excel Workbook
A
1456
Sheet1
Excel 2007
Cell Formulas
RangeFormula
A1=IF(AND(ISNUMBER(Sheet4!J2),Sheet4!J2>0),Sheet4!C2,"")
 
Upvote 0

Forum statistics

Threads
1,224,559
Messages
6,179,515
Members
452,921
Latest member
BBQKING

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