Hi all
Background:
I've been trying to get excel to skip empty cells within the row so that it brings up the next TRUE value. Currently my table of info is like this (on sheet1):
B C D E
Date (B) Receiver/Payee (C) Method (D) Amount (E)
01/08/2013 (B) JE (C) cash (D) £29.70 (E)
Currently formula (on sheet2):
=IF(Sheet1!C3="JE", Sheet1!E3,"")
Problem:
This shows all FALSE values as empty cells.
Request:
I've searched for quite a while and saw some people give examples using other types of formulae which I've tried but without success at tailoring it to my need. I would like the final formula to show the Date, Method, and Amount if arguments are TRUE (each in a separate column) without any blanks on a new sheet.
Thanks in advance and feel free to ask me for clarifications
Bookmarks