Why is "VALUE" appearing?

wkirkcrawford

Board Regular
Joined
Dec 7, 2013
Messages
72
Thisis the code that I was using. Note:ISBLANK. IF(ISBLANK(R121"",IF(U121=0,"",MOD(R121-I121,1)))

I changed it toIF(R121<>"",IF(U121=0,"",MOD(R121-I121,1)))


And now I get"FALSE" in cells that are not used yet.


Please note, ifthere is no 'Reading', then the row is blank.
But if there is a'Reading' and the number of units is "0", then the 'Time between thelast shot' should be blank.

If you need to see the file, I have a shorten version.

W. Kirk Crawford
Tularosa, New Mexico
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
You get FALSE because you haven't filled in the FALSE part of the formula yet from the original IF.

Does this do what you need?

=IF(COUNT(R121,I121)=2,IF(U121,MOD(R121-I121,1),""),"")
 
Upvote 0
Scott,

Thank you very much. I though I was overlooking something, but it worked in another area.

Thank you again.

W. Kirk Crawford
Tularosa, New Mexico
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,733
Members
448,987
Latest member
marion_davis

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