Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a spreadshet that shows my cost for a particular product in one cell,
my competitors price in another and then in the following columns I have a cost plus formula (cost +10%, cost+20%, and so on) I only want to show a cell if a specific cell is less than my competitors. I am trying look for trends that I can adjust for and figure the visual representation will help. Can anyone help me with this? Thanks John |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=IF(cost*1.1=competitor_price,"",cost*1.1) you will need to substitute appropriate cell references for cost and competitor_price, and then copy down for 10%. Change it to 1.2 for 20% etc. Hope this helps. Pete On Apr 22, 3:37*pm, John-mlrsman01 <John- wrote: I have a spreadshet that shows my cost for a particular product in one cell, my competitors price in another and then in the following columns I have a cost plus formula (cost +10%, cost+20%, and so on) I only want to show a cell if a specific cell is less than my competitors. I am trying look for trends that I can adjust for and figure the visual representation will help. Can anyone help me with this? Thanks John |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Pete
Thanks for the help "Pete_UK" wrote: Try this: =IF(cost*1.1=competitor_price,"",cost*1.1) you will need to substitute appropriate cell references for cost and competitor_price, and then copy down for 10%. Change it to 1.2 for 20% etc. Hope this helps. Pete On Apr 22, 3:37 pm, John-mlrsman01 <John- wrote: I have a spreadshet that shows my cost for a particular product in one cell, my competitors price in another and then in the following columns I have a cost plus formula (cost +10%, cost+20%, and so on) I only want to show a cell if a specific cell is less than my competitors. I am trying look for trends that I can adjust for and figure the visual representation will help. Can anyone help me with this? Thanks John |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome - thanks for feeding back.
Pete On Apr 22, 4:23*pm, John-mlrsman01 wrote: Pete Thanks for the help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I show radians in symbolic format in excel? like 90 degrees would show (Symbol Pi/2) tia sal2 | Excel Worksheet Functions | |||
Better example I hope how can I show radians in symbolic format in excel? like 90 degrees would show (Symbol Pi/2) tia sal2 | Excel Discussion (Misc queries) | |||
Better example I hope how can I show radians in symbolic format in excel? like 90 degrees would show (Symbol Pi/2) tia sal2 | Excel Worksheet Functions | |||
How can I show radians in symbolic format in excel? like 90 degrees would show (Symbol Pi/2) tia sal2 | Excel Discussion (Misc queries) | |||
How can I show radians in symbolic format in excel? like 90 degrees would show (Symbol Pi/2) tia sal2 | Excel Worksheet Functions |