Ignoring formula when checking blank cells

Stanman

New Member
Joined
Jan 15, 2020
Messages
44
Office Version
  1. 365
  2. 2010
Platform
  1. Windows
Hi,
I have a formula that checks if the cell is blank and returns a value but its picking up the formula as a value, is there anyway to ignore it?
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Try:

=IF(A1="","Return This","Return That")

It always helpful if you had provided the formula you was trying :)
 
Upvote 0
Sorry my mistake,
the formula is =IF(OR(C3="",D3="",E3="",F3="",G3="",H3="",I3="",J3="",K3="",L3="",M3="",N3="",O3="",P3="",Q3="",R3="",S3="",T3="",U3="",V3="",W3="",X3="",Y3="",Z3="",AA3="",AB3="",AC3="",AD3=""),"*",1)

The cells being checked have a formula to pull the data from elsewhere and that is causing the issue. For example D3 as a formula in it =Sheet1!C10
 
Upvote 0
its blank at the moment but will be text value when completed
 
Upvote 0
Hi Peter_SS,
D3 isnt showing any value, it just has the formula in it Sheet1!C10, and sheet 1 c10 has not value in it, if you click in it shows formula
 
Upvote 0
If you put this in an empty cell, what does it return?
=LEN(D3)
 
Upvote 0
Better still, why not give us a few rows of the sheet with XL2BB? Then we can see the formulas and their results and also copy to our sheets for testing.
 
Upvote 0
Thank you all. Its work laptop and they wont let us install any addon etc.
I will recreate it later on personal and post up XL2BB.

The Len returns 1, if I take the formula out of the cell the cell it returns 0
 
Upvote 0

Forum statistics

Threads
1,223,230
Messages
6,170,883
Members
452,364
Latest member
springate

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