+ Reply to Thread
Results 1 to 16 of 16

Need to show blank, but in Googel Sheets it must show 0.00 =IF(OR(C7="",F7<>""),"",C6-C7

  1. #1
    Forum Contributor
    Join Date
    09-03-2008
    Location
    Johannesburg, South Africa
    MS-Off Ver
    2021
    Posts
    313

    Need to show blank, but in Googel Sheets it must show 0.00 =IF(OR(C7="",F7<>""),"",C6-C7

    I have this formula that is working =IF(OR(C7="",F7<>""),"",C6-C7)
    but now the program i using to get data from google sheet needs to show 0.00 to work.
    But when I put in 0.00 all my data is then not working


    How can I make this to work to let the program see 0.00 ,but still show blank on google sheets
    Last edited by AliGW; 04-24-2023 at 08:00 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,972

    Re: Need to show blank, but in Googel Sheets it must show 0.00 =IF(OR(C7="",F7<>""),"",C

    Once again, you have posted in the wrong section - Google Sheets queries go under Other Platforms ...

    I have moved the thread for you.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,972

    Re: Need to show blank, but in Googel Sheets it must show 0.00 =IF(OR(C7="",F7<>""),"",C

    Have you tried this?

    =IF(OR(C7="",F7<>""),0,C6-C7)

    I am struggling to visualise what the issue actually is here.

  4. #4
    Forum Contributor
    Join Date
    09-03-2008
    Location
    Johannesburg, South Africa
    MS-Off Ver
    2021
    Posts
    313

    Re: Need to show blank, but in Googel Sheets it must show 0.00 =IF(OR(C7="",F7<>""),"",C

    How can I share my google sheet to show here

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,972

    Re: Need to show blank, but in Googel Sheets it must show 0.00 =IF(OR(C7="",F7<>""),"",C

    You'll have to post a link, but's it no use unless you show us manually what you want.

  6. #6
    Forum Contributor
    Join Date
    09-03-2008
    Location
    Johannesburg, South Africa
    MS-Off Ver
    2021
    Posts
    313

    Re: Need to show blank, but in Googel Sheets it must show 0.00 =IF(OR(C7="",F7<>""),"",C

    I did explian in in the sheet at K26

    https://docs.google.com/spreadsheets...#gid=756044066

  7. #7
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,972

    Re: Need to show blank, but in Googel Sheets it must show 0.00 =IF(OR(C7="",F7<>""),"",C

    You need to make the sheet publicly available. At the moment it's asking me to request access, and I'm sorry, but I am not prepared to share my E-mail address for that to happen.

  8. #8
    Forum Contributor
    Join Date
    09-03-2008
    Location
    Johannesburg, South Africa
    MS-Off Ver
    2021
    Posts
    313

    Re: Need to show blank, but in Googel Sheets it must show 0.00 =IF(OR(C7="",F7<>""),"",C

    I understand

    Did download it
    Attached Files Attached Files

  9. #9
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,972

    Re: Need to show blank, but in Googel Sheets it must show 0.00 =IF(OR(C7="",F7<>""),"",C

    How about using the formula with 0, but conditionally formatting the column to show zero values as white text? This wwould mean that the 0 is there, but it won't show on your worksheet. I don't know how conditional formating works in Google Sheets, though.

  10. #10
    Forum Contributor
    Join Date
    09-03-2008
    Location
    Johannesburg, South Africa
    MS-Off Ver
    2021
    Posts
    313

    Re: Need to show blank, but in Googel Sheets it must show 0.00 =IF(OR(C7="",F7<>""),"",C

    Thank you, can you please show me the foruula to use, I am not that glued up with formulas

  11. #11
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,972

    Re: Need to show blank, but in Googel Sheets it must show 0.00 =IF(OR(C7="",F7<>""),"",C

    The one in post #3.

  12. #12
    Forum Contributor
    Join Date
    09-03-2008
    Location
    Johannesburg, South Africa
    MS-Off Ver
    2021
    Posts
    313

    Re: Need to show blank, but in Googel Sheets it must show 0.00 =IF(OR(C7="",F7<>""),"",C

    This one=IF(OR(C4="",F4<>""),0,C3-C4) when I use this and add 0.0 to F4 it makes D4 empty

  13. #13
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,972

    Re: Need to show blank, but in Googel Sheets it must show 0.00 =IF(OR(C7="",F7<>""),"",C

    Try changing it to this:

    =IF(OR(C4="",F4>0),"",C3-C4)

  14. #14
    Forum Contributor
    Join Date
    09-03-2008
    Location
    Johannesburg, South Africa
    MS-Off Ver
    2021
    Posts
    313

    Re: Need to show blank, but in Googel Sheets it must show 0.00 =IF(OR(C7="",F7<>""),"",C

    Thank you, it is working now

  15. #15
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,972

    Re: Need to show blank, but in Googel Sheets it must show 0.00 =IF(OR(C7="",F7<>""),"",C

    OK. And are you happy with the conditional formatting? It's under Format on Google Sheets: https://support.google.com/docs/answ...ppy=%2Cexample

    If that takes care of your original question, please choose Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, if you have not already done so, you may not be aware that you can thank anyone who offered you help towards a solution for your issue by clicking the small star icon (* Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of all those who offered help.

  16. #16
    Forum Contributor
    Join Date
    09-03-2008
    Location
    Johannesburg, South Africa
    MS-Off Ver
    2021
    Posts
    313

    Re: Need to show blank, but in Googel Sheets it must show 0.00 =IF(OR(C7="",F7<>""),"",C

    I did click on the Add Reputation, and it said I can only do it once per day, I did use it on your post on other problem.

    Thank you

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 5
    Last Post: 02-05-2019, 12:03 AM
  2. VBA Updates Pivot Table by cell contents, i want to show "blank" instead of "all"
    By mattinwpg in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-15-2017, 10:58 PM
  3. [SOLVED] Column X-Ref list - Sheet1 Col A "pages", Col B:FL "Req" to Sheet2 ColA "req", ColB "page"
    By excel-card-pulled in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-07-2017, 09:30 AM
  4. If "6343" in cell A3 matches "monthly" in B3 show a "Y" in C3
    By laaxy in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 04-05-2014, 07:38 PM
  5. Replies: 3
    Last Post: 01-02-2014, 02:15 PM
  6. Application.ExecuteExcel4Macro "SHOW.TOOLBAR(""Ribbon"",False)" not working
    By redders in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-31-2011, 03:52 PM
  7. Replies: 3
    Last Post: 02-16-2011, 02:55 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1