Can I run 2 formulas on same workbook?

ghrek

Active Member
Joined
Jul 29, 2005
Messages
426
Hi

I have a workbook thats got this formula in column F.

=IF([@Source]="","",IF(ISNA(MATCH([@ID]&"|"&[@Field2]&"|"&[@Date]&"|"&[@Value],INDEX($J$2:$J$7000&"|"&$K$2:$K$7000&"|"&$L$2:$L$7000&"|"&$M$2:$M$7000,0),0)),"Missing",""))

Im trying to repeat the formula in column "O" so it looks in columns B-E for missing data but it not working.

Any ideas?

Thanks
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Please describe 'not working' in more detail.

Do you get the message 'There is a problem with this formula'?

Do you get an error result such as #REF , #VALUE , #N/A or similar?

Do you get a result different to that which you expect?

Something else?

It looks like it should be an array formula, so did you remember to array confirm it with Ctrl Shift Enter?
 
Upvote 0

Forum statistics

Threads
1,213,536
Messages
6,114,208
Members
448,554
Latest member
Gleisner2

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