I have a spreadsheet with a summary worksheet with subsequent data worksheets for various investments, 1 sheet for each investment. On the summary sheet I am trying to find the MIN() date of a column on the data sheet but only if a cell next to the date has a value. Below is a sample of the data sheet. I want to pick up the MIN(Check Date) if the "Investment" column has a value. I also want to pick up MIN(Check Date) if the payment column has a value. Each month a new row is added to the data sheets so the formula needs to work on the entire column.
TIA, Mark
Code:
........ [u]Column A[/u] [u]Column B[/u] [u]Column C[/u]
[u]Row 5[/u] Check Date Investment Payment
[u]Row 6[/u] 3/24/2021 $1,000.00
[u]Row 7[/u] 8/10/2021 $26.90
[u]Row 8[/u] 8/25/2021 $33.35
[u]Row 9[/u] 9/25/2021 $38.19
TIA, Mark