Blank cell when a corresponding cell left empty

excelbeginner2

New Member
Joined
Jun 10, 2015
Messages
5
Hi all, I'm sure this is incredible simple for someone in the know but as I'm still a beginner I'm in need of some help :)

I have recently collected a sheet to measure how long my team are taking to send out free samples to our customers. In Column G is the date the request for a sample was received from a customer. Once the sample has been sent my colleagues will enter a date in Column I.

At the moment I am using a simple =networkdays(G2,I2) formula.

Where the I column date/value has not yet been entered I would like the "total lead days" cell to remain blank until such a time when the item is complete.

Thanks in advance!
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Hi all, I'm sure this is incredible simple for someone in the know but as I'm still a beginner I'm in need of some help :)

I have recently collected a sheet to measure how long my team are taking to send out free samples to our customers. In Column G is the date the request for a sample was received from a customer. Once the sample has been sent my colleagues will enter a date in Column I.

At the moment I am using a simple =networkdays(G2,I2) formula.

Where the I column date/value has not yet been entered I would like the "total lead days" cell to remain blank until such a time when the item is complete.
If I understand correctly, I think you are looking for this...

=IFERROR(NETWORKDAYS(G2,I2),"")
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,267
Members
449,075
Latest member
staticfluids

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