Hi everyone. I want to write a nested if statement with an OR in it. my goal is to index the first cell that has a numerical value. For example
A B C D E F G
Jul-13 Aug-13 Sep-13 Oct-13 Nov-13 Dec-13 Jan-14
$1,152.00 $1,152.00 $1,344.00 $576.00 $384.00 $576.00
$384.00 $384.00 $384.00 No Bill No Bill No Bill
No Bill No Bill No Bill $765.00 $765.00 No Bill
Say the row with the months is row 1.
II would want G2 to display $576, G3 to display $384.00 and G4 to display $765.00. I'm struggling with the syntax of the nested If and OR function.
Bookmarks