+ Reply to Thread
Results 1 to 5 of 5

Auto fill cell with $

  1. #1
    Registered User
    Join Date
    12-29-2023
    Location
    Boston
    MS-Off Ver
    365
    Posts
    2

    Talking Auto fill cell with $

    HI All,

    Hoping someone can help, trying to build a small spreadsheet for costs, (sample attached) what i am trying to do is when i add the Abbreviation for the State in column A and the hours in column test.xlsxC, that it auto fills the rate in column D.V2 Test.xlsxV2 Test.xlsx
    Last edited by Jams-1361; 12-29-2023 at 03:52 PM.

  2. #2
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,004

    Re: Auto fill cell with $

    Try this in D2.
    Please Login or Register  to view this content.

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: Auto fill cell with $

    Convert your range to a table

    in B2

    =IF([@State]<>"",VLOOKUP([@State],Rates,2,0),"")

    where "Rates" is named range for Rate table

    New entries will automatically fill column B
    Attached Files Attached Files
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  4. #4
    Registered User
    Join Date
    12-29-2023
    Location
    Boston
    MS-Off Ver
    365
    Posts
    2

    Re: Auto fill cell with $

    Thank-you Folks!, the sheet i shared earlier was part of a larger one with more columns (attached for reference), are you saying that i should add the table to another tab and work off of that?

  5. #5
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: Auto fill cell with $

    How about
    Formula: copy to clipboard
    Please Login or Register  to view this content.

+ 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] auto fill cell
    By Por2gal in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-06-2023, 06:19 PM
  2. Replies: 0
    Last Post: 03-20-2014, 10:57 AM
  3. Auto fill a cell
    By stpeter in forum Excel General
    Replies: 5
    Last Post: 05-30-2013, 12:17 PM
  4. Replies: 1
    Last Post: 09-07-2011, 05:57 PM
  5. Auto fill & auto blank cell
    By sushant.gore in forum Excel General
    Replies: 1
    Last Post: 10-07-2010, 01:06 PM
  6. Auto fill a cell
    By shakes347 in forum Excel General
    Replies: 2
    Last Post: 08-09-2010, 06:02 PM
  7. auto fill cell
    By pelachrum in forum Excel General
    Replies: 2
    Last Post: 10-22-2006, 08:32 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