blank cells

medic63

New Member
Joined
Sep 12, 2002
Messages
13
If I wanted a cell on a form to remain blank if a value was less than a trigger value how would I do it?

example if on a form you entered on a form profits from monday in colum A1 and tuesday in b1 and c1 was a total colum and d1 was a bonus colum of $10 that came into effect if the profits for mon and tues where over $40.00.

c1 would have =A1+B1
d1 would be =(IF(C1<=40,0,IF(C1>=41,10,)))

what do I use in place of the value "0" on the first formula to have the cell remain blank instead of the zero apearing in d1 if the value was less than 40

thanks
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.

Forum statistics

Threads
1,222,900
Messages
6,168,926
Members
452,227
Latest member
sam1121

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