This one is dumbfounding me...
I started with this:
Cell 1: =randbetween(1, 45)
For many reasons, I switched to a few named cells, and wound up with this:
Cell 1: =randbetween(1, namedCell)
namedCell: 45 (not a function)
I have other named cells, including a several other namedCellOthers with the following results:
Cell Others: =randbetween(1,namedCellOthers)
namedCellOthers: function derived 31
I ran function audits for both the Trace Precedents and the Trace Dependents. Everything relates correctly.
In the end, I get two sets of calculation errors.
First, I see no results of the randbetween (the 1 to 45 versions) over 31. I reset the values to 100000, and still saw no results over 31.
Second, when 1 is displayed, it appears to have 2 actual values, 1 and 32. I have a downstream dependent function (in a different cell) that gives results if randbetween == 1. When the value of RANDBETWEEN appears to be 1, but I don't get a result from
the downstream dependent function, I ran a Evaluate Formula Audit on the downstream dependent formula. With that audit (and the evaluate button, the reference cell is underlined, meaning I can see the IF/THEN reference cell formula (ie A1=1), the actual values
(ie 32=1), and the boolean value (ie false). When I run the Evaluate Formula Audit on the referenced randbetween cell (which displays 1), I get the following audit values from the pattern above: the named cell is underlined, giving the reference values (ie
namedCell), the absolute reference (ie $A$1), and the final value of the function (ie a random value between 1 and 31). So under this error method, I appear to be getting values as high as 32, which when namedCell > 32.
Interestingly, when I set namedCell to values less than 31, everything works perfectly.
I have tried to restart excel, but not yet the computer. No luck.
I also tried manually inputing 45 (and 100000) for the upper bounds of the randbetween functions, still didn't see values higher than 31.
Weird, I know.
Thank you all in advance for this