#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default $ value formulas

I have a spreadsheet which has different codes of my job across (top row),
I mark with an X which of these codes I have done for each job. I want to
be able, if possible, when I mark let's say an X on code 359 the worksheet
recognizes it as $50 together with whatever else I mark [ACROSS] that row
and sums it all up at the end of that row.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 95
Default $ value formulas

One option can be the following:
1.- Add a row with the values you want to add (the $50 for code 359) to the
top of the table (say row 1)
2.- At the end of the row (here I suppose only 5 columns, change as
required) use the following formula:
=SUMIF(A3:E3,"X",$A$1:$E$1)
This will check the row for the values equal to X, and add the values on the
first row for them.

Hope this helps,
Miguel.

"Angelina G" wrote:

I have a spreadsheet which has different codes of my job across (top row),
I mark with an X which of these codes I have done for each job. I want to
be able, if possible, when I mark let's say an X on code 359 the worksheet
recognizes it as $50 together with whatever else I mark [ACROSS] that row
and sums it all up at the end of that row.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change column letters to correct ones in many formulas automatically? Dmitry Kopnichev Links and Linking in Excel 7 October 13th 05 09:52 PM
how can i get formulas in excel to copy and paste? bman Excel Worksheet Functions 1 October 3rd 05 04:15 PM
How to make Excel run limited number of formulas on a given worksh John Excel Discussion (Misc queries) 0 January 12th 05 04:29 PM
Way to make Excel only run certain formulas on a worksheet? jrusso Excel Discussion (Misc queries) 0 January 12th 05 04:23 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


All times are GMT +1. The time now is 01:52 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"