Bonkers Bill
Active Member
- Joined
- Feb 14, 2005
- Messages
- 347
Hello, i am using the following formula in excel 2007
=IF($O$3="HOME",IF(INDEX(AC5:DV5,MATCH($R$4,$AB$3:$DU$3,0))="","",IF(INDEX(AC5:DV5,MATCH($R$4,$AC$3:$DV$3,0))="L","",INDEX(AC5:DV5,MATCH($R$4,$AB$3:$DU$3,0)))),"")
when this formula returns "" blank and i copy and use paste special, values only, another formula is reading the "" blanks as >0, Why? and what can i do to stop this?
=IF($O$3="HOME",IF(INDEX(AC5:DV5,MATCH($R$4,$AB$3:$DU$3,0))="","",IF(INDEX(AC5:DV5,MATCH($R$4,$AC$3:$DV$3,0))="L","",INDEX(AC5:DV5,MATCH($R$4,$AB$3:$DU$3,0)))),"")
when this formula returns "" blank and i copy and use paste special, values only, another formula is reading the "" blanks as >0, Why? and what can i do to stop this?