A1 REFERECNE FAILURE

k209310

Active Member
Joined
Aug 12, 2002
Messages
382
Has anybody got an idea why a R1C1 referecne wouldfail.

I am referencing cells w16:w30 they contain data but the =sum(w16:w30) fails to notice any of the data in the cell
This message was edited by k209310 on 2002-08-29 03:39
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
On 2002-08-29 03:01, k209310 wrote:
Has anybody got an idea why a R1C1 referecne wouldfail.

I am referencing cells w16:w30 they contain data but the =sum(w16:w30) fails to notice any of the data in the cell

Shouldn't a RC reference look like =sum(R10C2:R30C2) ?
 
Upvote 0
Yes it does. Do you think the problems are linked. I`m new to excel and i`m not to sure of it limitations ang bugs.
 
Upvote 0
If you look at the numbers in the cell and they are left justified... Excel thinks they are text and not numbers. There are several ways to "fix" the column. If they are used in a calculation you can do something like:

Changing this:
=IF(P16="st",E16,0)
To:
=IF(P16="st",E16+0,0)

This "+0" convinces Excel it is a numeric field.

Hope this helps.
 
Upvote 0

Forum statistics

Threads
1,214,877
Messages
6,122,051
Members
449,064
Latest member
scottdog129

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top