Hi,
I have this excel sheet where in cells e18:I18 there is a formula which returns an #NA if data is not found,I have tried with iferror but its not working should I try with ISerror or ifblank because I want a '0' if data is not found.
Hi,
I have this excel sheet where in cells e18:I18 there is a formula which returns an #NA if data is not found,I have tried with iferror but its not working should I try with ISerror or ifblank because I want a '0' if data is not found.
Last edited by arnab0711; 02-24-2012 at 11:25 PM.
you are on the right track, you just need to put a 0 at the end of your formula:
=IFERROR(MEDIAN(IF((MONTH($AG$4:$AG$32)=MONTH($C18))*(YEAR($AG$4:$AG$32)=YEAR($C18))*($AD$4:$AD$32=$D18),$AH$4:$AH$32-$AG$4:$AG$32)),0)
If you liked my solution, please click on the Star -- to add to my reputation
If your issue as been resolved, please clearly state so and mark the thread as [SOLVED] using the thread tools just above the first post.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks