Hello guys,
Just ran into another typical skip if false questions. Ive found solutions for similar questions in the forum but guess am not smart enough to apply them onto my current project. So I thought might open another thread.
Here's what I have:
On first sheet, I will have all policy records since created,
Then, i want to transfer let's say everything in Jan 2015 to the "January chart" in second sheet, and all policy in Feb 2015 to the "Feb Chart" so on and so forth for years.
So I have two questions here,
first, when I put in
=IF('Policy Input'!K2= "JAN", 'Policy Input'!A2) - Returns to False
How can I make it ignore false and transfer the ones meet criteria only.
second, I wonder if I can insert specific date range i.e.: 1/1/2015-1/31/2015 in the logical test instead of me manually input "Jan" in an extra column solely for the logical test purpose
Thanks in advance for any insight and comments
Bookmarks