andrewb90
Well-known Member
- Joined
- Dec 16, 2009
- Messages
- 1,077
Hi all,
I just need a little help using a switch formula, I've used it before, but now I can't seem to make it work.
I'm using a nested if...
Which works, but I have another ten rows to add, and I know that switch is easier to use. Any help would be greatly appreciated!
I just need a little help using a switch formula, I've used it before, but now I can't seem to make it work.
I'm using a nested if...
Code:
=IF(C5='Item Pricing'!C3,'Item Pricing'!G3,IF(C5='Item Pricing'!C4,'Item Pricing'!G4,IF(C5='Item Pricing'!C5,'Item Pricing'!G5,"-")))*B5
Which works, but I have another ten rows to add, and I know that switch is easier to use. Any help would be greatly appreciated!