Hi all,
I have an interesting problem. I am working with an Excel sheet that is only using native excel functions (no vba involved.) On one of the sheets, I am using the Sum function and the average function. The values which I'm summing and averaging have been imported from an infopath form to another Excel sheet, and then copied into the sheet I'm working with.
When I put this into a cell:
It gives me a Div/0 error. When I use this:
it just gives me 0 as the answer.
The cells Q51:AB51 are using the index function to retrieve the values from another sheet, but are showing the values I want, all of which are integers between 1 and 4.
Does anyone have any idea why these functions would not be working for me?
I'm completely lost. Also, I have used this sheet before, and imported previous values the same way through infopath. The SUM and AVERAGE functions are working as intended on the values that have already been entered into the sheet.
THanks for the looks and for any help you can give me.
Hank
I have an interesting problem. I am working with an Excel sheet that is only using native excel functions (no vba involved.) On one of the sheets, I am using the Sum function and the average function. The values which I'm summing and averaging have been imported from an infopath form to another Excel sheet, and then copied into the sheet I'm working with.
When I put this into a cell:
Code:
=AVERAGE(Q51:AB51)
It gives me a Div/0 error. When I use this:
Code:
=SUM(Q51:AB51)
it just gives me 0 as the answer.
The cells Q51:AB51 are using the index function to retrieve the values from another sheet, but are showing the values I want, all of which are integers between 1 and 4.
Does anyone have any idea why these functions would not be working for me?
I'm completely lost. Also, I have used this sheet before, and imported previous values the same way through infopath. The SUM and AVERAGE functions are working as intended on the values that have already been entered into the sheet.
THanks for the looks and for any help you can give me.
Hank