+ Reply to Thread
Results 1 to 6 of 6

If blank but another cell has figure

  1. #1
    Registered User
    Join Date
    12-02-2019
    Location
    Sydney, Australia
    MS-Off Ver
    2016 i think
    Posts
    11

    If blank but another cell has figure

    See attached.

    Currently i have =IF(ISBLANK(C2),"",C2)

    However, i need it to also read that if C2 is blank, but B2 is not blank, it needs to read B2*1000
    Attached Files Attached Files

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,461

    Re: If blank but another cell has figure

    D2

    =if(c2<>"",c2,if(b2<>"",b2*1000,""))
    Quang PT

  3. #3
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: If blank but another cell has figure

    Please try in D2 copied down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by GeoffW283; 09-16-2020 at 11:25 PM. Reason: Missed the *1000 until I saw previous post
    Geoff

    Did I help significantly? If you wish, click on * Add Reputation to say thanks.
    If your problem has been resolved please select ?Solved? from the Thread Tools menu

  4. #4
    Forum Contributor
    Join Date
    03-18-2014
    Location
    Singapore
    MS-Off Ver
    Excel 2016 / 2019
    Posts
    251

    Re: If blank but another cell has figure

    Hi

    D2

    =IF(AND(ISBLANK(B2),ISBLANK(C2)),"", IF(AND(ISBLANK(B2)=FALSE,ISBLANK(C2)),B2*1000, C2))
    Christopher Yap

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: If blank but another cell has figure

    Just to add my 2c's worth...

    =if(and(c2="",b2=""),"",b2*1000)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  6. #6
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    Taiwan
    MS-Off Ver
    365 V2403 and WPS V2022
    Posts
    3,382

    Re: If blank but another cell has figure

    D2 cell formula
    HTML Code: 

+ 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. VBA: Show Subtracted Figure In Cell When Cumulative Figure Is Entered
    By hrayani in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-28-2018, 11:29 AM
  2. LOOKUP TABLE -blank cell in the table array to return a figure
    By jonnops in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-28-2014, 09:08 AM
  3. Lookup a blank cell in a Lookup table and return a figure.
    By jonnops in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-20-2014, 07:33 AM
  4. Replies: 4
    Last Post: 02-03-2014, 08:05 AM
  5. [SOLVED] Skip blank cells in row and figure out which row has what...
    By MonkeyDKS in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-09-2013, 11:29 PM
  6. [SOLVED] Addition to formula for blank cell when figure equals 6
    By AMD1 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-19-2013, 05:59 PM
  7. Replies: 1
    Last Post: 02-18-2013, 06:09 AM

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