ISNUMBER Tag? - Blank cell help

PacificQuest

New Member
Joined
Sep 22, 2008
Messages
18
Afternoon,

P2 = end date
K2 = start date
Z2 = difference between P2 & Z2

then cell AA2 has =Z2-2*20 however this produces a negative figure when no date is added into P2.

How can I keep AA2 showing as a blank cell until P2 has a date entered into it?

Thanks,
PQ
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
What is this part supposed to do

Z2-2*20

Should that be:
Z2 minus the result of 2*20 : then use Z2-40
or
20 * the result of Z2 - 2 : then use (Z2-2)*20
 
Upvote 0
Hi Again,

I'm not sure what's happened however the result of the below has started to show '-15' in the cell.

I haven't changed anything, and I would like the cell to remain blank if the calculated amount of (AB16-2)*15 is less than 0

=IF(LEN(R16)>0,(AB16-2)*15,"")

Any ideas?
Thanks PQ
 
Upvote 0

Forum statistics

Threads
1,224,566
Messages
6,179,555
Members
452,928
Latest member
101blockchains

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