Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Conditional Formula Problem...

Here's our problem... we have some things listed in LBS and others in BGS for
their unit of measure... so when reviewing inventory - we're constantly
having to double check things & have run into many issues/errors because of
this setting...
I would like to figure out how to enter a formula that would say

If UOM = BG - then do nothing ... but, IF UOM = LB, then (available/50)...

Available UOM
1,050.00 LB
415 BG

Can anyone help???
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Conditional Formula Problem...

If your data is columns A &B ,then in column C:

=IF(B2="LB",A2/50,A2)

and copy down.

"alwayskristie" wrote:

Here's our problem... we have some things listed in LBS and others in BGS for
their unit of measure... so when reviewing inventory - we're constantly
having to double check things & have run into many issues/errors because of
this setting...
I would like to figure out how to enter a formula that would say

If UOM = BG - then do nothing ... but, IF UOM = LB, then (available/50)...

Available UOM
1,050.00 LB
415 BG

Can anyone help???

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
conditional formatting: problem entering EOMONTH formula... MeatLightning Excel Discussion (Misc queries) 0 February 6th 06 09:35 PM
conditional formatting: problem entering EOMONTH formula... Jonathan Cooper Excel Discussion (Misc queries) 0 February 6th 06 09:34 PM
conditional formatting: problem entering EOMONTH formula... Jonathan Cooper Excel Discussion (Misc queries) 1 February 6th 06 09:28 PM
Conditional Sum Problem Andrew Mackenzie Excel Discussion (Misc queries) 4 December 15th 05 03:01 PM
Conditional formatting with dates formula problem. [email protected] Excel Discussion (Misc queries) 8 March 5th 05 11:47 PM


All times are GMT +1. The time now is 10:41 PM.

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"