R1C1, can anyone tell me why this is not working? - Answered myself.

Spurious

Active Member
Joined
Dec 14, 2010
Messages
439
Hello,

I got the following formula in a .R1C1:

Code:
"=IF(RC[-" & ClmDiff & "]=" & RET & ";IF(RC[-" & (LastColumn - Clm) & "]=R[1]C[-" & (LastColumn - Clm) & "];IF(RC[-" & ClmDiff & "]<>R[1]C[-" & ClmDiff & "];1;0);1);0)"

It doesnt work, anyone know why?

I do, I have to replace ; by ,.

Sorry for the spam.
 
Last edited:

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Hi,

Try change the semicolons (;) to commas (,)

M.

EDIT
I hadnt seen your edited version...
 
Upvote 0

Forum statistics

Threads
1,224,527
Messages
6,179,337
Members
452,907
Latest member
Roland Deschain

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