If cell (on another sheet) doesn't have a date, run different formula

Jayker

New Member
Joined
Mar 21, 2013
Messages
20
Hi All,

I have done numerous searches to try to find the answer for this, but cannot yet find one.


Here is my current formula:

=IF(ROWS(G$8:G8)>$C$4,"",INDEX('[Other File.xlsx]Master File'!$P$3:$P$10000,SMALL(IF('[Other File.xlsx]Master File'!$K$3:$K$10000>=$C$2,IF('[Other File.xlsx]Master File'!$K$3:$K$10000<=$D$2,ROW('[Other File.xlsx]Master File'!$K$3:$K$10000)-ROW('[Other File.xlsx]Master File'!$D$3)+1)),ROWS(G$8:G8))))

So right now, it is only populating the correct amount of rows that are found in the other sheet, which is great, and automatically pulling the correct data for each row. The problem is, my next column (on my Master File) is the next deposit someone would provide us, so not all of the rows have a deposit date listed as to when we received it. They are returning the value of 01-Jan-00. For those cells showing 01-Jan-00 I want to run a new formula to show when we would need to receive the deposit by in order for their project to stay on track.

Any help would be greatly appreciated!


Jason
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
01-Jan-00 is just date-formatted 0.

=if([Current Formula]=0,[Formula for when need deposit],[Current Formula])

Yes cumbersome, but should do the trick.
 
Upvote 0
01-Jan-00 is just date-formatted 0.

=if([Current Formula]=0,[Formula for when need deposit],[Current Formula])

Yes cumbersome, but should do the trick.

Thanks judepax. Is my entire formula to go in the brackets of [current formula]?
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,551
Members
449,088
Latest member
davidcom

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