Jump to content

Hey. Could someone please help me in google sheets. I am hopeless with spreadsheets.:) 

I am try to create a a basic spread sheet if I can use this as an example say I have a sheet where A1 is a value of 10. A2 is a value if 20. I want to create a formula in B2 which would be B2=A2-A1.Though when I drag the formula down then B3 will have negative 20 showing  cause there is no value in a3.and so forth. I want to know how to make that cell not display. I hope that makes sense.

Link to comment
https://linustechtips.com/topic/1429445-noob-help-in-google-sheets/
Share on other sites

Link to post
Share on other sites

6 minutes ago, mariushm said:

You could put the formula in another cell or a column that you can hide, and then put in that B column the number only if value is positive ... ex =IF (hidden_column >0 , hidden_column,  "")

 

 

 

OK, Thanks I will give that a try

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×