+ Reply to Thread
Results 1 to 9 of 9

Iblank and notblank how to gt it to work

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

    Iblank and notblank how to gt it to work

    I have a column that if I add number to it B4, it must then show data in C4, but if it is blank it must show blank in c$ (that part I did get to work, but now if I have a number in E4 it must then not show anything in C4, so it must not do B3-B4.

    I am not sure if I am on the correct track, did try this formula, but not working

    =IF(ISBLANK(B4)*(NOT(ISBLANK(E4)),,B3-B4))

  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,865

    Re: Iblank and notblank how to gt it to work

    Do you mean this?

    =IF(AND(B4="",E4<>""),"",B3-B4)
    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 Contributor
    Join Date
    09-03-2008
    Location
    Johannesburg, South Africa
    MS-Off Ver
    2021
    Posts
    311

    Re: Iblank and notblank how to gt it to work

    Hi No it still show value in C4 when there is data in E4

  4. #4
    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,865

    Re: Iblank and notblank how to gt it to work

    There are instructions at the top of the page explaining how to attach your sample workbook. Screenshots are of little practical use as we cannot manipulate them.

    A good sample workbook has just 10-20 rows of representative data that has been desensitised. It also has expected results mocked up, worked examples where required, relevant cells highlighted and a few explanatory notes.

    You could try this:

    =IF(OR(B4="",E4<>""),"",B3-B4)

    but I am really not sure and would prefer to see some worked examples.

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

    Re: Iblank and notblank how to gt it to work

    it is in google sheets, must i give the link to the file

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

    Re: Iblank and notblank how to gt it to work

    Thank you, this is working for me

  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,865

    Re: Iblank and notblank how to gt it to work

    I won't follow links, but you've posted in the wrong place, so I'll move the thread for you. Did you try the suggesrion in my last post?

    You need to give examples of what you want if B4 and E4 are blank, neither is blank, etc.

  8. #8
    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,865

    Re: Iblank and notblank how to gt it to work

    Now I'm confused - you have marked the thread as solved.

  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,865

    Re: Iblank and notblank how to gt it to work

    OK - thanks. Glad to help.

+ 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. [SOLVED] Work Delay - We have given a task and want to count how much is work delay or work on time
    By Ajay45822 in forum Excel Formulas & Functions
    Replies: 24
    Last Post: 12-24-2020, 03:29 AM
  2. populate a list on one work sheet from multiple work sheets that meet a criteria
    By Kelly Linton-Selkirk in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-21-2015, 03:56 PM
  3. automate copying cells into new worksheet if notblank, same worksheet if blank
    By mabm529 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-01-2014, 08:34 AM
  4. Macros stop to work when work sheet is protected. Run time error 1004
    By sellim in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-18-2012, 01:14 AM
  5. Replies: 4
    Last Post: 11-04-2011, 12:37 PM
  6. IF.... NOTBLANK... or something else?
    By peri1224 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-23-2009, 06:57 AM
  7. Copy rows from work sheets to combine to one work sheet based on cell value
    By joemcmillen in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-11-2008, 05:04 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