I
irresistible007
Dear everyone,
I have found today a very annoying bug today while working on Exce
2003, below is the thing, please advise your opinion as how should
troubleshoot the issue:
I have a Sheet detailing each and every order of various products lik
in this way:
A= CUSTOMER NAME, B= PRODUCT NAME, C= QUANTITY.... (OTHER AR
IRRELEVANT TO MENTION
Sometimes our customer request partial shipment so lets say the produc
is Gamma, i enter info in excel in following way:
A1(merged with cell A2)= ABC company, B1 & B2 (not merged)= Gamma
C1=5, C2=10
At the end of this huge list i have made a simple summary for quic
ref. in cell E141 I put an array formula to know how much a specifi
customer has bought a specific product:
E141 {=SUM(IF((LEFT(A1:A117, 3)="ABC")*(LEFT(B1:B117, 5)="Gamma")
C4:C117, 0))}
The above formula gave me after summing C1 (didnt included C2)
I have checked for the reason and found that when i click cell A
merged with A2... It shows under name Box A1 so in this way A2 lost it
identity !! hence when the above formula calculates it didnt checked fo
cell C2...
I can troubleshoot by simply entering the customer name separatly int
A1 & A2 but I wouldn't prefer this cuz merged cells indicates sam
order to me and you would probably agree that its nonsense to mentio
the customer's name 2 times instead of mentioning 1 time for his singl
order with two separate shipments...
I think i have pointed towards a serious issue
I have found today a very annoying bug today while working on Exce
2003, below is the thing, please advise your opinion as how should
troubleshoot the issue:
I have a Sheet detailing each and every order of various products lik
in this way:
A= CUSTOMER NAME, B= PRODUCT NAME, C= QUANTITY.... (OTHER AR
IRRELEVANT TO MENTION
Sometimes our customer request partial shipment so lets say the produc
is Gamma, i enter info in excel in following way:
A1(merged with cell A2)= ABC company, B1 & B2 (not merged)= Gamma
C1=5, C2=10
At the end of this huge list i have made a simple summary for quic
ref. in cell E141 I put an array formula to know how much a specifi
customer has bought a specific product:
E141 {=SUM(IF((LEFT(A1:A117, 3)="ABC")*(LEFT(B1:B117, 5)="Gamma")
C4:C117, 0))}
The above formula gave me after summing C1 (didnt included C2)
I have checked for the reason and found that when i click cell A
merged with A2... It shows under name Box A1 so in this way A2 lost it
identity !! hence when the above formula calculates it didnt checked fo
cell C2...
I can troubleshoot by simply entering the customer name separatly int
A1 & A2 but I wouldn't prefer this cuz merged cells indicates sam
order to me and you would probably agree that its nonsense to mentio
the customer's name 2 times instead of mentioning 1 time for his singl
order with two separate shipments...
I think i have pointed towards a serious issue