+ Reply to Thread
Results 1 to 3 of 3

If the sum of a cell is a certain text then a dollar amount populates another cell

  1. #1
    Forum Contributor
    Join Date
    12-15-2005
    MS-Off Ver
    Office 2007
    Posts
    346

    If the sum of a cell is a certain text then a dollar amount populates another cell

    Attached is an example. Office 2007 & 97 versions attached.

    If a drop down menu on one sheet selects a certain word, then on another sheet based on that selection a dollar amount is entered.

    I am guessing this would involve some if commands, I am really weak on making those and would appreciate some help.

    Thanks,
    Nick
    Attached Files Attached Files
    Last edited by avidcat; 09-10-2009 at 05:40 AM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: If the sum of a cell is a certain text then a dollar amount populates another cel

    Something like this?

    =IF('Location Sheet'!C3:D3="Location #1";100000;IF('Location Sheet'!C3:D3="Location #2";250000;"Choose location"))

    (change ; to , if needed and also format cell as currency $)

  3. #3
    Forum Contributor
    Join Date
    12-15-2005
    MS-Off Ver
    Office 2007
    Posts
    346

    Re: If the sum of a cell is a certain text then a dollar amount populates another cel

    Thanks, been busy and did not get back to this thread. That worked with the ","

    I appreciate your help.

    Nick

+ 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