kinkart
Member
Hello,
I have a spreadsheet with the following formula in O13:
In H13, the "value" is based on the list from 1 to 20 that is
=MASTER[[1]:[20]
I have the little green triangle in the top left corner of that cell that tells me that says:
"Number stored as text".
When I convert this to number, my sumproduct formula doesn't work anymore.
I'd like to set up a data bar in that H13 cell, but it won't let me until it's a number.
Any ideas on what's wrong? Can we either fixed the sumproduct formula so that it works when H13 is a number, or set up a data bar that can use text values?
Thanks a ton!
I have a spreadsheet with the following formula in O13:
Code:
=SUMPRODUCT((D13=MASTER[ name])*(H13=MASTER[[#Headers];[1]:[20]]);MASTER[[1]:[20]])
In H13, the "value" is based on the list from 1 to 20 that is
=MASTER[[1]:[20]
I have the little green triangle in the top left corner of that cell that tells me that says:
"Number stored as text".
When I convert this to number, my sumproduct formula doesn't work anymore.
I'd like to set up a data bar in that H13 cell, but it won't let me until it's a number.
Any ideas on what's wrong? Can we either fixed the sumproduct formula so that it works when H13 is a number, or set up a data bar that can use text values?
Thanks a ton!