Is there a way do to this without array formula or vlookup

B

Brad

{=IF(OR(C5=InpBox7),1,0)}
works
=IF(OR(C5={16,17},1,0)
works
Can a formula be written without using vlookup or array formula's and using
InpBox7 ?

InpBox7 is a range name of two cell with the values 16,17
 
B

Brad

one way
=SUMPRODUCT(--(InpBox2='1STqtrTax'!C7))

Are there better ways? (Isn't SUMPRODUCT truly an array formula?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top