Hi,
I have a formula that averages out data within some cells but when no data is entered then it displays '#DIV/0!
How can I make it so that this cell will remain clear when no data added? (please see sheet titled 'Big Writing'
Thanks
Hi,
I have a formula that averages out data within some cells but when no data is entered then it displays '#DIV/0!
How can I make it so that this cell will remain clear when no data added? (please see sheet titled 'Big Writing'
Thanks
Last edited by kevwilsondj; 04-26-2015 at 07:21 PM.
sorry- just found out that i need to add IFERROR prior to my formula.
I thought Tony gave you a suggestion for this on your other thread? (unless Im getting my threads mixed up again lol)
Anyway, try this...
=IFERROR(INDEX(Sheet1!$A$2:$A$22,MATCH(ROUND(SUMPRODUCT(--($E4:$G4=Sheet1!$A$2:$A$22)*(Sheet1!$B$2:$B$22))/COUNTA($E4:$G4),0),Sheet1!$B$2:$B$22,0)),"")
edit: ok great, thought I wasnt losing it
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks