Forum Discussion
New here...Looking forward to solving my questions with your help. Question #1
- Dec 06, 2017
Hello,
the formula can be a lot shorter if you use the INDEX() function to get the rate. The syntax of index is
=Index(table,row number, column number)
In your case you can use
=INDEX(B12:D14,C9,F9)
and then multiply with the value for SQ.Ft
=INDEX(B12:D14,C9,F9)*I2
Hello,
the formula can be a lot shorter if you use the INDEX() function to get the rate. The syntax of index is
=Index(table,row number, column number)
In your case you can use
=INDEX(B12:D14,C9,F9)
and then multiply with the value for SQ.Ft
=INDEX(B12:D14,C9,F9)*I2
- clickdrawDec 06, 2017Copper ContributorOk, I just tried your suggestion. WOW!!! I owe you a nice bottle of wine. Thank you so much. You've made my day.
Cheers,
Jeff- Dec 06, 2017
Thanks for the feedback. Glad it helped.
- clickdrawDec 06, 2017Copper Contributor
Hi there,
Thank you for your reply. Is this replacing the formula in cell K11?
- clickdrawDec 06, 2017Copper Contributor
Ok, I just tried your suggestion. WOW!!! I owe you a nice bottle of wine. Thank you so much. You've made my day.
Cheers,
Jeff