IF Statement help

karobonas

New Member
Joined
Aug 12, 2011
Messages
6
Hi,
I want to compose an IF Statement that will do the following:
IF sheet 1 Q27 is greater than 0.00 then display result.
I have tried this:
=IF(Sheet1!Q27>0,"")
but the result returns nothing.
any help is much appreciated.
KB
 
Code:
=IF(Sheet1!Q27>0,Sheet1!Q27,0)
See if this is what you want.

It is still not working....

I have changed the name of Sheet 1 to 'SAL Forecast Effort' and Sheet 2 is now, 'August Projects'.

The data that I wish to display is in 'SAL Forecast Effort' and I wish to display this data in 'August Projects'. The data that is in 'SAL Forecast Effort' is defined by another formula that displays the result as a number between 0 and 1.00.

This is the formula I have placed into a cell in 'August Project':

=IF('SAL Forecast Effort'!Q27>0,"",'SAL Forecast Effort'!Q27)

This should work should it not? The data is defined by another formula, does this cause problems?

Sorry for not being clear.
 
Upvote 0

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
=IF('SAL Forecast Effort'!Q27>0,'SAL Forecast Effort'!Q27,0)


I am really confused what you required but hope this would do the job.
 
Upvote 0

Forum statistics

Threads
1,224,589
Messages
6,179,744
Members
452,940
Latest member
rootytrip

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