How can I get rid of the FALSE..?

Mykro

Active Member
Joined
Oct 17, 2002
Messages
337
{=IF(LEN(M91),IF($D$6:$J$64="TEXT",SUM($D$5:$J$63),""))}

If I don't have any data in the cells I get a
FALSE.. It works fine when data is entered.. I'm missing something...What??
 
On 2002-12-21 07:10, Mykro wrote:
Aladin,
That formulas works fine... Thanks Yogi..

I'm sorry... I'm not convinced.

I was talking about something else..

Yes, you were asking about double quotes, that is, "". That means null-string, or, nothing in informal talk.

I need to span text across multiple worksheets.

This formulas works here.. This I am using and it works fine..
=SUM(first:Last!A19) for summing numbers across worksheets.

Of course, that's what SUM does: summing numbers.

In this case I have to copy Names from one worksheet to another EX: (Sheet1!M90 "John Doe") to (Sheet2!B20 "John Doe) How can I to it Using the Sheets First:Last! ??

In B20 in Sheet2 you need to enter...

=Sheet1!M90

If you copy this down, you'll get...

in B21: =Sheet1!M91

etc.
 
Upvote 0

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.

Forum statistics

Threads
1,215,522
Messages
6,125,312
Members
449,218
Latest member
Excel Master

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