Help

kebba31

New Member
Joined
May 10, 2011
Messages
13
What's the formula I need to enter if I want a figure to appear in one cell but only if another cell is greater than 0. i.e. If D20 is > than 0 then N20=$4?
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Excellent!!! That worked. This site is awesome and saved me a lot of time trying to figure it out. Thanks.
 
Upvote 0
Hello kebba31,

Welcome to the Board.

Are you wanting the result in cell N20? If so, then place this formula in N20:
=IF(D20>0,"$4","")

This formula assumes the value you want in N20 will always be $4 formated as such if D20 is greater than zero.

Hope this helped.

Regards,

David
 
Upvote 0
Thanks again for your help.
I know have another situation, now that I entered the formula above in cell N20 another cell Q20 which adds a few columns together in row 20 (including cell N20) is reading #value!. How do I fix this? The formula in cell Q20 currently reads: =sum(J20+L20+N20+020)
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,289
Members
452,902
Latest member
Knuddeluff

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