I'm trying to create a formula that will reference amounts sorted in columns by date. I want the cell to pull the number from the most recent month. So basically it is:
J8=I8, unless I8=0
If I8=0, then J8=H8, unless H8=0
If H8=0, then J8=G8, unless G8=0
If G8=0, the J8=F8, unless F8=0
If F8=0...