+ Reply to Thread
Results 1 to 9 of 9

If Cell is Empty

  1. #1
    Registered User
    Join Date
    01-04-2011
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    67

    If Cell is Empty

    Hello there,

    I have a copy function so all Cells on my Customer form F(8,9,10,11,12,13) all equal F(8,9,10,11,12,13) on the Despatch sheet
    So when I type it in this box it appears the same on the Despatch sheet and this works fine.

    Howver if F11 is empty on Customer I want the F(8,9,10,11,12,13) on the despatch sheet to equal the values of A(8,9,10,11,12,13) on the customer sheet.

    Is their an IF statment to do this?
    If you need me to upload an example please let me know.

    Thanks for all your help.

    Darren

  2. #2
    Forum Contributor
    Join Date
    09-27-2012
    Location
    London, England
    MS-Off Ver
    2003, 2010
    Posts
    344

    Re: If Cell is Empty

    Would be helpful if you could upload a sample file...
    If solved kindly remember to mark Thread as solved.
    Click the small star icon at the bottom left of my post if this was useful.

  3. #3
    Registered User
    Join Date
    10-19-2012
    Location
    York
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    59

    Re: If Cell is Empty

    Hi
    This should hopefully work

    =IF(ISBLANK(F11),F8+F9)

    Adi

  4. #4
    Registered User
    Join Date
    01-04-2011
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    67

    Re: If Cell is Empty

    Its attached - that formula did not work. I have put it in to show you that on the despatch sheet even though it is blank the value is still the same as the Despatch address on the customer sheet.

    If you need me to explain this please let me know....

    Thanks
    Darren
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    01-04-2011
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    67

    Re: If Cell is Empty

    Just to explain it clearer if F11 is blank on customer i want the Despatch Sheet cells F(8,9,10,11,12,13) to equal A(8,9,10,11,12,13) on the customer sheet.

    Thanks
    Darren

  6. #6
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,462

    Re: If Cell is Empty

    Before solutions can be found, it might be best if you removed the may merged cells you are using. They are nothing but trouble

  7. #7
    Registered User
    Join Date
    01-04-2011
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    67

    Re: If Cell is Empty

    Ok i can do this if its not possible with merged cells.

    Thanks
    Darren

  8. #8
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: If Cell is Empty

    on despatch sheet
    =IF(Customer!$F$11="",Customer!A8,Customer!F8)
    and fill down
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  9. #9
    Registered User
    Join Date
    01-04-2011
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    67

    Re: If Cell is Empty

    Perfect! Thank you

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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